compiling python-bibtex
From: Alex Olivas (olivasa_at_colorado.edu)
Date: 12/16/03
- Next message: Luke Kenneth Casson Leighton: "Re: [Python-Dev] rexec.py unuseable"
- Previous message: Gustavo Campanelli: "Newbie : Gif transparency with Pil problem."
- Next in thread: John J. Lee: "Re: compiling python-bibtex"
- Reply: John J. Lee: "Re: compiling python-bibtex"
- Reply: Fernando Perez: "Re: compiling python-bibtex"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 15 Dec 2003 16:04:55 -0700 To: python-list@python.org
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.
- Next message: Luke Kenneth Casson Leighton: "Re: [Python-Dev] rexec.py unuseable"
- Previous message: Gustavo Campanelli: "Newbie : Gif transparency with Pil problem."
- Next in thread: John J. Lee: "Re: compiling python-bibtex"
- Reply: John J. Lee: "Re: compiling python-bibtex"
- Reply: Fernando Perez: "Re: compiling python-bibtex"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|