tinyfugue with python won't compile under cygwin

Gwen Morse gwen.morse@gmail.com
Wed Sep 15 08:23:00 GMT 2010


About a year ago I was able to get assistance compiling my MUD client
Tinyfuge, with a special add-on python library, using cywgin. That
problem turned out needing to send the location of the python library
in the ./configure command.

Now that we have a new major release of cygwin with a new(er) version
of python, I'm having trouble building it again. I am sending the
location of the python developer source files, and I've also made sure
to download all the python source (just in case)

Here is the error message I get:

$ make
make[1]: Entering directory `/home/jmorse/tf-50b8-py/src'
gcc -g -O2 -DTFPYTHON  -I/usr/include/python2.6 -DDATADIR=/home/jmorse/share   -
c -o attr.o attr.c
gcc -g -O2 -DTFPYTHON  -I/usr/include/python2.6 -DDATADIR=/home/jmorse/share   -
c -o command.o command.c
In file included from /usr/include/python2.6/Python.h:8,
                 from tfpython.h:6,
                 from command.c:33:
/usr/include/python2.6/pyconfig.h:323:1: warning: "HAVE_INET_PTON" redefined
In file included from command.c:15:
tfconfig.h:57:1: warning: this is the location of the previous definition
In file included from /usr/include/python2.6/unicodeobject.h:120,
                 from /usr/include/python2.6/Python.h:85,
                 from tfpython.h:6,
                 from command.c:33:
/usr/include/wchar.h:157: error: conflicting types for `tf_wprintf'
tfio.h:160: error: previous declaration of `tf_wprintf' was here
In file included from tfpython.h:7,
                 from command.c:33:
tfconfig.h:57:1: warning: "HAVE_INET_PTON" redefined
In file included from /usr/include/python2.6/Python.h:8,
                 from tfpython.h:6,
                 from command.c:33:
/usr/include/python2.6/pyconfig.h:323:1: warning: this is the location
of the previous definition
make[1]: *** [command.o] Error 1
make[1]: Leaving directory `/home/jmorse/tf-50b8-py/src'
make: *** [files] Error 2

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list