From: Jonathan N. W. <li...@fi...> - 2006-04-17 06:04:02
|
I'm having the exact same problem on my debian box atm too. -- Jonathan On 16 Apr 2006, at 20:40, George Harris wrote: > I've been trying to install pywm on debian unstable and I haven't > quite been able to get it working. Upon running setup.py install, > I'm getting a compile error about what looks like fltk fonts. I've > followed the posted directions and installed all of the necessary > libraries, but I might have missed something. Below is the output; > I've got a hankering for some tinkering and any help would be > appreciated. > > Thanks, > George > > # python setup.py install > running install > running build > running build_py > running build_ext > building 'pywm.flwm_' extension > gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict- > prototypes -fPIC -DFLTK_1_0_COMPAT -I/usr/include/python2.3 -c src- > c/Rotated.cpp -o build/temp.linux- i686-2.3/src-c/Rotated.o > cc1plus: warning: command line option "-Wstrict-prototypes" is > valid for Ada/C/ObjC but not for C++ > In file included from /usr/include/python2.3/Python.h:8, > from src-c/pycallbacks.h:10, > from src-c/Rotated.cpp:43: > /usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" > redefined > In file included from /usr/include/stdlib.h:25, > from src-c/Rotated.cpp:35: > /usr/include/features.h:150:1: warning: this is the location of the > previous definition > src-c/Rotated.cpp: In function 'void draw_rotated(const char*, int, > int, int, int)': > src-c/Rotated.cpp:396: error: 'fl_xxfont' was not declared in this > scope > error: command 'gcc' failed with exit status 1 |