Computer Forums

Go Back   Computer Forums > Software > General Software

General Software Software is what your computer runs. Word processors, spreadsheet programs... Discuss it all here.

Register Now for FREE!
Computer Forums

Username: Password: Confirm Password: E-Mail: Confirm E-Mail:
Agree to forum rules 


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-18-2008, 04:37 AM
tacotanker27's Avatar
Gigabyte
 
Join Date: 10 Jan 2007
Posts: 432
tacotanker27 is a name known to alltacotanker27 is a name known to alltacotanker27 is a name known to alltacotanker27 is a name known to alltacotanker27 is a name known to alltacotanker27 is a name known to all
Default Kdevelop makefile error??

I installed Kdevelop a few days ago and I created a simple Hello World program and every time I try to compile it I get the same error.

"/home/fechter/Firstproject/debug There is no Makefile in this directory and no configure script for this project. Run automake & friends and configure first?"

I clik "Run them" and run into another error in the bottom panel.

"cd '/home/fechter/Firstproject' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" LC_MESSAGES="C" LC_CTYPE="C" make -f Makefile.cvs && cd '/home/fechter/Firstproject/debug' && CXXFLAGS="-O0 -g3" "/home/fechter/Firstproject/configure" --enable-debug=full && cd '/home/fechter/Firstproject/debug/src' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" LC_MESSAGES="C" LC_CTYPE="C" make -k firstproject.lo
aclocal
make: aclocal: Command not found
make: *** [all] Error 127
*** Exited with status: 2 ***"


I've posted on the Ubuntu forum and after 10 hours and about 30 different posts having replies it seems they just don't know the solution...I've searched and found that someone else had this problem and were told to run a sudo code to get the Automake and Autoconf files they needed, but when I run the code I get yet another error...

"Reading package lists... Done
Building dependency tree
Reading state information... Done
Package automake1.6 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package automake1.6 has no installation candidate"

Anyone have a solution? Any help would be greatly appreciated!
__________________
Intel E4500 Dual Core ~2.2ghz
Radeon 2400PRO ~525Mhz w/ 512mb
Triboot Xp, Vista, and Ubuntu WD 250g
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-18-2008, 01:53 PM
Jam's Avatar
Jam Jam is offline
CompuForums Moderator
 
Join Date: 02 Mar 2008
Location: In My Own Little World
Posts: 624
Jam has a reputation beyond reputeJam has a reputation beyond reputeJam has a reputation beyond reputeJam has a reputation beyond reputeJam has a reputation beyond reputeJam has a reputation beyond reputeJam has a reputation beyond reputeJam has a reputation beyond reputeJam has a reputation beyond reputeJam has a reputation beyond reputeJam has a reputation beyond repute
Default Re: Kdevelop makefile error??

the package that you tried to download isn't called Automake1.6, its just automake.

So if you run
Quote:
sudo apt-get install automake
that might do the job.
...i'm assuming your using Kbuntu?

JAM
__________________
Become a Premium Member today!
- Advert Free - Increased PM Storage - 1,000,000 C$ - Increased Avatar Size - Access To Premium Members Forum - Colored Username -
_______________________________________
Anyone who isn't confused here doesn't
really understand what's
going on


JamsUbuntu.blogspot.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-18-2008, 03:44 PM
tacotanker27's Avatar
Gigabyte
 
Join Date: 10 Jan 2007
Posts: 432
tacotanker27 is a name known to alltacotanker27 is a name known to alltacotanker27 is a name known to alltacotanker27 is a name known to alltacotanker27 is a name known to alltacotanker27 is a name known to all
Default Re: Kdevelop makefile error??

no, I'm using Ubuntu.
__________________
Intel E4500 Dual Core ~2.2ghz
Radeon 2400PRO ~525Mhz w/ 512mb
Triboot Xp, Vista, and Ubuntu WD 250g
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-18-2008, 03:59 PM
Ash's Avatar
Ash Ash is online now
CF owner
 
Join Date: 27 Jul 2005
Location: Devon, UK
Posts: 4,130
Ash has a reputation beyond reputeAsh has a reputation beyond reputeAsh has a reputation beyond reputeAsh has a reputation beyond reputeAsh has a reputation beyond reputeAsh has a reputation beyond reputeAsh has a reputation beyond reputeAsh has a reputation beyond reputeAsh has a reputation beyond reputeAsh has a reputation beyond reputeAsh has a reputation beyond repute
Default Re: Kdevelop makefile error??

Jam's instructions should still work on Ubuntu. Failing that, downloading and installing automake from source should do the trick.
__________________
Thanks,
Ash
CF Founder

Great Webhosting. Shared starting at $2 per month. VPSes starting at $6 per month.
www.Centicero.com

Want to get in touch? Send me a PM | Do you want to continue receiving free help? Or do you want this site to close? Become a premium member.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 06-26-2008, 08:59 AM
NordicWarrior3's Avatar
Gigabyte
 
Join Date: 19 Oct 2007
Location: Nebraska
Posts: 325
NordicWarrior3 is on a distinguished road
Default Re: Kdevelop makefile error??

what language did u write program in? (just curious)
__________________
foi est tout
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 06-26-2008, 02:29 PM
tacotanker27's Avatar
Gigabyte
 
Join Date: 10 Jan 2007
Posts: 432
tacotanker27 is a name known to alltacotanker27 is a name known to alltacotanker27 is a name known to alltacotanker27 is a name known to alltacotanker27 is a name known to alltacotanker27 is a name known to all
Default Re: Kdevelop makefile error??

I've fiddled around with C++ for the last few years
__________________
Intel E4500 Dual Core ~2.2ghz
Radeon 2400PRO ~525Mhz w/ 512mb
Triboot Xp, Vista, and Ubuntu WD 250g
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 08:24 PM.



Powered by: vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
Content © Copyright 2005-2008 CompuForums. All Rights Reserved. Some content © Copyright of the respective owners.
Cheap Gas - Loans - Mortgage - Loans

Content Relevant URLs by vBSEO 3.2.0 RC5