compiling python-bibtex

Alex Olivas olivasa at colorado.edu
Mon Dec 15 18:04:55 EST 2003


i'm not sure whether this is the correct list for this question, but i'm 
trying to
build python-bibtex-1.1.93.1 with gcc 3.3.2 and am getting the following
error messages...
gcc -DNDEBUG -O2 -g -pipe -march=i386 -mcpu=i686 -D_GNU_SOURCE -fPIC 
-fPIC -DG_LOG_DOMAIN="BibTeX" 
-I$(top_builddir)//root/Installs/glib-2.2.3 
-I$(top_builddir)//root/Installs/glib-2.2.3/. 
-I$(top_builddir)//root/Installs/glib-2.2.3/./glib 
-I/usr/include/python2.2 -c accents.c -o build/temp.linux-i686-2.2/accents.o
In file included from accents.c:31:
bibtex.h:35:18: glib.h: No such file or directory
In file included from bibtex.h:36,
                 from accents.c:31:
logging.h:57: error: syntax error before '*' token
In file included from accents.c:31:
bibtex.h:76: error: syntax error before "GList"
bibtex.h:76: warning: no semicolon at end of struct or union
bibtex.h:76: warning: no semicolon at end of struct or union
bibtex.h:77: warning: data definition has no type or storage class
bibtex.h:78: error: syntax error before '*' token
bibtex.h:78: warning: data definition has no type or storage class
bibtex.h:79: error: syntax error before '*' token
bibtex.h:79: warning: data definition has no type or storage class
bibtex.h:81: error: syntax error before "unbreakable"
...
and the list goes on.
for one glib.h is in $(top_builddir)//root/Installs/glib-2.2.3/./glib
the rest seems like an incompatibility with gcc 3.3.2, doesn't it?  has 
anyone tried
to build with this version of gcc? or if someone can point me to the 
correct mailing
list i would appreciate it.
thanks,
alex.






More information about the Python-list mailing list