Results 1 to 12 of 12

Thread: Compiling QSA 1.2.0 fails

Hybrid View

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

    Default Re: Compiling QSA 1.2.0 fails

    Quote Originally Posted by detheang
    there is an error because of app.setMainWidget( &quit )
    There is no such method in Qt4.

    Should I deinstall the rpm of qt4 and better compile it by hand?
    IMO this won't change anything, I've downloaded QSA and get similar problems --- it only builds the debug version and when it try to compile examples I get:
    /home/users/jacek/Qt/lib/libQt3Support_debug.so.4: undefined reference to `.LC465'
    I think that there's something wrong with QSA and it doesn't work with Qt 4.1.0.

  2. #2
    Join Date
    Feb 2006
    Posts
    7
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Unhappy Re: Compiling QSA 1.2.0 fails

    I deinstalled qt4.1 and installed a fresh qt3.3(original rpm from suse).
    Then I download qsa3.3 and try to compile,
    but I get the same error:
    ...
    g++ -o spreadsheet .obj/main.o .obj/sheetinterface.o .obj/spreadsheet.o .obj/addscriptdialog.o .obj/qmake_image_collection.o .obj/moc_sheetinterface.o .obj/moc_spreadsheet.o .obj/moc_addscriptdialog.o -L/usr/lib64/ -L/usr/lib/qt3/lib64/ -L/usr/X11R6/lib64/ -lqsa -L../../lib -lqt-mt -lXext -lX11 -lm -lpthread
    /usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../../x86_64-suse-linux/bin/ld: cannot find -lqsa
    collect2: ld returned 1 exit status
    make[3]: *** [spreadsheet] Fehler 1
    make[3]: Leaving directory `/usr/src/debug/qsa-x11-free-1.1.3/examples/spreadsheet'
    make[2]: *** [sub-spreadsheet] Fehler 2
    make[2]: Leaving directory `/usr/src/debug/qsa-x11-free-1.1.3/examples'
    make[1]: *** [sub-examples] Fehler 2
    make[1]: Leaving directory `/usr/src/debug/qsa-x11-free-1.1.3'
    make: *** [run-make] Fehler 2

    I think that qsa hates me (or it hates the suse 10 rpm ... or my x86-64)
    I'm really depressed!

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

    Default Re: Compiling QSA 1.2.0 fails

    Maybe there is a RPM package for SuSE with QSA?

  4. #4
    Join Date
    Feb 2006
    Posts
    7
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Compiling QSA 1.2.0 fails

    There are several rpms for suse 9.x but no for suse 10.
    In spite of this, I tried to take one for suse 9.3 and it runs
    without problems.

    Thanks for your help.

    (I hope that Qt4.1 and QSA is in OpenSuSE 10.1 already integrated)

Similar Threads

  1. QSA 1.2.2 compiling error with QBasicAtomic
    By llcwzg in forum Installation and Deployment
    Replies: 2
    Last Post: 27th January 2009, 15:39
  2. compiling hello world after fresh install fails
    By kvesi in forum Installation and Deployment
    Replies: 3
    Last Post: 19th September 2008, 14:55
  3. Problem and solution about QSA 1.2.0 compilation
    By Dwarf007 in forum Installation and Deployment
    Replies: 5
    Last Post: 7th March 2006, 17:52

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.