guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Guile 1.4.1 packaging bug -- fixed?


From: Bruce Korb
Subject: Guile 1.4.1 packaging bug -- fixed?
Date: Fri, 11 Apr 2003 09:14:26 -0700

This problem exists in SuSE 8.1 distribution but is caused
by a Guile installation bug.
/usr/include/libguile/scmconfig.h is installed and needs
to have these defines prefixed with something a la
http://www.gnu.org/software/ac-archive/htmldoc/ac_create_prefix_config_h.html

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../autoopts -I../snprintfv -g -O2 -MT 
libguileopts_la-guileopt.lo -MD -MP -MF
.deps/libguileopts_la-guileopt.Tpo -c guileopt.c  -fPIC -DPIC -o 
.libs/libguileopts_la-guileopt.lo
In file included from autoopts.h:59,
                 from guileopt.c:54:
../config.h:211:1: warning: "PACKAGE_BUGREPORT" redefined
In file included from /usr/include/libguile/__scm.h:127,
                 from /usr/include/libguile.h:50,
                 from /usr/include/guile/gh.h:52,
                 from guileopt.c:52:
/usr/include/libguile/scmconfig.h:427:1: warning: this is the location of the 
previous definition
In file included from autoopts.h:59,
                 from guileopt.c:54:
../config.h:214:1: warning: "PACKAGE_NAME" redefined
In file included from /usr/include/libguile/__scm.h:127,
                 from /usr/include/libguile.h:50,
                 from /usr/include/guile/gh.h:52,
                 from guileopt.c:52:
/usr/include/libguile/scmconfig.h:430:1: warning: this is the location of the 
previous definition
In file included from autoopts.h:59,
                 from guileopt.c:54:
../config.h:217:1: warning: "PACKAGE_STRING" redefined
In file included from /usr/include/libguile/__scm.h:127,
                 from /usr/include/libguile.h:50,
                 from /usr/include/guile/gh.h:52,
                 from guileopt.c:52:
/usr/include/libguile/scmconfig.h:433:1: warning: this is the location of the 
previous definition
In file included from autoopts.h:59,
                 from guileopt.c:54:
../config.h:220:1: warning: "PACKAGE_TARNAME" redefined
In file included from /usr/include/libguile/__scm.h:127,
                 from /usr/include/libguile.h:50,
                 from /usr/include/guile/gh.h:52,
                 from guileopt.c:52:
/usr/include/libguile/scmconfig.h:436:1: warning: this is the location of the 
previous definition
In file included from autoopts.h:59,
                 from guileopt.c:54:
../config.h:223:1: warning: "PACKAGE_VERSION" redefined
In file included from /usr/include/libguile/__scm.h:127,
                 from /usr/include/libguile.h:50,
                 from /usr/include/guile/gh.h:52,
                 from guileopt.c:52:
/usr/include/libguile/scmconfig.h:439:1: warning: this is the location of the 
previous definition




reply via email to

[Prev in Thread] Current Thread [Next in Thread]