Problemas compilando SuperKaramba

Pues me he bajado los sources del SuperKaramba 0.33, y el ./configure lo hace bien, almenos eso dice :P, y cuando hago el make... acaba saliendo esto:

make
make all-recursive
make[1]: Entering directory `/home/seta_sensei/superkaramba-0.33'
Making all in doc
make[2]: Entering directory `/home/seta_sensei/superkaramba-0.33/doc'
Making all in .
make[3]: Entering directory `/home/seta_sensei/superkaramba-0.33/doc'
make[3]: No se hace nada para `all-am'.
make[3]: Leaving directory `/home/seta_sensei/superkaramba-0.33/doc'
Making all in en
make[3]: Entering directory `/home/seta_sensei/superkaramba-0.33/doc/en'
make[3]: Se elimina la dependencia circular index.cache.bz2 <- index.cache.bz2.
make[3]: No se hace nada para `all'.
make[3]: Leaving directory `/home/seta_sensei/superkaramba-0.33/doc/en'
make[2]: Leaving directory `/home/seta_sensei/superkaramba-0.33/doc'
Making all in po
make[2]: Entering directory `/home/seta_sensei/superkaramba-0.33/po'
make[2]: No se hace nada para `all'.
make[2]: Leaving directory `/home/seta_sensei/superkaramba-0.33/po'
Making all in src
make[2]: Entering directory `/home/seta_sensei/superkaramba-0.33/src'
make[3]: Entering directory `/home/seta_sensei/superkaramba-0.33/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT main.o -MD -MP -MF ".deps/main.Tpo" \
-c -o main.o `test -f 'main.cpp' || echo './'`main.cpp; \
then mv ".deps/main.Tpo" ".deps/main.Po"; \
else rm -f ".deps/main.Tpo"; exit 1; \
fi
main.cpp:6:20: Python.h: No such file or directory
In file included from main.cpp:22:
karamba.h:5:20: Python.h: No such file or directory
In file included from karamba.h:57,
from main.cpp:22:
imagelabel.h:12:20: Python.h: No such file or directory
In file included from imagelabel.h:24,
from karamba.h:57,
from main.cpp:22:
karamba.h:5:20: Python.h: No such file or directory
In file included from main.cpp:22:
karamba.h:188: error: syntax error before `*' token
karamba.h:189: error: syntax error before `*' token
main.cpp:39: error: syntax error before `*' token
main.cpp: In function `int main(int, char**)':
main.cpp:81: error: `Py_Initialize' undeclared (first use this function)
main.cpp:81: error: (Each undeclared identifier is reported only once for each function it appears in.)
main.cpp:84: error: `PyEval_InitThreads' undeclared (first use this function)
main.cpp:86: error: `mainThreadState' undeclared (first use this function)
main.cpp:89: error: `PyThreadState_Get' undeclared (first use this function)
main.cpp:92: error: `PyEval_ReleaseLock' undeclared (first use this function)
main.cpp:122: error: `PyInterpreterState' undeclared (first use this function)
main.cpp:122: error: `mainInterpreterState' undeclared (first use this function)
main.cpp:124: error: `PyThreadState' undeclared (first use this function)
main.cpp:124: error: `myThreadState' undeclared (first use this function)
main.cpp:124: error: `PyThreadState_New' undeclared (first use this function)
main.cpp:125: error: `PyThreadState_Swap' undeclared (first use this function)
main.cpp:126: error: `PyEval_AcquireLock' undeclared (first use this function)
main.cpp:127: error: `Py_Finalize' undeclared (first use this function)
make[3]: *** [main.o] Error 1
make[3]: Leaving directory `/home/seta_sensei/superkaramba-0.33/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/seta_sensei/superkaramba-0.33/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/seta_sensei/superkaramba-0.33'
make: *** [all] Error 2


Parece ser que los problemas los da la libreria Python, pero la tengo instalada... xD creo, yo he hecho urpmi python.

^^u a ver si me podeis echar una mano, Gracias! Uso mdk10.0 official, sé que hay rpm para la 9.1 (me arreglo con eso, o sigo luchando por la compilacion? X-D )
A mi me fallaba porque no tenía lo referente a c++. Instalé esto y volví a hacer el ./configure,... y de lujo. Ahora sólo me falta saber como pongo los themes de superkaramba de fondo porque he probado el cynapses y me sale por encima de todas las ventanas.

A ver si es eso y tienes suerte.
1 respuesta