Warning: session_start(): open(/tmp/sess_vkve2edlk6mdtdtrugvj07qk91, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
tuxo2's comments openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login

-
- tuxo2's profile .- Fan of  .- CV  .- Friends  .- Content  .- Latest Comments (4) . 
Re: Re: Comiple error
Jan 30 2007  on content QtiPlot

Dear Ion Vasilief,

> Please read and try to understand the install notes provided in the source archive or on the QtiPlot official website: http://soft.proindependent.com/install.html
before posting a compile error message.

Thanks for your reply. Well, I read the installation notes carefully before posting the above message. I installed all the required libs, including the sip libs, version 4.4.5:

dpkg -l | grep sip
ii python-sip4 4.4.5-2ubuntu1 Python/C++ bindings generator runtime library
ii python-sip4-dev 4.4.5-2ubuntu1 Python/C++ bindings generator development files
ii sip4 4.4.5-2ubuntu1 Python/C++ bindings gene

However, it seems like the missing sipAPIqti.h file seems not to be included in these packages and I don't know where else it could be part of (searching on Google did not reveal anything).

As the compilation is stuck with this file needed for python scripting, I tried to switch this functionality off (as hinted in the installation notes: "If you want Python scripting support,you will also need to download and install Python 2.4, SIP 4.4.5 and PyQt 3.16."). However, I don't know how to do that either (how to achieve this is not described, at least I did not find anything).

Thanks again for your reply.

.
Comiple error
Jan 30 2007  on content QtiPlot

I tried to compile QtiPlot on an Ubuntu Edgy machine.QtiPlot version: 0.8.9.

However, after some compiling I got following error:

cd qtiplot && make -f Makefile
make[1]: Entering directory `/home/lui/Downloads/Software_Work/QtiPlot/qtiplot-0.8.9/qtiplot'
g++ -c -pipe -Wall -W -g -D_REENTRANT -DQT_PLUGIN -DSCRIPTING_CONSOLE -DSCRIPTING_DIALOG -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -I../3rdparty/liborigin -I../3rdparty/gsl/include -I../3rdparty/zlib123/include -I/home/lui/Downloads/Software_Work/QtiPlot/qwtplot3d/include -I/home/lui/Downloads/Software_Work/QtiPlot/liborigin-20070115 -I/usr/include/python2.4 -I/usr/include/qt3 -I/usr/X11R6/include -I/usr/X11R6/include -I../tmp/qtiplot/ -o ../tmp/qtiplot/PythonScripting.o src/PythonScripting.cpp
src/PythonScripting.cpp:22:23: error: sipAPIqti.h: No such file or directory
src/PythonScripting.cpp: In member function ‘bool PythonScripting::setQObject(QObject*, const char*, PyObject*)’:
src/PythonScripting.cpp:273: error: ‘sipTypeDef’ was not declared in this scope
src/PythonScripting.cpp:273: error: ‘t’ was not declared in this scope
src/PythonScripting.cpp:280: error: ‘sipModuleAPI_qti’ was not declared in this scope
src/PythonScripting.cpp:291: error: ‘sipBuildResult’ was not declared in this scope
src/PythonScripting.cpp:300: error: ‘sipModuleAPI_qti_qt’ was not declared in this scope
src/PythonScripting.cpp:308: error: ‘sipBuildResult’ was not declared in this scope
src/PythonScripting.cpp: In member function ‘virtual QVariant PythonScript::eval()’:
src/PythonScripting.cpp:509: warning: suggest parentheses around assignment used as truth value
make[1]: *** [../tmp/qtiplot/PythonScripting.o] Error 1
make[1]: Leaving directory `/home/lui/Downloads/Software_Work/QtiPlot/qtiplot-0.8.9/qtiplot'
make: *** [sub-qtiplot] Error 2


I did not find the file sipAPIqti.h on my computer. Googling did not help either. I found only a link to another person who had the same problem with compiling QtiPlot.

Thanks for your help.

.
.
Nice!
Jul 26 2005  on content baby english

Cute tux!
Unfortunately, the text is incomprehensible.

.
.
Thanks!
Jan 14 2004  on content Crystal SVG

Thanks a lot for your work Everaldo!

Just a little comment: I have noticed that you have created new icons for Koffice. While they look great at higher resolutions, I think that they do not scale down very well. The small versions appearing in the K-menu are not readily recognizable:

- Small Kspread icon: looks more like a calculator than a spread sheet to me.
- Small Kword and KPresenter icons: Both look fuzzy.
- Small kivio icon: looks very different from the others (and therefore out of place).

Furthermore, I think that the "Remove Active View" icon in konqueror doesn't fit anymore to the "Split view" icons.

Again, thanks a lot for your very nice icons!

.


Do you miss your friend here on the website?
Send an invitation email


Search people
Current visitors
New users
Birthdays
Most active users
Back



-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team