Warning: session_start(): open(/tmp/sess_jql0gbjml8vac0qagegsopbjd6, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
dplentini'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

-
- dplentini's profile .- Fan of  .- CV  .- Friends  .- Content  .- Latest Comments (7) . 
Re: Re: Re: Re: Can't Compile v. 0.9
Oct 7 2009  on content ktikz - Editor for the TikZ language

Thanks for the tip. I removed the "qt3" files as you described, and I confirmed the "qt4" were installed, but I still can't compile the program. Here's the current output:

david@DD:~/ktikz-0.9$ qmake
Project MESSAGE: *** KTikZ v0.9 ***
Project MESSAGE: The program will be installed in
Project MESSAGE: /usr/bin
Project MESSAGE: The translation files will be installed in
Project MESSAGE: /usr/share/ktikz
Project MESSAGE: The desktop file will be installed in
Project MESSAGE: /usr/share/applications
Project MESSAGE: KDE includes: /usr/lib/kde4/include/KDE /usr/lib/kde4/include
Project MESSAGE: KDE libs: /usr/lib/kde4/lib
Project MESSAGE:
Project MESSAGE: If you would like to change these paths,
Project MESSAGE: please adjust conf.pri to your needs and rerun qmake.
Project MESSAGE:
Project MESSAGE: In order to disable KDE file dialogs in this application,
Project MESSAGE: hide the line "CONFIG += usekde" in conf.pri.
david@DD:~/ktikz-0.9$ make
cd src/ && make -f Makefile
make[1]: Entering directory `/home/david/ktikz-0.9/src'
Makefile:369: warning: overriding commands for target `../build/obj/configappearancewidget.o'
Makefile:225: warning: ignoring old commands for target `../build/obj/configappearancewidget.o'
Makefile:373: warning: overriding commands for target `../build/obj/configeditorwidget.o'
Makefile:236: warning: ignoring old commands for target `../build/obj/configeditorwidget.o'
Makefile:378: warning: overriding commands for target `../build/obj/configgeneralwidget.o'
Makefile:241: warning: ignoring old commands for target `../build/obj/configgeneralwidget.o'
Makefile:382: warning: overriding commands for target `../build/obj/editgotolinewidget.o'
Makefile:245: warning: ignoring old commands for target `../build/obj/editgotolinewidget.o'
Makefile:386: warning: overriding commands for target `../build/obj/editindentdialog.o'
Makefile:249: warning: ignoring old commands for target `../build/obj/editindentdialog.o'
Makefile:391: warning: overriding commands for target `../build/obj/editreplacewidget.o'
Makefile:254: warning: ignoring old commands for target `../build/obj/editreplacewidget.o'
Makefile:397: warning: overriding commands for target `../build/obj/templatewidget.o'
Makefile:293: warning: ignoring old commands for target `../build/obj/templatewidget.o'
make[1]: *** No rule to make target `/usr/share/qt3/mkspecs/default/qmake.conf', needed by `Makefile'. Stop.
make[1]: Leaving directory `/home/david/ktikz-0.9/src'
make: *** [sub-src-make_default] Error 2

.
Re: Re: Can't Compile v. 0.9
Sep 25 2009  on content ktikz - Editor for the TikZ language

Thanks. I used the "make distclean" command, and that seemed to make some progress, but then I got a version error stating that my version of Qt (4.x) was too new (vs. 3.3.8b):

cd src/ && make -f Makefile
make[1]: Entering directory `/home/david/ktikz-0.9/src'
Makefile:369: warning: overriding commands for target `../build/obj/configappearancewidget.o'
Makefile:225: warning: ignoring old commands for target `../build/obj/configappearancewidget.o'
Makefile:373: warning: overriding commands for target `../build/obj/configeditorwidget.o'
Makefile:236: warning: ignoring old commands for target `../build/obj/configeditorwidget.o'
Makefile:378: warning: overriding commands for target `../build/obj/configgeneralwidget.o'
Makefile:241: warning: ignoring old commands for target `../build/obj/configgeneralwidget.o'
Makefile:382: warning: overriding commands for target `../build/obj/editgotolinewidget.o'
Makefile:245: warning: ignoring old commands for target `../build/obj/editgotolinewidget.o'
Makefile:386: warning: overriding commands for target `../build/obj/editindentdialog.o'
Makefile:249: warning: ignoring old commands for target `../build/obj/editindentdialog.o'
Makefile:391: warning: overriding commands for target `../build/obj/editreplacewidget.o'
Makefile:254: warning: ignoring old commands for target `../build/obj/editreplacewidget.o'
Makefile:397: warning: overriding commands for target `../build/obj/templatewidget.o'
Makefile:293: warning: ignoring old commands for target `../build/obj/templatewidget.o'
/usr/share/qt3/bin/uic editreplacewidget.ui -o ../build/ui/editreplacewidget.h
uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.8b)
make[1]: *** [../build/ui/editreplacewidget.h] Error 1
make[1]: Leaving directory `/home/david/ktikz-0.9/src'
make: *** [sub-src-make_default] Error 2

.
.
Can't Compile v. 0.9
Sep 13 2009  on content ktikz - Editor for the TikZ language

Hi! I love v. 0.8 of this program, so I couldn't wait to install the update; but I can't compile the code. I get the following output:

david@DD:~/Dropbox/Downloads/ktikz-0.9$ qmake
Project MESSAGE: *** KTikZ v0.9 ***
Project MESSAGE: The program will be installed in
Project MESSAGE: /usr/bin
Project MESSAGE: The translation files will be installed in
Project MESSAGE: /usr/share/ktikz
Project MESSAGE: The desktop file will be installed in
Project MESSAGE: /usr/share/applications
Project MESSAGE: (null)
Project MESSAGE: If you would like to change these paths,
Project MESSAGE: please adjust conf.pri to your needs and rerun qmake.
Project MESSAGE: (null)
Project MESSAGE: In order to enable KDE file dialogs in this application,
Project MESSAGE: unhide the line \"CONFIG += usekde\" in conf.pri.
david@DD:~/Dropbox/Downloads/ktikz-0.9$ make
cd src && make -f Makefile
make[1]: Entering directory `/home/david/Dropbox/Downloads/ktikz-0.9/src'
Makefile:369: warning: overriding commands for target `../build/obj/configappearancewidget.o'
Makefile:225: warning: ignoring old commands for target `../build/obj/configappearancewidget.o'
Makefile:373: warning: overriding commands for target `../build/obj/configeditorwidget.o'
Makefile:236: warning: ignoring old commands for target `../build/obj/configeditorwidget.o'
Makefile:378: warning: overriding commands for target `../build/obj/configgeneralwidget.o'
Makefile:241: warning: ignoring old commands for target `../build/obj/configgeneralwidget.o'
Makefile:382: warning: overriding commands for target `../build/obj/editgotolinewidget.o'
Makefile:245: warning: ignoring old commands for target `../build/obj/editgotolinewidget.o'
Makefile:386: warning: overriding commands for target `../build/obj/editindentdialog.o'
Makefile:249: warning: ignoring old commands for target `../build/obj/editindentdialog.o'
Makefile:391: warning: overriding commands for target `../build/obj/editreplacewidget.o'
Makefile:254: warning: ignoring old commands for target `../build/obj/editreplacewidget.o'
Makefile:397: warning: overriding commands for target `../build/obj/templatewidget.o'
Makefile:293: warning: ignoring old commands for target `../build/obj/templatewidget.o'
/usr/share/qt3/bin/uic editreplacewidget.ui -o ../build/ui/editreplacewidget.h
uic: Could not open output file '../build/ui/editreplacewidget.h'
make[1]: *** [../build/ui/editreplacewidget.h] Error 1
make[1]: Leaving directory `/home/david/Dropbox/Downloads/ktikz-0.9/src'
make: *** [sub-src] Error 2

This happens whether I run as su or not. What's going wrong?

Can someone make DEB for jaunty?

Thanks!

.


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