[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    Re: Re: [PyKDE] FreeBSD build problems error 23512
From:       Jim Bublitz <jbublitz () nwinternet ! com>
Date:       2002-08-30 14:36:32
[Download RAW message or body]

On 30-Aug-02 Chris Munchenberg wrote:
> cd kio && "/usr/bin/make" -f Makefile
> g++ -c -pipe -w -O2 -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 -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

Quoting from an earlier post by Steve Simmons:

"""
To make a long story short, atoll() is coming into FreeBSD but
isn't there yet.  The source shows it to be a one-liner, so adding
this to the appropriate kio module did the trick:

inline kiofilesize_t atoll( char * s ) { return (kiofilesize_t)
    strtoll(s, (char **)NULL, 10); }

"""


_______________________________________________
PyKDE mailing list    PyKDE@mats.gmd.de
http://mats.gmd.de/mailman/listinfo/pykde
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic