Date: Tue, 31 Jan 2006 09:14:43 +0100 From: Michael Nottebrock <lofi@freebsd.org> To: resonant evil <air.lightz@gmail.com> Cc: freebsd-current@freebsd.org Subject: Re: KDE 3.5 doesn't want to compile. karamba_python.cpp errors galore Message-ID: <43DF1C73.8080902@freebsd.org> In-Reply-To: <1b62a7390601301132n48ccee95vdcb09a92e281b875@mail.gmail.com> References: <1b62a7390601301132n48ccee95vdcb09a92e281b875@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] resonant evil wrote: > karamba_python.cpp:370: error: `PyEval_InitThreads' undeclared (first use this f > unction) > karamba_python.cpp:370: error: (Each undeclared identifier is reported only once > for each function it appears in.) > karamba_python.cpp:376: error: `PyEval_ReleaseLock' undeclared (first use this f > unction) > karamba_python.cpp: In static member function `static void KarambaPython::shutdo > wnPython()': > karamba_python.cpp:386: error: `PyEval_AcquireLock' undeclared (first use this f > unction) > karamba_python.cpp: In member function `void KarambaPython::getLock(PyThreadStat > e**)': > karamba_python.cpp:393: error: `PyEval_AcquireLock' undeclared (first > use this function) > karamba_python.cpp: In member function `void KarambaPython::releaseLock(PyThread > State*)': > karamba_python.cpp:409: error: `PyEval_ReleaseLock' undeclared (first use this f > unction) Make sure to turn threads support on in python (cd /usr/ports/lang/python; make config, select the THREADS option) and reinstall it. Cheers, -- ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3-nr1 (Windows 2000) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD3xx1Xhc68WspdLARAgU6AJ9XrRhANQaaOp8lyntNwVTtMXYWbwCgqamS zbTh1JW2zWXM1l+XetlvUvw= =MvM2 -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43DF1C73.8080902>
