unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* Error in guile-1.6.0/include/libguile/eval.h
@ 2002-10-18 12:56 Christof Boeckler
  2002-10-19 14:57 ` Marius Vollmer
  0 siblings, 1 reply; 2+ messages in thread
From: Christof Boeckler @ 2002-10-18 12:56 UTC (permalink / raw)


Hi all,

I am still no real guile-guru, but I had to change the file

guile-1.6.0/include/libguile/eval.h

in order to compile TeXmacs (http://www.texmacs.org/) successful.
I changed line 49 to

#include "libguile/struct.h"

instead of

#include "struct.h"

Then it worked on Solaris 8 with gcc 3.0.4, GNU make 3.79.1.
I hope, that is helpful information for all you gurus ;-)

Gruß / Greetings
		   Christof

 --------------------------
 ----/ /  _
 ---/ /  (_)__  __ ____  __
 --/ /__/ / _ \/ // /\ \/ /
 -/____/_/_//_/\_,_/ /_/\_\




_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Error in guile-1.6.0/include/libguile/eval.h
  2002-10-18 12:56 Error in guile-1.6.0/include/libguile/eval.h Christof Boeckler
@ 2002-10-19 14:57 ` Marius Vollmer
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Vollmer @ 2002-10-19 14:57 UTC (permalink / raw)
  Cc: bug-guile

Christof Boeckler <boeckler@informatik.tu-muenchen.de> writes:

> Then it worked on Solaris 8 with gcc 3.0.4, GNU make 3.79.1.
> I hope, that is helpful information for all you gurus ;-)

It is, thanks!

I've fixed eval.h as you describe, but I'm unsure why this is
necessary.  ANSI C does not specify in what places "..." include files
are looked for, but I always thought that "..." would look first in
the directory hat contains the currently processed file, and then in
the places that <...> looks in.  Isn't that how it works?

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-10-19 14:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-18 12:56 Error in guile-1.6.0/include/libguile/eval.h Christof Boeckler
2002-10-19 14:57 ` Marius Vollmer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).