compiling python-bibtex

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alex Olivas

    compiling python-bibtex

    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 "unbreakabl e"
    ....
    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.


  • John J. Lee

    #2
    Re: compiling python-bibtex

    Alex Olivas <olivasa@colora do.edu> writes:
    [color=blue]
    > 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[/color]
    [...]

    I presume this is from pybliographer?

    If so, post your question to the pybliographer-general mailing list.


    John

    Comment

    • Fernando Perez

      #3
      Re: compiling python-bibtex

      Alex Olivas wrote:
      [color=blue]
      > 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...[/color]

      Hey Al,

      post over on the pybliographic list. I'm almost 100% sure they already have
      Fedora packages available of everything (search the archives over the last 3
      weeks).

      f

      Comment

      Working...