Results 1 to 5 of 5

Thread: Import custom makefiles into KDevelop prj

  1. #1
    Join Date
    Jan 2006
    Location
    Ukraine,Lviv
    Posts
    454
    Thanks
    9
    Thanked 27 Times in 27 Posts
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Default Import custom makefiles into KDevelop prj

    I have c+= app with custom makefiles. I try import it in Kdevelop project. But when try start build i have next errors:
    gcc -o db.o -c -Wall -g -O0 -DDEBUG -I/usr/include -I/usr/local/include -I./ -I../../common
    gcc: No input files specified
    Yes i understand that at the end of gcc line must be *.cpp file, but he dont wont includ there.
    How can i solve the problem?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Import custom makefiles into KDevelop prj

    Maybe there something that Makefile that depends on the current directory or environment variables?

  3. #3
    Join Date
    Jan 2006
    Location
    Ukraine,Lviv
    Posts
    454
    Thanks
    9
    Thanked 27 Times in 27 Posts
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Default Re: Import custom makefiles into KDevelop prj

    hm...i dont think that. I run makefile from the same directorry and it execute exellent

    i think problem in differnce between make and gmake,becouse if i try type in my directory gmake i have the same errors as in KDevelop IDE
    Last edited by zlatko; 16th January 2006 at 09:43.

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Import custom makefiles into KDevelop prj

    Quote Originally Posted by zlatko
    i think problem in differnce between make and gmake,becouse if i try type in my directory gmake i have the same errors as in KDevelop IDE
    You can set the path to make executable in the project settings.

  5. #5
    Join Date
    Jan 2006
    Location
    Ukraine,Lviv
    Posts
    454
    Thanks
    9
    Thanked 27 Times in 27 Posts
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Default Re: Import custom makefiles into KDevelop prj

    yes if i type in buid options --> name of make executable 'make' it worked
    big thanks!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.