Results 1 to 6 of 6

Thread: Project compilation problem

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Ljubljana
    Posts
    687
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Android
    Thanks
    111
    Thanked 4 Times in 4 Posts

    Default Project compilation problem

    Hi to all!

    I try to compile qtopia application with all enviroment variables set up correctly and with this makefile:
    Qt Code:
    1. TEMPLATE = app
    2. CONFIG = qt warn_on debug
    3. HEADERS = ppMenu.hpp
    4. SOURCES = main.cpp ppMenu.cpp
    5. INCLUDEPATH += $(QPEDIR)/include
    6. DEPENDPATH += $(QPEDIR)/include
    7. LIBS += -lqpe
    8. TARGET = popupmenu
    To copy to clipboard, switch view to plain text mode 
    and i get following errors:

    frelihm@nesramnik:~/projects/Qtopia/PopupMenu/application$ make
    g++ -c -pipe -Wall -W -g -I/usr/share/qt3/mkspecs/default -I. -I/home/frelihm/build/qtopia-phone-2.2.0/qtopia/include -I/usr/include/qt3 -o main.o main.cpp
    In file included from /home/frelihm/build/qtopia-phone-2.2.0/qtopia/include/qtopia/timestring.h:1,
    from /home/frelihm/build/qtopia-phone-2.2.0/qtopia/include/qtopia/../../src/libraries/qtopia/qpeapplication.h:26,
    from /home/frelihm/build/qtopia-phone-2.2.0/qtopia/include/qtopia/qpeapplication.h:1,
    from main.cpp:2:
    /home/frelihm/build/qtopia-phone-2.2.0/qtopia/include/qtopia/../../src/libraries/qtopia/timestring.h:25:20: error: qarray.h: No such file or directory
    /home/frelihm/build/qtopia-phone-2.2.0/qtopia/include/qtopia/../../src/libraries/qtopia/applicationinterface.h:34: warning: 'struct ApplicationInterface' has virtual functions but non-virtual destructor
    make: *** [main.o] Error 1
    Can someone help me with this errors since I have no clue what is wrong?!
    Last edited by jacek; 22nd June 2006 at 16:21. Reason: changed [ code ] to [ quote ] to allow wrapping of long lines
    Qt 5.3 Opensource & Creator 3.1.2

Similar Threads

  1. problem about multiple project in Kdevelop
    By coralbird in forum KDE Forum
    Replies: 6
    Last Post: 9th March 2006, 01:48
  2. Compilation error creating a project on QT4.0.1??
    By darpan in forum Qt Programming
    Replies: 6
    Last Post: 8th March 2006, 08:16
  3. Problem and solution about QSA 1.2.0 compilation
    By Dwarf007 in forum Installation and Deployment
    Replies: 5
    Last Post: 7th March 2006, 16:52
  4. Replies: 16
    Last Post: 7th March 2006, 15:57
  5. Compilation problem, don't know why
    By yellowmat in forum Newbie
    Replies: 6
    Last Post: 2nd March 2006, 15:36

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
  •  
Qt is a trademark of The Qt Company.