LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 09-05-2004, 02:15 AM   #1
ThePenguin
Member
 
Registered: Sep 2003
Location: GA, US
Distribution: RedHat 9.0
Posts: 50

Rep: Reputation: 15
KDE execute errors(Resolved)


I just clean reloaded Linux Mandrake 10 again. I ran a Hello World program and it built with success. It also compiled with success. My only problem now is when I go to execute it, it says:

Code:
/bin/sh: line 1: ./helloworld: No such file or directory
Press Enter to continue!
I made a new thread for this as it is a different problem. The other one is solved now. Obviously =)

edit:
resolved >.< Build Target

My original problem still stands though. I can't create a KDE Application. Any suggestions?

Last edited by ThePenguin; 09-05-2004 at 02:27 AM.
 
Old 09-05-2004, 04:40 AM   #2
redjokerx
Member
 
Registered: Aug 2004
Location: San Diego
Distribution: Slackware
Posts: 303

Rep: Reputation: 31
If you want to create a KDE application, you'll need to learn QT.

You may want to check out KDevelop also, it has wizards for KDE apps and such.
 
Old 09-05-2004, 12:48 PM   #3
ThePenguin
Member
 
Registered: Sep 2003
Location: GA, US
Distribution: RedHat 9.0
Posts: 50

Original Poster
Rep: Reputation: 15
Is it just me or is www.kdevelop.org site down?
 
Old 09-05-2004, 07:34 PM   #4
foo_bar_foo
Senior Member
 
Registered: Jun 2004
Posts: 2,553

Rep: Reputation: 53
Re: KDE execute errors(Resolved)

Quote:
Originally posted by ThePenguin


My original problem still stands though. I can't create a KDE Application. Any suggestions?
i don't use ide's but
this is what i use to setup kde projects -- works like a charm i keep this copy on my isp's web server so i don't loose it and don't have to hunt for it

http://patriot.net/~gary/KDEautomakemanual.html
 
Old 09-05-2004, 09:11 PM   #5
redjokerx
Member
 
Registered: Aug 2004
Location: San Diego
Distribution: Slackware
Posts: 303

Rep: Reputation: 31
http://kdevelop.kde.org
 
Old 09-05-2004, 09:34 PM   #6
ThePenguin
Member
 
Registered: Sep 2003
Location: GA, US
Distribution: RedHat 9.0
Posts: 50

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by redjokerx
http://kdevelop.kde.org
I looked at it. All it said was:

"Wrong autoconf version" etc. Error.
There are several error messages concerning too old versions of autoconf etc. preventing configure from working properly. Run autoreconf in the directory tree where the configure.in files in question are. This command will try to update the information in the GNU Build System files. See man autoreconf for more information.

I tried this and I get the following:
autoreconf: `configure.ac' or `configure.in' is required

and get this when I choose to Run Automake and Autoconf:

*cd "/home/david/Programming/C++/simplekdeapp" && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -f Makefile.cvs
*This Makefile is only for the CVS repository
*This will be deleted before making the distribution
*
**** Creating acinclude.m4
**** Creating list of subdirectories
**** Creating configure.in
**** Creating aclocal.m4
*/usr/share/aclocal/vorbis.m4:9: warning: underquoted definition of XIPH_PATH_VORBIS
*run info '(automake)Extending aclocal'
*or see http://sources.redhat.com/automake/a...ding%20aclocal
*/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES
*/usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK
*/usr/share/aclocal/ogg.m4:8: warning: underquoted definition of XIPH_PATH_OGG
*/usr/share/aclocal/libxslt.m4:14: warning: underquoted definition of AM_PATH_XSLT
*/usr/share/aclocal/glib-gettext.m4:378: warning: underquoted definition of AM_GLIB_GNU_GETTEXT
*/usr/share/aclocal/glib-gettext.m4:379: warning: underquoted definition of AM_GLIB_DEFINE_LOCALEDIR
*/usr/share/aclocal/glib-2.0.m4:8: warning: underquoted definition of AM_PATH_GLIB_2_0
*/usr/share/aclocal/g-wrap.m4:7: warning: underquoted definition of AC_GWRAP_CHECK_GUILE
*/usr/share/aclocal/g-wrap.m4:23: warning: underquoted definition of AM_PATH_GWRAP
*/usr/share/aclocal/esd.m4:10: warning: underquoted definition of AM_PATH_ESD
*/usr/share/aclocal/esd.m4:175: warning: underquoted definition of AM_ESD_SUPPORTS_MULTIPLE_RECORD
*/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
*NONE:0: /usr/bin/m4: `m4_symbols' from frozen file not found in builtin table!
*autom4te: /usr/bin/m4 failed with exit status: 1
*aclocal: autom4te failed with exit status: 1
*gmake[1]: *** [cvs] Error 1
*gmake: *** [all] Error 2
**** Exited with status: 2 ***
 
Old 09-05-2004, 11:55 PM   #7
ThePenguin
Member
 
Registered: Sep 2003
Location: GA, US
Distribution: RedHat 9.0
Posts: 50

Original Poster
Rep: Reputation: 15
someone slap me. I got it to work by using the rpms ont he distro cd's. They werent installed by default. The old versions were installed by default. Install the new ones and its a charm im so happy i could cry~ everything works now. only WineX to work on now
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
execute shell script in KDE Lotharster Linux - Newbie 1 11-21-2005 06:02 PM
execute shell-scripts at kde startup supersucker Linux - Newbie 10 10-28-2005 10:47 AM
How to execute root-privilege programs in KDE autostart? rylan76 Linux - Software 3 07-31-2005 04:40 AM
Kde Errors! Tartloaf Linux - Newbie 4 01-13-2005 05:59 AM
some kde applications not execute in RHL 7.2 on login as root chinmay nautiya Linux - Software 5 01-18-2003 06:35 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

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