LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 01-29-2005, 11:38 PM   #1
liljhand
Member
 
Registered: May 2004
Location: Brampton, ONT.
Distribution: Ubuntu Hoary the Hedgehog
Posts: 90

Rep: Reputation: 15
Installing superkaramba


While installing superkaramba 0.35, i get this error

Code:
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
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 main.cpp:22:
karamba_python.h:44: error: ISO C++ forbids declaration of `PyObject' with no type
karamba_python.h:44: error: expected `;' before '*' token
karamba_python.h:45: error: ISO C++ forbids declaration of `PyObject' with no type
karamba_python.h:45: error: expected `;' before '*' token
karamba_python.h:46: error: ISO C++ forbids declaration of `PyThreadState' with no type
karamba_python.h:46: error: expected `;' before '*' token
karamba_python.h:48: error: variable or field `getLock' declared void
karamba_python.h:48: error: expected `;' before '(' token
karamba_python.h:49: error: ISO C++ forbids declaration of `PyObject' with no type
karamba_python.h:49: error: expected `;' before '*' token
karamba_python.h:50: error: variable or field `releaseLock' declared void
karamba_python.h:50: error: expected `;' before '(' token
karamba_python.h:51: error: `PyObject' has not been declared
karamba_python.h:51: error: ISO C++ forbids declaration of `pArgs' with no type
make[3]: *** [main.o] Error 1
make[3]: Leaving directory `/home/suhail/superkaramba-0.35/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/suhail/superkaramba-0.35/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/suhail/superkaramba-0.35'
make: *** [all] Error 2
ao what do i do coz i cant make anything outta it
 
Old 01-30-2005, 01:05 AM   #2
daihard
Member
 
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915

Rep: Reputation: 34
The error message indicates that you're missing files that usually come with the Python-devel package. I believe Superkaramba requires Python. Which distro are you using?
 
Old 01-30-2005, 01:20 AM   #3
liljhand
Member
 
Registered: May 2004
Location: Brampton, ONT.
Distribution: Ubuntu Hoary the Hedgehog
Posts: 90

Original Poster
Rep: Reputation: 15
mandrake 10.1, i have python installed but i cant find python-devel on any of the cd's
 
Old 01-30-2005, 07:51 AM   #4
RanDrake10
Member
 
Registered: Oct 2004
Location: Florida
Distribution: Debian
Posts: 319

Rep: Reputation: 30
have you tried urpmi for the package? it should be eaiser to install than compiling.
 
Old 01-30-2005, 09:13 AM   #5
liljhand
Member
 
Registered: May 2004
Location: Brampton, ONT.
Distribution: Ubuntu Hoary the Hedgehog
Posts: 90

Original Poster
Rep: Reputation: 15
i got it, well its libpython-devel that u install. but now summin else happens:

i got a lot of these 2 errors while running make
Code:
/usr/include/python2.3/pyconfig.h:862:1: warning: "_XOPEN_SOURCE" redefined
<command line>:5:1: warning: this is the location of the previous definition

and

cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
and i got these while running make install:
Code:
Making install in doc
make[1]: Entering directory `/home/suhail/superkaramba-0.35/doc'
Making install in .
make[2]: Entering directory `/home/suhail/superkaramba-0.35/doc'
make[3]: Entering directory `/home/suhail/superkaramba-0.35/doc'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/suhail/superkaramba-0.35/doc'
make[2]: Leaving directory `/home/suhail/superkaramba-0.35/doc'
Making install in en
make[2]: Entering directory `/home/suhail/superkaramba-0.35/doc/en'
make[3]: Entering directory `/home/suhail/superkaramba-0.35/doc/en'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../admin/mkinstalldirs /usr/local/kde/share/doc/HTML/en/karamba
mkdir -p -- /usr/local/kde/share/doc/HTML/en/karamba
/usr/bin/install -c -p -m 644 index.docbook /usr/local/kde/share/doc/HTML/en/karamba/index.docbook
/bin/sh ../../admin/mkinstalldirs /usr/local/kde/share/doc/HTML/en/karamba
/usr/bin/install -c -p -m 644 index.cache.bz2 /usr/local/kde/share/doc/HTML/en/karamba/
rm -f /usr/local/kde/share/doc/HTML/en/karamba/common
ln -s /usr/share/doc/HTML/en/common /usr/local/kde/share/doc/HTML/en/karamba/common
make[3]: Leaving directory `/home/suhail/superkaramba-0.35/doc/en'
make[2]: Leaving directory `/home/suhail/superkaramba-0.35/doc/en'
make[1]: Leaving directory `/home/suhail/superkaramba-0.35/doc'
Making install in po
make[1]: Entering directory `/home/suhail/superkaramba-0.35/po'
make[2]: Entering directory `/home/suhail/superkaramba-0.35/po'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/suhail/superkaramba-0.35/po'
make[1]: Leaving directory `/home/suhail/superkaramba-0.35/po'
Making install in src
make[1]: Entering directory `/home/suhail/superkaramba-0.35/src'
make[2]: Entering directory `/home/suhail/superkaramba-0.35/src'
make[3]: Entering directory `/home/suhail/superkaramba-0.35/src'
/bin/sh ../admin/mkinstalldirs /usr/local/kde/bin
mkdir -p -- /usr/local/kde/bin
  /bin/sh ../libtool --silent --mode=install /usr/bin/install -c -p  superkaramba /usr/local/kde/bin/superkaramba
/bin/sh ../admin/mkinstalldirs /usr/local/kde/share/applnk/Utilities
mkdir -p -- /usr/local/kde/share/applnk/Utilities
 /usr/bin/install -c -p -m 644 karamba.desktop /usr/local/kde/share/applnk/Utilities/karamba.desktop
/bin/sh ../admin/mkinstalldirs /usr/local/kde/share/apps/superkaramba
mkdir -p -- /usr/local/kde/share/apps/superkaramba
 /usr/bin/install -c -p -m 644 karambaui.rc /usr/local/kde/share/apps/superkaramba/karambaui.rc
make[3]: Leaving directory `/home/suhail/superkaramba-0.35/src'
make[2]: Leaving directory `/home/suhail/superkaramba-0.35/src'
make[1]: Leaving directory `/home/suhail/superkaramba-0.35/src'
make[1]: Entering directory `/home/suhail/superkaramba-0.35'
make[2]: Entering directory `/home/suhail/superkaramba-0.35'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/suhail/superkaramba-0.35'
make[1]: Leaving directory `/home/suhail/superkaramba-0.35'
 
Old 01-30-2005, 05:41 PM   #6
daihard
Member
 
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915

Rep: Reputation: 34
Looks like your "make install" did succeed. Did you try running "superkaramba"?
 
  


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
installing superkaramba moloneyr Linux - Newbie 3 07-15-2007 10:32 PM
I need help Installing superkaramba xandar Mandriva 2 09-26-2005 06:35 PM
Installing SuperKaramba from source... Eerath MEPIS 6 08-23-2005 11:16 AM
Installing SuperKaramba? shoombool_tala Linux - Software 1 02-01-2005 12:11 AM
Help with Installing Superkaramba YaAqoB Linux - Software 7 12-21-2004 04:36 PM

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

All times are GMT -5. The time now is 12:54 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