Results 1 to 16 of 16

Thread: Getting the lates snapshot of qt

  1. #1
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Getting the lates snapshot of qt

    Hi,

    I am going crazy! I want do download the newest development version of qt where some bugs are solved. But how? Snapshots are closed and in the git repository I don't find the right one? Does it exist or isn't there currently any possibility to get the newest sources?


    Thanks

  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: Getting the lates snapshot of qt

    This is called addiction You have to join "anonymous Qt-oholics" group.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    May 2008
    Location
    Kyiv, Ukraine
    Posts
    418
    Thanks
    1
    Thanked 29 Times in 27 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Getting the lates snapshot of qt

    Yep, you can get the latest snapshot. Take a look here => ftp://ftp.trolltech.com/qt/snapshots/ (Well, maybe it is not as latest as you expect, but nevertheless it is a snapshot =) )
    I'm a rebel in the S.D.G.

  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: Getting the lates snapshot of qt

    I'm sure he meant something more recent than 4.5.0 There are no new snapshots and there won't be any. We need to find the url of the git repository.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #5
    Join Date
    May 2008
    Location
    Kyiv, Ukraine
    Posts
    418
    Thanks
    1
    Thanked 29 Times in 27 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Getting the lates snapshot of qt

    Oh, I see. Now I understand which snapshot is needed. Sorry for misleading.
    I'm a rebel in the S.D.G.

  6. #6
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Getting the lates snapshot of qt

    Quote Originally Posted by wysota View Post
    This is called addiction You have to join "anonymous Qt-oholics" group.
    Hey, that's not funny! I'm seriously ill. My Doctor has attested that. You can see it yourself, he has given my radiograph to me. Look:



    So please help me to stop my compulsion neurosis to look every hour if I could find new sources at http://labs.trolltech.com/gitweb

    I am going mad...
    Attached Images Attached Images

  7. #7
    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: Getting the lates snapshot of qt

    LOL...

    I suggest you wait a bit. Even snapshots had a little "lag" after each stable release of Qt. I'm sure the repository will become available soon.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  8. #8
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Getting the lates snapshot of qt

    By the way I had a question...
    How do we sync from git and build the latest code ? Do we need to recompile all or just the new code ??

    Also, will it be appropriate to start a new thread on how to sync from git and use it ? Sorry for being so dumb, but you see I haven't used such web-projects and very much newbie in these

  9. #9
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Getting the lates snapshot of qt

    ...the git repository isn't still updated! But when I will do:

    cd /YeahItsHere
    git clone git://labs.trolltech.com/qt/snapshot/4.5 (<- or whatever)
    ./configure && make

    And to keep on date
    cd /YeahItsHere
    git checkout
    make

    And I guess, that only the new files will be compiled. (but I'am not really familiar with git, only have used svn...)

  10. #10
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Getting the lates snapshot of qt

    YEAH! YUHUUU! Y E S! S T R I K E!!!


    It's here: http://labs.trolltech.com/gitweb?p=qt/all;a=summary!

    But what the hell is the different between 4.5 and 4.6 snapshot?

  11. #11
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Getting the lates snapshot of qt

    hmm, I fail to build the newest sources (it fails seting symbolic links). What option I am missing?

    lykurg@XXXXXX:/qt$ git clone git://labs.trolltech.com/qt/all
    Initialized empty Git repository in /qt/all/.git/
    remote: Counting objects: 173548, done.
    remote: Compressing objects: 100% (35657/35657), done.
    Receiving objects: 100% (173548/173548), 157.51 MiB | 549 KiB/s, done.
    remote: Total 173548 (delta 139251), reused 168168 (delta 135007)
    Resolving deltas: 100% (139251/139251), done.
    Checking out files: 100% (17234/17234), done.
    lykurg@XXXXXX:/qt$ cd all/
    lykurg@XXXXXX:/qt/all$ ./configure
    ...
    Creating qmake. Please wait...
    ln: Erzeuge symbolische Verknüpfung „/qt/all/include/QtCore/qconfig.h“: No such file or directory
    ln: Erzeuge symbolische Verknüpfung „/qt/all/include/Qt/qconfig.h“: No such file or directory
    g++ -c -o project.o -pipe -DQMAKE_OPENSOURCE_EDITION -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac -I/qt/all/include -I/qt/all/include/QtCore -I/qt/all/src/corelib/global -I/qt/all/src/script -DQT_NO_PCRE -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/qt/all/mkspecs/linux-g++ -DHAVE_QCONFIG_CPP -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT project.cpp
    In file included from project.cpp:42:
    project.h:45:25: error: qstringlist.h: No such file or directory
    project.h:46:25: error: qtextstream.h: No such file or directory
    project.h:47:21: error: qstring.h: No such file or directory
    project.h:48:20: error: qstack.h: No such file or directory
    project.h:49:18: error: qmap.h: No such file or directory
    project.h:50:23: error: qmetatype.h: No such file or directory
    In file included from project.h:57,
    from project.cpp:42:
    /qt/all/src/script/qscriptengine.h:45:30: error: QtCore/qmetatype.h: No such file or directory
    /qt/all/src/script/qscriptengine.h:49:29: error: QtCore/qvariant.h: No such file or directory
    /qt/all/src/script/qscriptengine.h:54:32: error: QtCore/qobjectdefs.h: No such file or directory
    /qt/all/src/script/qscriptengine.h:57:35: error: QtScript/qscriptvalue.h: No such file or directory
    /qt/all/src/script/qscriptengine.h:58:37: error: QtScript/qscriptcontext.h: No such file or directory
    /qt/all/src/script/qscriptengine.h:59:36: error: QtScript/qscriptstring.h: No such file or directory
    ...
    Thanks

  12. #12
    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: Getting the lates snapshot of qt

    Do you have those missing files?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  13. #13
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Getting the lates snapshot of qt

    the problem is that the dirs include/Qt and include/QtCore doesn't exists in the checkout. Even if i add them manually

    lykurg@XXXXXX:/qt/all$ ll include/*
    include/Qt:
    insgesamt 0
    lrwxrwxrwx 1 lykurg lykurg 36 2009-04-10 18:47 qconfig.h -> /qt/all/src/corelib/global/qconfig.h

    include/QtCore:
    insgesamt 0
    lrwxrwxrwx 1 lykurg lykurg 36 2009-04-10 18:47 qconfig.h -> /qt/all/src/corelib/global/qconfig.h
    the error still occur because in the dir src/corelib/global is only a file qconfig.h.qmake.

    EDIT: in the dir are the files: qconfig.cpp qconfig-dist.h qconfig.h.qmake qconfig-large.h qconfig-medium.h qconfig-minimal.h qconfig-small.h
    Last edited by Lykurg; 10th April 2009 at 17:59.

  14. #14
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Getting the lates snapshot of qt

    Ahh, after one day of searching I found the switch:
    ./configure -developer-build

  15. #15
    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: Getting the lates snapshot of qt

    Congratulations
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  16. #16
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Getting the lates snapshot of qt

    Quote Originally Posted by wysota View Post
    Congratulations
    Thanks

    For all other addicted persons out there:

    cd /YourDictionary
    git clone git://labs.trolltech.com/qt/all
    mkdir build
    cd build
    ./../all/configure

    Then you don't need the developer switch and you can easy update your git repository and rebuild the libs...


    Lykurg

Similar Threads

  1. Issue with QGraphicsLinearLayout (Qt-4.4 snapshot)
    By momesana in forum Qt Programming
    Replies: 3
    Last Post: 10th January 2008, 02:05
  2. Mac--works w/latest snapshot, but not w/Qt 4.3
    By ber_44 in forum Installation and Deployment
    Replies: 2
    Last Post: 8th August 2007, 16:26
  3. Where can I get snapshot for Qt 4.3.0
    By davit in forum Qt Programming
    Replies: 1
    Last Post: 9th February 2007, 08:17
  4. Qt 4.1.1 snapshot on windows
    By ldindon in forum Installation and Deployment
    Replies: 4
    Last Post: 13th February 2006, 13:58

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.