LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-03-2005, 08:56 AM   #1
D3javu
Member
 
Registered: Oct 2004
Location: Malaysia
Distribution: openSUSE 15.3
Posts: 137

Rep: Reputation: 15
superKaramba error


i'm getting this error while mak super karamba 0.36

bar_python.cpp:27:20: Python.h: No such file or directory
In file included from bar_python.cpp:31:
meter_python.h:22: error: `PyObject' was not declared in this scope
meter_python.h:22: error: `text' was not declared in this scope
meter_python.h:23: error: syntax error before `*' token
meter_python.h:25: error: syntax error before `*' token
meter_python.h:26: error: syntax error before `*' token
meter_python.h:27: error: syntax error before `*' token
meter_python.h:28: error: syntax error before `*' token
meter_python.h:29: error: syntax error before `*' token
meter_python.h:30: error: syntax error before `*' token
meter_python.h:31: error: syntax error before `*' token
meter_python.h:32: error: syntax error before `*' token
meter_python.h:33: error: syntax error before `*' token
meter_python.h:34: error: syntax error before `*' token
meter_python.h:35: error: syntax error before `*' token
meter_python.h:36: error: syntax error before `*' token
meter_python.h:37: error: syntax error before `*' token
meter_python.h:38: error: syntax error before `*' token
meter_python.h:39: error: syntax error before `*' token
meter_python.h:40: error: syntax error before `*' token
meter_python.h:41: error: syntax error before `*' token
In file included from bar_python.cpp:32:
bar_python.h:42: error: syntax error before `*' token
bar_python.h:56: error: syntax error before `*' token
bar_python.h:76: error: syntax error before `*' token
bar_python.h:91: error: syntax error before `*' token
bar_python.h:107: error: syntax error before `*' token
bar_python.h:122: error: syntax error before `*' token
bar_python.h:138: error: syntax error before `*' token
bar_python.h:153: error: syntax error before `*' token
bar_python.h:168: error: syntax error before `*' token
bar_python.h:182: error: syntax error before `*' token
bar_python.h:197: error: syntax error before `*' token
bar_python.h:211: error: syntax error before `*' token
bar_python.h:227: error: syntax error before `*' token
bar_python.h:241: error: syntax error before `*' token
bar_python.h:256: error: syntax error before `*' token
bar_python.h:270: error: syntax error before `*' token
bar_python.h:285: error: syntax error before `*' token
bar_python.h:299: error: syntax error before `*' token
bar_python.h:314: error: syntax error before `*' token
bar_python.cpp:34: error: syntax error before `*' token
bar_python.cpp:38: error: syntax error before `if'
bar_python.cpp:43: error: `x' was not declared in this scope
bar_python.cpp:43: error: `y' was not declared in this scope
bar_python.cpp:43: error: `w' was not declared in this scope
bar_python.cpp:43: error: `h' was not declared in this scope
bar_python.cpp:44: error: syntax error before `->' token
bar_python.cpp:47: error: syntax error before `*' token
bar_python.cpp:51: error: syntax error before `*' token
bar_python.cpp:59: error: syntax error before `*' token
bar_python.cpp:64: error: syntax error before `*' token
bar_python.cpp:69: error: syntax error before `*' token
bar_python.cpp:74: error: syntax error before `*' token
bar_python.cpp:79: error: syntax error before `*' token
bar_python.cpp:84: error: syntax error before `*' token
bar_python.cpp:89: error: syntax error before `*' token
bar_python.cpp:94: error: syntax error before `*' token
bar_python.cpp:99: error: syntax error before `*' token
bar_python.cpp:104: error: syntax error before `*' token
bar_python.cpp:109: error: syntax error before `*' token
bar_python.cpp:114: error: syntax error before `*' token
bar_python.cpp:119: error: syntax error before `*' token
bar_python.cpp:124: error: syntax error before `*' token
bar_python.cpp:129: error: syntax error before `*' token
bar_python.cpp:139: error: syntax error before `*' token
bar_python.cpp:143: error: syntax error before `if'
bar_python.cpp:150: error: syntax error before `*' token
bar_python.cpp:160: error: syntax error before `*' token
bar_python.cpp:167: error: syntax error before `*' token
make[3]: *** [bar_python.o] Error 1
make[3]: Leaving directory `/home/devanderan/superkaramba-0.36/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/devanderan/superkaramba-0.36/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/devanderan/superkaramba-0.36'
make: *** [all] Error 2
 
Old 06-09-2005, 02:34 PM   #2
Lynx_ss
LQ Newbie
 
Registered: Jun 2005
Distribution: SuSE 6.4-10.0
Posts: 7

Rep: Reputation: 0
I got this error also. Check if you have python installed then put the path in CPPFLAGS in your environment.

For me:
export CPPFLAGS=-I/usr/include/python
then reconfigure remake


But now Im getting:
/opt/kde3/lib/libkio.so: could not read symbols: Invalid operation
collect2: ld returned 1 exit status

no clue on how to fix this one. anyone have some ideas?
 
Old 06-14-2005, 06:47 PM   #3
pdub
LQ Newbie
 
Registered: Jun 2005
Location: Canada
Posts: 1

Rep: Reputation: 0
Compiled perfectly for me.

Make sure you have Pyton and Python Devel installed

You will also likely need the Kernel Sources install.

I use Suse 9.3 Pro and this can all be install from Yast.

Good Luck
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
superkaramba make error PLEASE HELP!! Coldfire1162 Linux - Software 2 08-07-2005 12:23 PM
SuperKaramba error when I try to make it... Slackeriz Slackware 5 04-15-2005 03:02 PM
SuperKaramba making error mebrelith Fedora 0 01-15-2005 07:55 PM
Error when compiling Superkaramba. z-vet Linux - Software 6 11-16-2004 02:04 AM
error compiling superkaramba 0.33 madlinux Linux - General 2 05-26-2004 03:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration