Results 1 to 5 of 5

Thread: Eclipse can't compile

  1. #1
    Join Date
    Jan 2008
    Posts
    91
    Thanks
    8

    Default Eclipse can't compile

    I am using WindowsXp and Today i installed eclipse + qt 4.3.3 +Eclipse and Qt integration plugin but when i created a new project , it didnt compile and show me this message


    Error launching external scanner info generator (gcc -E -P -v -dD C:/Documents and Settings/pc3/Belgelerim/workspace/.metadata/.plugins/org.eclipse.cdt.make.core/specs.cpp)
    Invalid project path: Include path not found (C:\Qt\4.3.3\include\ActiveQt). deneme pathentry

    Could you help me?

  2. #2
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Thanks
    8
    Thanked 541 Times in 521 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Eclipse can't compile

    The ActiveQt module is available only in the commercial version of Qt.
    You can download an evaluation version and build your application with that, but how did you end up using ActiveQt in the first place?
    Did you initially developed your app on a commercial version?

  3. #3
    Join Date
    Jan 2008
    Posts
    91
    Thanks
    8

    Default Re: Eclipse can't compile

    I just installed opensource qt from a mirror. After integration with Eclipse it didn't compile.I couldnt understand the reason.Are there any speciall setting for Windows. I was using eclipse + Qt4 in Open suse but i didnt like O.S .

  4. #4
    Join Date
    Jan 2008
    Posts
    3
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Eclipse can't compile

    I have had these two problems as well. Compilation error is most probably a path setting problem. If you start Eclipse by using clicking on Start > All Programs > Qt Eclipse Integration v1.0.1 > Start Eclipse with MinGW, most probably you will be able to compile. By doing this, you are setting required paths for compilation.

    Unfortunately, Installation of latest version of Qt Eclipse Integration v1.0.1 includes C:\Qt\4.3.3\include\ActiveQt for Qt projects created in Eclipse. It only causes a warning, not an error. To get rid of this warning, choose project properties by right clicking on your project in Project Explorer window. On the left side click on C/C++ Include Paths and Symbols . You will be seeing all folders included. Click on C:\Qt\4.3.3\include\ActiveQt and then click Remove button to remove it. This should get rid of the warning due to missing ActiveQt folder.

    Hopefully this will help you.

  5. The following user says thank you to isahin for this useful post:

    anafor2004 (22nd January 2008)

  6. #5
    Join Date
    Jan 2008
    Posts
    91
    Thanks
    8

    Default Re: Eclipse can't compile

    Thank you , it works

Similar Threads

  1. Replies: 7
    Last Post: 22nd December 2010, 08:13
  2. [MacOSX,eclipse CDT]want eclipse to know Qt classes
    By lolveley in forum Installation and Deployment
    Replies: 7
    Last Post: 27th July 2007, 23:52
  3. Use VC2005 to compile Qt program (4.3.0)
    By firegun9 in forum Qt Programming
    Replies: 3
    Last Post: 8th June 2007, 16:04
  4. Howto use Eclipse with QT4 in 10 steps
    By the_bis in forum Newbie
    Replies: 3
    Last Post: 28th January 2007, 20:21
  5. Qt-4.2.2 qmake won't compile under visual studio 2005 on vista
    By moowy in forum Installation and Deployment
    Replies: 7
    Last Post: 13th January 2007, 21:06

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.