[PyKDE] atoll conversion problem in PyKDE-3.3.2
Steve Simmons
scs at di.org
Fri Aug 23 02:52:01 BST 2002
I'm getting compile errors from at attempt to build PyKDE-3.3.2:
. . .
cd kio && "/usr/bin/make" -f Makefile
g++ -c -pipe -w -O -pipe -march=pentiumpro -pthread -D_THREAD_SAFE -fPIC
-DSIP_MAKE_MODULE_DLL -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -fno-exceptions
-I-I -I../extraH -I. -I/usr/local/include/python2.2
-I/usr/local/include/python2.2 -I/usr/X11R6/include -I/usr/local/include
-I-I -I/usr/local/include/kio -I-I -I../kdecore -I/usr/local/include
-I/usr/X11R6/include -I/usr/X11R6/mkspecs/default -o kiohuge.o kiohuge.cpp
sip/filesize_t.sip: In function `int sipConvertTo_kiofilesize_t(PyObject
*, long long int **, int *)':
sip/filesize_t.sip:54: implicit declaration of function `int atoll(...)'
*** Error code 1
It appears that atoll() is a function present in stdlib in NetBSD but
not FreeBSD. Is there a missing switch or spec I need here?
--
"Deconstruction is [when] a work is interpreted as a statement about itself,
using a literary version of the same cheap trick that Kurt Godel used to try
to frighten mathematicians back in the thirties." -- Chip Morningstar
in <http://www.dourish.com/goodies/decon.html>
More information about the PyQt
mailing list