Thread: Kdevelop 3.3.2 project problem..

  1. #1
    Registered User
    Join Date
    Mar 2005
    Location
    Mountaintop, Pa
    Posts
    1,058

    Kdevelop 3.3.2 project problem..

    I have created a very basic "Hello World" C Gnome 1 Application Framework project in Kdevelop 3.3.2. When I attempt to run "automake & Friends" on the project, I get the following error:

    cd '/home/bob/hello' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -f Makefile.cvs
    srcdir=`pwd` NOCONFIGURE=1 sh macros/autogen.sh
    macros/autogen.sh: macros/autogen.sh: No such file or directory
    make: *** [all] Error 127
    *** Exited with status: 2 ***
    I'm a Linux and Kdevelop newbie and would greatly appreciate any assistance.

  2. #2
    Registered User Jaqui's Avatar
    Join Date
    Feb 2005
    Posts
    416
    it looks like you don't have autoconf and automake installed.
    or else kdevelop has the wrong path settings to them.

    the actual paths are distro specific, so until we know what distro we can't suggest where the tools would actually be.
    Quote Originally Posted by Jeff Henager
    If the average user can put a CD in and boot the system and follow the prompts, he can install and use Linux. If he can't do that simple task, he doesn't need to be around technology.

  3. #3
    Registered User
    Join Date
    Mar 2005
    Location
    Mountaintop, Pa
    Posts
    1,058
    It's a Debian distro, version 3.1. I did finally resolve the problem by just deleting folder and its contents and starting the "Hello World" tutorial a second time. The second time it worked fine.

  4. #4
    Registered User Jaqui's Avatar
    Join Date
    Feb 2005
    Posts
    416
    nice to know.
    Quote Originally Posted by Jeff Henager
    If the average user can put a CD in and boot the system and follow the prompts, he can install and use Linux. If he can't do that simple task, he doesn't need to be around technology.

  5. #5
    Registered User
    Join Date
    Mar 2005
    Location
    Mountaintop, Pa
    Posts
    1,058
    Reinstalled Debian 3.1 and now I have this KDE problem again with a basic "Hello World" tutorial. Deleting and recreating the project doesn't help.

    autoconf --version returns 2.59
    automake --version returns 1.4-p6

    Anybody have any suggestions?

    Thanx

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Bin packing problem....
    By 81N4RY_DR460N in forum C++ Programming
    Replies: 0
    Last Post: 08-01-2005, 05:20 AM
  2. How to add a file to a project in bloodshed.
    By Smeep in forum C++ Programming
    Replies: 4
    Last Post: 04-22-2005, 09:29 PM
  3. Project details: Dedicated
    By Stack Overflow in forum Projects and Job Recruitment
    Replies: 9
    Last Post: 02-22-2005, 03:10 PM
  4. Operating System Project
    By Pete in forum Projects and Job Recruitment
    Replies: 1
    Last Post: 07-15-2004, 09:33 AM