Results 1 to 12 of 12

Thread: Qt4.1.4 make errors.

Hybrid View

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

    Default Re: Qt4.1.4 make errors.

    The clock is right. I use it as a screen saver.

    I let the Kubuntu installer do the partioning on a 120g drive. Everyting seems to work fine.
    I have installed "synaptic" as I prefer it to "adept" I check that the changes I made to the "sources.list" worked OK. and I had access to the addional files.

    The only additonal files I have installed are "make", "g++", "gdb", "ddd" and "synaptic" and I have run "apt-get update"

    I think your original thought, that it was looking for a missing package is correct, but what???

    Incidently, nothing has been added to the "/usr/local" file.There is no "/Trollteck?" directory there

  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: Qt4.1.4 make errors.

    Quote Originally Posted by impeteperry
    I let the Kubuntu installer do the partioning on a 120g drive. Everyting seems to work fine.
    This problem might be caused by filesystem that doesn't support soft links, but that would mean that you have installed your system on FAT or NTFS partition.

    Maybe you have moved the sources after running configure?

    Quote Originally Posted by impeteperry
    I think your original thought, that it was looking for a missing package is correct, but what???
    Yes, but it would come out after the second "make". I've checked the configure script and now I'm convinced that it failed for some reason.

    Yet something tells me that you should check if you have development package for Standard C++ library (libstdc++-devel or simliar). Probably it won't fix this issue, but you'll need it anyway.

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

    Default Re: Qt4.1.4 make errors.

    That brought up a thought, but I started comparing installed files here with those in another computer and added any that looked promising. Still no go. Same error and I did what I didn't want to do. Add unnecessary packages.

    I'm running a current "debian" distro. Is there any place where I can find what addional packages I need.to install so I can install Qt4.1.4?

    I think I shall reinstall it this week end. Intall all the packages in my other disk, but make a note of each one so I can remove them ( full ) one by one if I get a good install of Qt4.1.4 and find out what I really need. Will let you know how I make out.

    I appreciate your help
    Last edited by impeteperry; 1st July 2006 at 03:23.

  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: Qt4.1.4 make errors.

    If you were missing some package, configure should tell you about it.

    Could you do a little test? Enter the directory where Qt sources are and enter these commands:
    $ pwd
    /home/users/jacek/Qt
    $ echo "test" > test
    $ ln -s test test2
    $ cat test2
    test
    $ ls -la test*
    -rw------- 1 jacek users 5 2006-07-01 14:53 test
    lrwxrwxrwx 1 jacek users 4 2006-07-01 14:53 test2 -> test
    $ ls -la include/QtCore/qconfig.h
    lrwxrwxrwx 1 jacek users 49 2006-06-22 19:33 include/QtCore/qconfig.h -> /home/users/jacek/Qt/src/corelib/global/qconfig.h
    This will verify that soft links work.

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

    impeteperry (1st July 2006)

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

    Default Re: Qt4.1.4 make errors.

    I added 2 packages "gdb" and "ddd"
    I deleted the Qt4 directory
    I "sudo ./configure -xshape"
    I "sudo make"
    I "sudo su -c make install"
    I added "PATH=/usr/local/Trolltech/Qt-4.1.4/bin:$PATH
    export PATH"
    to the ".bash_profile.
    I re-booted.
    All works fine.

    I have a distinct feeling I did not run make as "root".

    What ever you do, don't get old. You tend to make misteaks.

    I want to thank you for your help. it is what makes Linux great.

    Pete Perry

  7. #6
    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: Qt4.1.4 make errors.

    Quote Originally Posted by impeteperry
    I have a distinct feeling I did not run make as "root".
    root privileges are required only for "make install". Something must have happened to Qt sources. Maybe access rights were incorrect?

  8. The following user says thank you to jacek for this useful post:

    impeteperry (2nd July 2006)

Similar Threads

  1. Qt/Embedded Installation error during make
    By mahe2310 in forum Installation and Deployment
    Replies: 5
    Last Post: 7th September 2006, 04:05
  2. Linker errors!!
    By Seema Rao in forum Qt Programming
    Replies: 2
    Last Post: 25th April 2006, 08:14
  3. make install with debug_and_release_target
    By aba in forum Qt Programming
    Replies: 0
    Last Post: 17th April 2006, 19:28
  4. Linker Errors
    By MarkoSan in forum Qt Programming
    Replies: 5
    Last Post: 7th March 2006, 18:30
  5. Qt 4.1.0 - static examples run with errors!
    By Elder Orb in forum Qt Programming
    Replies: 1
    Last Post: 12th January 2006, 09:40

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.