From owner-freebsd-questions@FreeBSD.ORG Mon Oct 12 14:33:41 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 186B7106566B for ; Mon, 12 Oct 2009 14:33:41 +0000 (UTC) (envelope-from colejd@comcast.net) Received: from QMTA02.westchester.pa.mail.comcast.net (qmta02.westchester.pa.mail.comcast.net [76.96.62.24]) by mx1.freebsd.org (Postfix) with ESMTP id 99D6B8FC1C for ; Mon, 12 Oct 2009 14:33:40 +0000 (UTC) Received: from OMTA01.westchester.pa.mail.comcast.net ([76.96.62.11]) by QMTA02.westchester.pa.mail.comcast.net with comcast id rnc71c0040EZKEL52qLSed; Mon, 12 Oct 2009 14:20:26 +0000 Received: from corsair ([24.218.214.211]) by OMTA01.westchester.pa.mail.comcast.net with comcast id rqLR1c00T4aE2Xs3MqLRdW; Mon, 12 Oct 2009 14:20:25 +0000 From: "James Cole" To: Date: Mon, 12 Oct 2009 10:20:18 -0400 Message-ID: MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcpLRyA17nu8WSV3RUWYbAVxxCaWnQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: kdeutils4 compile problem w/ superkaramba X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Oct 2009 14:33:41 -0000 I am trying to compile KDE4 but when it tries to compile the kdeutils4 dependency (doing so manually here), it croaks with superkaramba. >From what I can tell, superkaramba cannot find python.h or any other call in /usr/ports/misc/kdeutils4/work/kdeutils-4.3.1/superkaramba/src/python/karamb a.cpp I have 7.1-RELEASE with updated ports as of Oct-6. python26 is installed with threads. Using my friend Google, the only advise I have found is installing the python-devel package (which doesn't seem to exist in FreeBSD) on a superkaramba faq page. http://netdragon.sourceforge.net/faq.html Any help would be great. Code: #make install [ 88%] Built target sweeper [ 88%] Built target superkaramba_automoc [ 88%] Building CXX object superkaramba/src/CMakeFiles/superkaramba.dir/python/karamba.o /usr/ports/misc/kdeutils4/work/kdeutils-4.3.1/superkaramba/src/python/karamb a.cpp:30:20: error: Python.h: No such file or directory /usr/ports/misc/kdeutils4/work/kdeutils-4.3.1/superkaramba/src/python/karamb a.cpp:65: error: 'PyMethodDef' does not name a type /usr/ports/misc/kdeutils4/work/kdeutils-4.3.1/superkaramba/src/python/karamb a.cpp: In constructor 'KarambaPython::KarambaPython(const ThemeFile&, bool)': /usr/ports/misc/kdeutils4/work/kdeutils-4.3.1/superkaramba/src/python/karamb a.cpp:355: error: 'PyRun_SimpleString' was not declared in this scope /usr/ports/misc/kdeutils4/work/kdeutils-4.3.1/superkaramba/src/python/karamb a.cpp:361: error: 'PyImport_AddModule' was not declared in this scope /usr/ports/misc/kdeutils4/work/kdeutils-4.3.1/superkaramba/src/python/karamb a.cpp:362: error: 'karamba_methods' was not declared in this scope /usr/ports/misc/kdeutils4/work/kdeutils-4.3.1/superkaramba/src/python/karamb a.cpp:362: error: 'Py_InitModule' was not declared in this scope /superkaramba/src/python/karamba.cpp:630: error: 'Py_BuildValue' was not declared in this scope *** Error code 1 Stop in /usr/ports/misc/kdeutils4/work/kdeutils-4.3.1/build. *** Error code 1 Stop in /usr/ports/misc/kdeutils4/work/kdeutils-4.3.1/build. *** Error code 1 Stop in /usr/ports/misc/kdeutils4/work/kdeutils-4.3.1/build. *** Error code 1 Stop in /usr/ports/misc/kdeutils4. *** Error code 1 Stop in /usr/ports/misc/kdeutils4.