Results 1 to 17 of 17

Thread: No xshape support note

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: No xshape support note

    Quote Originally Posted by impeteperry
    Ok, I'm back. I don't know why but "qmake" is now working as it should on my stuff. I still can't use it on any of the Qt-4 examples however.
    Run it as root.

  2. The following user says thank you to wysota for this useful post:

    impeteperry (18th August 2006)

  3. #2
    Join Date
    Jan 2006
    Location
    Riverside, Rhode Island, USA
    Posts
    245
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11
    Thanks
    52

    Default Re: No xshape support note

    Quote Originally Posted by wysota
    Run it as root.
    That seem to work, sort of. I seem to be missing an "opengl" package,
    pete@newCompaq:/usr/local/Trolltech/Qt-4.1.4/examples$ make
    cd dialogs && make -f Makefile
    make[1]: Entering directory `/usr/local/Trolltech/Qt-4.1.4/examples/dialogs'
    cd complexwizard && make -f Makefile
    make[2]: Entering directory `/usr/local/Trolltech/Qt-4.1.4/examples/dialogs/complexwizard'
    g++ -o complexwizard complexwizard.o licensewizard.o main.o moc_complexwizard.o -L/usr/lib -lQtGui_debug -lQtCore_debug -lpthread
    /usr/bin/ld: cannot find -lQtGui_debug
    collect2: ld returned 1 exit status
    Which I will look for.

    I am able to compile several of the "sub-examples" ok except there are no code elements in "2dpainting" in "opengl" examples and when I run "textures" it automatically logs me out and I have to log in again.
    I know I never had any of this stuff in Qt-4.1.1, but I am happy as I can get an with my work. Thanks for your patience.

  4. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: No xshape support note

    You probably have a broken OpenGL installation in your system. I doubt Qt has anything to do with this. As for the linking errros -- do you have Qt compiled in debug mode?

  5. #4
    Join Date
    Jan 2006
    Location
    Riverside, Rhode Island, USA
    Posts
    245
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11
    Thanks
    52

    Default Re: No xshape support note

    I don't know about debug in compiling Qt. I had to load a bunch of "debug" packages thou.
    A complete intallation of Linux was done last week end.
    Once I got the modules listed in the URL I sent you from Debian, The only switch I used was the "-xshape" . I
    do use "opengl" in one of my programs.
    I use "ddd" or "KDevelop" for debugging.
    My ".pro" file is
    Qt Code:
    1. ######################################################################
    2. # Automatically generated by qmake (2.00a) Wed Jun 28 11:25:58 2006
    3. ######################################################################
    4.  
    5. TEMPLATE = app
    6. TARGET +=
    7. DEPENDPATH += .
    8. INCLUDEPATH += .
    9.  
    10. # Input
    11. CONFIG += opengl qt warn_on debug
    12. HEADERS += beams.h \
    13. columns.h \
    14. controlfunctions.h \
    15. drawingfunctions.h \
    16. editfunctions.h \
    17. edpform.h \
    18. existproject.h \
    19. helpfunction.h \
    20. listing.h \
    21. newproject.h \
    22. operations.h \
    23. plank.h \
    24. printing.h \
    25. products.h \
    26. supportlines.h
    27. FORMS += edpform.ui
    28. SOURCES += beams.cpp \
    29. columns.cpp \
    30. controlfunctions.cpp \
    31. drawingfunctions.cpp \
    32. editfunctions.cpp \
    33. edpform.cpp \
    34. existproject.cpp \
    35. helpfunction.cpp \
    36. listing.cpp \
    37. main.cpp \
    38. newproject.cpp \
    39. operations.cpp \
    40. plank.cpp \
    41. printing.cpp \
    42. products.cpp \
    43. supportlines.cpp
    To copy to clipboard, switch view to plain text mode 
    which works fine.

Similar Threads

  1. how to correctly compile threads support?
    By srhlefty in forum Installation and Deployment
    Replies: 9
    Last Post: 25th June 2006, 20:15
  2. MNG Support
    By Kruti in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 14th June 2006, 02:13
  3. 64-bit support in Windows?
    By jamos in forum Qt Programming
    Replies: 1
    Last Post: 12th May 2006, 17:29
  4. Problem building Qt4.1.0 with thread support on windows XP
    By pavithra in forum Installation and Deployment
    Replies: 1
    Last Post: 1st April 2006, 12:35
  5. Qt will not be built with XShape support.
    By manfredfr in forum Installation and Deployment
    Replies: 4
    Last Post: 14th March 2006, 09:26

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.