This is the mail archive of the
guile@sourceware.cygnus.com
mailing list for the Guile project.
Bug: system libguile.h included before local one.
- To: Guile Mailing List <guile at sourceware dot cygnus dot com>
- Subject: Bug: system libguile.h included before local one.
- From: Dirk Herrmann <dirk at ida dot ing dot tu-bs dot de>
- Date: Tue, 25 Apr 2000 12:37:47 +0200 (MEST)
Hi!
Due to the change of the include mechanism, I have the problem, that the
line
#include <libguile.h>
in gc.h refers to my system's libguile.h in /usr/local/include/ instead of
the one in the make directory tree. Probably the src directory should be
put at the very front of the list of the include directories.
Best regards
Dirk Herrmann