LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-26-2004, 12:31 AM   #1
xstealthrtx
Member
 
Registered: Nov 2004
Posts: 31

Rep: Reputation: 15
Cannot get passed 'make' for Superkaramba


Mandrake 10.0

ok i've finally reinstalled Linux and i have the c compilers and such. i ran ./configure for superkaramba and that worked. but when i type make it errors big time.

Good - your configure finished. Start make now

[root@localhost superkaramba-0.35]# make
make all-recursive
make[1]: Entering directory `/home/owen/Documents/superkaramba-0.35'
Making all in doc
make[2]: Entering directory `/home/owen/Documents/superkaramba-0.35/doc'
Making all in .
make[3]: Entering directory `/home/owen/Documents/superkaramba-0.35/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/owen/Documents/superkaramba-0.35/doc'
Making all in en
make[3]: Entering directory `/home/owen/Documents/superkaramba-0.35/doc/en'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/owen/Documents/superkaramba-0.35/doc/en'
make[2]: Leaving directory `/home/owen/Documents/superkaramba-0.35/doc'
Making all in po
make[2]: Entering directory `/home/owen/Documents/superkaramba-0.35/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/owen/Documents/superkaramba-0.35/po'
Making all in src
make[2]: Entering directory `/home/owen/Documents/superkaramba-0.35/src'
make[3]: Entering directory `/home/owen/Documents/superkaramba-0.35/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 -f ".deps/main.Tpo" ".deps/main.Po"; \
else rm -f ".deps/main.Tpo"; exit 1; \
fi
In file included from main.cpp:5:
karambaapp.h:14:20: Python.h: No such file or directory
In file included from main.cpp:19:
karamba.h:8:20: Python.h: No such file or directory
In file included from karamba.h:56,
from main.cpp:19:
imagelabel.h:26:20: Python.h: No such file or directory
In file included from main.cpp:22:
karamba_python.h:28:20: Python.h: No such file or directory
In file included from main.cpp:22:
karamba_python.h:44: error: syntax error before `*' token
karamba_python.h:45: error: syntax error before `*' token
karamba_python.h:46: error: ISO C++ forbids declaration of `PyThreadState' with no type
karamba_python.h:46: error: syntax error before `*' token
karamba_python.h:48: error: `myThreadState' was not declared in this scope
karamba_python.h:48: error: invalid data member initialization
karamba_python.h:48: error: (use `=' to initialize static data members)
karamba_python.h:48: error: variable or field `getLock' declared void
karamba_python.h:49: error: syntax error before `*' token
karamba_python.h:50: error: `myThreadState' was not declared in this scope
karamba_python.h:50: error: invalid data member initialization
karamba_python.h:50: error: variable or field `releaseLock' declared void
karamba_python.h:51: error: type specifier omitted for parameter `PyObject'
karamba_python.h:51: error: syntax error before `*' token
make[3]: *** [main.o] Error 1
make[3]: Leaving directory `/home/owen/Documents/superkaramba-0.35/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/owen/Documents/superkaramba-0.35/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/owen/Documents/superkaramba-0.35'
make: *** [all] Error 2


anyone know what all this means?
 
Old 11-26-2004, 12:57 AM   #2
MartinN
Member
 
Registered: Nov 2003
Location: Ronneby, Sweden
Posts: 555

Rep: Reputation: 30
Hi again!

Good to see that you're still here, despite all your previous problems!

I don't know if you would take my advice anymore but anyways ... I think you need a package called python-devel, if that's not installed yet. Check if it's installed with this command:
rpm -q python-devel

If it's not, try finding it. You could also make a global search for the missing file, to see if it's on your system:
find / -name 'Python.h' 2>/dev/null

That cryptic command will take a while scanning your entire disk for the file name. The '2>/dev/null' means that all error messages (some "Permission denied" stuff) will be supressed.

Look, I've really got to get to work now, before I'm reported as a missing person, but I'll try to sneak in here some time during the day when my boss isn't looking. OK

Good luck!
Martin
 
Old 11-26-2004, 01:31 AM   #3
The_JinJ
Member
 
Registered: Apr 2004
Location: Scotland
Distribution: Suse, OpenWRT
Posts: 299

Rep: Reputation: 30
Think this might be looking for the Python development package - could be wrong
 
Old 11-26-2004, 12:07 PM   #4
xstealthrtx
Member
 
Registered: Nov 2004
Posts: 31

Original Poster
Rep: Reputation: 15
i did a search for python and all i could find were rpms for fedora core. can i use these for mandrake?
 
Old 11-26-2004, 12:16 PM   #5
xstealthrtx
Member
 
Registered: Nov 2004
Posts: 31

Original Poster
Rep: Reputation: 15
ok i found this file python-2.3.3-2mdk.i586.rpm. i clicked on it and then tryed to run make again and the same error occured.
 
Old 11-26-2004, 12:28 PM   #6
MartinN
Member
 
Registered: Nov 2003
Location: Ronneby, Sweden
Posts: 555

Rep: Reputation: 30
I can't tell for sure, since I don't run Mandrake myself, but I think that you need this package:
http://rpmfind.net//linux/RPM/mandra...2mdk.i586.html

Martin
 
Old 11-26-2004, 01:13 PM   #7
xstealthrtx
Member
 
Registered: Nov 2004
Posts: 31

Original Poster
Rep: Reputation: 15
holy crap, i installed that file and it took like 4 mins to make. still errored at the very end, but it said it couldn't find some library files. i'm going to try updateing mandrake again. last time it errored. i have no idea what's wrong with that update utility. it keeps saying my signitures on my disks are bad. oh well.
 
Old 11-26-2004, 01:27 PM   #8
xstealthrtx
Member
 
Registered: Nov 2004
Posts: 31

Original Poster
Rep: Reputation: 15
i ran mandrake update and it downloaded a ton of files then it says they all have bad sigs. and asks if i want to install them anyway. ofcourse i click yes, but then it says that they can't be installed. pssshh. how is it my problem that they have bad sigs, i'm downloading them, they aren't my files. stupid mandrake, and this is suppose to be the 'easy' distro. i guess i should switch to red hat.............. or win3.11!!! hahaha i keed i keed. i don't give up that easily.
 
Old 11-27-2004, 02:19 PM   #9
xstealthrtx
Member
 
Registered: Nov 2004
Posts: 31

Original Poster
Rep: Reputation: 15
anything?
 
Old 11-27-2004, 02:34 PM   #10
revenge80200
Member
 
Registered: Mar 2004
Location: Chicago
Distribution: Lenny & Xp
Posts: 238

Rep: Reputation: 30
Try using the rpm instead. You will loose less hair.

EEK
 
Old 11-28-2004, 09:53 PM   #11
xstealthrtx
Member
 
Registered: Nov 2004
Posts: 31

Original Poster
Rep: Reputation: 15
how is that an rpm
 
Old 11-29-2004, 05:35 AM   #12
revenge80200
Member
 
Registered: Mar 2004
Location: Chicago
Distribution: Lenny & Xp
Posts: 238

Rep: Reputation: 30
Strange, I thought that I selected the right one... Try this.

EEK
 
  


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
IPW2200 Make error macro "create_workqueue" passed 2 arguments, but takes just 1 jplev22 Linux - Wireless Networking 2 09-16-2005 11:34 AM
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
make crashed on superkaramba chrislee8 Linux - Software 5 08-12-2004 11:34 PM
Superkaramba make pati Linux - Newbie 4 12-09-2003 03:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:11 PM.

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