Results 1 to 13 of 13

Thread: making a backup of qt3

  1. #1
    Join Date
    Jul 2006
    Posts
    79
    Qt products
    Qt3 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default making a backup of qt3

    hello everyone.
    im nearing the completion of an application.
    while the app. is ready now, i will probably need to come back at some point and debug/update things..
    i need to make a backup cd in which, apart from the source, i want to burn the tools that i used to compile the application; namely qt 3 (the qt that came bundled with slackware 10.2), gcc (perhaps the linker too?), and any system variables that are set automatically and perhaps i do not know about.
    of course, i can always use the slackware installation CD to get the qt package, and gcc.. but im trying to figure out here what i might be missing....
    thank you for your help
    nass

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

    Default Re: making a backup of qt3

    Run ldd on Qt library and you'll know what it depends on. Then run ldd on each of the dependencies to know what they depend on, etc. Then gather all the packages containing the dependencies along with tools you might need and their dependencies. It might be simpler to go for a live cd though

  3. #3
    Join Date
    Jul 2006
    Posts
    79
    Qt products
    Qt3 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: making a backup of qt3

    whats a live cd?

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

    Default Re: making a backup of qt3

    A complete installation of a Linux which you can run directly from a CD. Then you can take the cd and run it on every compatible computer that is able to boot from a CD and have a completely working development environment.

    An example of such a live distro is knoppix.

  5. #5
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: making a backup of qt3

    A live CD may not work that great as a backup, though. That's because you may have new hardware in the future when you need the backup, but the CD won't boot because it's too old. Getting a live CD to boot when it doesn't want to is a very frustrating task. But a Slackware install CD is different. It will boot on just about anything. That will save you some major frustration in the long run.

    p.s. Also consider "backing up" the hardware as well. A 2007 Linux is going to have major problems booting on 2017 PC, regardless of whether it's Knoppix or Slackware. So store a system away in a closet along with the CD.

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

    Default Re: making a backup of qt3

    2017? That'll be around Qt 7.0, right?

  7. #7
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: making a backup of qt3

    Quote Originally Posted by wysota View Post
    2017? That'll be around Qt 7.0, right?
    You would be surprised how long software sticks around!

  8. #8
    Join Date
    Jul 2006
    Posts
    79
    Qt products
    Qt3 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: making a backup of qt3

    oh come on people
    keeping the hardware too is just alittle over the top! don't you tihnk?
    besides, im hoping that i ain't gonna be using this application in 2017
    i think i will keep the slackware installation cd... worst case scenario in 2017 there might be virtual machines to emulate 2k7 machines
    thank you for your help
    nass

  9. #9
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: making a backup of qt3

    You said you wanted a backup, so I was just trying to help!

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

    Default Re: making a backup of qt3

    And definitely you'll have to copy your Slack installation CD to a data crystal when they become available in case 2017 computers don't use CD-ROMs anymore

  11. #11
    Join Date
    Jul 2006
    Posts
    79
    Qt products
    Qt3 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: making a backup of qt3

    good, Good point!

  12. #12
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: making a backup of qt3

    Every domain is different. Not everything is a Windows desktop where you can throw it away after two weeks. I have worked on projects that need to use software whose companies had been out of business for ten or fifteen years.

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

    Default Re: making a backup of qt3

    The problem might be that in 10-20 years modern computers might not be sillicon based anymore So it's best to make a backup of the hardware as you suggested earlier.

Similar Threads

  1. making new project qt4
    By !Ci in forum Qt Programming
    Replies: 1
    Last Post: 18th June 2009, 13:32
  2. Replies: 13
    Last Post: 15th December 2006, 11:52
  3. making help file
    By deekayt in forum Qt Programming
    Replies: 1
    Last Post: 30th October 2006, 17:38
  4. Making 3D controls in QT, implementing a game loop in QT
    By smurrish in forum Qt Programming
    Replies: 10
    Last Post: 26th April 2006, 04:37
  5. QTextEdit Justify align making work
    By dec0ding in forum Qt Programming
    Replies: 2
    Last Post: 13th January 2006, 12:02

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.