LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Please help...karamba.... (https://www.linuxquestions.org/questions/linux-newbie-8/please-help-karamba-156865/)

Veteq 03-12-2004 05:19 PM

Please help...karamba....
 
I need some help with karamba,

I run the configure file and all goes well, then I run the make and get all kinds of errors

what am I missing?


make all-recursive
make[1]: Entering directory `/home/mfernan/Downloads/karamba/superkaramba-0.33'
Making all in doc
make[2]: Entering directory `/home/mfernan/Downloads/karamba/superkaramba-0.33/doc'
Making all in .
make[3]: Entering directory `/home/mfernan/Downloads/karamba/superkaramba-0.33/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/mfernan/Downloads/karamba/superkaramba-0.33/doc'
Making all in en
make[3]: Entering directory `/home/mfernan/Downloads/karamba/superkaramba-0.33/doc/en'
make[3]: Circular index.cache.bz2 <- index.cache.bz2 dependency dropped.
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/mfernan/Downloads/karamba/superkaramba-0.33/doc/en'
make[2]: Leaving directory `/home/mfernan/Downloads/karamba/superkaramba-0.33/doc'
Making all in po
make[2]: Entering directory `/home/mfernan/Downloads/karamba/superkaramba-0.33/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mfernan/Downloads/karamba/superkaramba-0.33/po'
Making all in src
make[2]: Entering directory `/home/mfernan/Downloads/karamba/superkaramba-0.33/src'
make[3]: Entering directory `/home/mfernan/Downloads/karamba/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/mfernan/Downloads/karamba/superkaramba-0.33/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mfernan/Downloads/karamba/superkaramba-0.33/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mfernan/Downloads/karamba/superkaramba-0.33'
make: *** [all] Error 2



your help would be greatly appreciated....

Veteq

Micro420 03-12-2004 06:18 PM

Try Superkaramba? Easy to install RPM with no frills.

http://netdragon.sourceforge.net/

Veteq 03-12-2004 08:34 PM

thank you, it seemed to install but I can't find karamba to run. I downloaded a theme but I am not sure how to install it.

Veteq

vr6stress 04-01-2004 09:56 PM

what about if it's superkaramba your trying to install on mdk 10 and your getting those errors?

[edit] looks like i just needed to install all the python stuff that never got installed [/edit]


All times are GMT -5. The time now is 07:21 AM.