Hi, I install qt5 using linux installer. When I try to compile a simple project, I get:
$ qmake $ make g++ -Wl,-O1 -Wl,-rpath,/home/leandro/Qt5.0.0beta/Desktop/Qt/5.0.0-beta/gcc/lib -Wl,-rpath,/home/leandro/qt/ -o project main.o -L/home/leandro/Qt5.0.0beta/Desktop/Qt/5.0.0-beta/gcc/lib -lQtCore -lpthread /usr/bin/ld: warning: libicui18n.so.44, needed by /home/leandro/Qt5.0.0beta/Desktop/Qt/5.0.0-beta/gcc/lib/libQtCore.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libicuuc.so.44, needed by /home/leandro/Qt5.0.0beta/Desktop/Qt/5.0.0-beta/gcc/lib/libQtCore.so, not found (try using -rpath or -rpath-link) /home/leandro/Qt5.0.0beta/Desktop/Qt/5.0.0-beta/gcc/lib/libQtCore.so: undefined reference to `u_strToLower_44' /home/leandro/Qt5.0.0beta/Desktop/Qt/5.0.0-beta/gcc/lib/libQtCore.so: undefined reference to `u_strToUpper_44' /home/leandro/Qt5.0.0beta/Desktop/Qt/5.0.0-beta/gcc/lib/libQtCore.so: undefined reference to `ucol_setAttribute_44' /home/leandro/Qt5.0.0beta/Desktop/Qt/5.0.0-beta/gcc/lib/libQtCore.so: undefined reference to `ures_close_44' /home/leandro/Qt5.0.0beta/Desktop/Qt/5.0.0-beta/gcc/lib/libQtCore.so: undefined reference to `ucol_getSortKey_44' /home/leandro/Qt5.0.0beta/Desktop/Qt/5.0.0-beta/gcc/lib/libQtCore.so: undefined reference to `ures_open_44' /home/leandro/Qt5.0.0beta/Desktop/Qt/5.0.0-beta/gcc/lib/libQtCore.so: undefined reference to `ures_getStringByKey_44' /home/leandro/Qt5.0.0beta/Desktop/Qt/5.0.0-beta/gcc/lib/libQtCore.so: undefined reference to `ucol_close_44' /home/leandro/Qt5.0.0beta/Desktop/Qt/5.0.0-beta/gcc/lib/libQtCore.so: undefined reference to `ucol_strcoll_44' /home/leandro/Qt5.0.0beta/Desktop/Qt/5.0.0-beta/gcc/lib/libQtCore.so: undefined reference to `ucol_open_44' /home/leandro/Qt5.0.0beta/Desktop/Qt/5.0.0-beta/gcc/lib/libQtCore.so: undefined reference to `ucol_getAttribute_44' collect2: ld returned 1 exit status make: ** [project] Erro 1 My linux distribution is Ubuntu 12.04 and I have libicui18n installed, but version 48 not 44. Any clue? []s, Leandro. 2012/7/15 Leandro Melo de Sales <leandr...@gmail.com> > Hi, > Why the current installers directory > (http://releases.qt-project.org/digia/2012-07-14/) does not contain a > .dmg file for QtSDK? Maybe it happened an error while compiling Qt for > MacOS... > > -- > Leandro Melo de Sales > Professor at Institute of Computing at Federal University of Alagoas, > Brazil > PhD candidate in Computer Science > Pervasive and Embedded Computing Laboratory, UFCG > Twitter: @leandrosalesal > > "The warrior is strong in loyalty, intensity, determination, > initiative, persistence, courage and willpower. The warrior is light > in the soul, self-trust and compassion. The warrior is often called to > take the front when other cowardly make a step backwards. There are > warriors on the battlefields and in everyday life." > > > 2012/7/13 Leandro Melo de Sales <leandr...@gmail.com>: > > Ok... thanks. > > > > > > > > 2012/7/13 <marius.storm-ol...@nokia.com> > >> > >> When using the links below, please ensure that you are not redirected to > >> URLs which has “origin.” prefixed. If you are on a > >> > >> http://origin.releases.qt-project.org/... > >> > >> URL, you are downloading from the “master” machine, and it will be slow. > >> Simply remove the “origin.” prefix, and you should be using the CDN, and > >> download the packages much much faster. > >> > >> > >> > >> We are not quite sure why this redirect is happening. > >> > >> > >> > >> -- > >> > >> .marius > >> > >> > >> > >> From: releasing-bounces+marius.storm-olsen=nokia....@qt-project.org > >> [mailto:releasing-bounces+marius.storm-olsen=nokia....@qt-project.org] > On > >> Behalf Of ext Turunen Tuukka > >> Sent: Thursday, July 12, 2012 9:00 AM > >> To: releas...@qt-project.org; development@qt-project.org > >> Subject: [Releasing] Experimental Qt 5 installers by Digia > >> > >> > >> > >> > >> > >> Hi All, > >> > >> > >> > >> As you know we have been working in close co-operation in the Qt Project > >> for making the installers for Qt 5 as well as the tools to create these. > >> > >> > >> > >> If you wish, you can take a look on the experimental installers we > create > >> at: http://releases.qt-project.org/digia/ > >> > >> > >> > >> Currently the installers are built each night from the latest stable Qt > 5 > >> and placed to the above mentioned location. If the build or packaging > fails, > >> then that installer is omitted. Though called beta1, these are currently > >> made with the latest Qt 5, which as we know has not yet reached beta > >> maturity. > >> > >> > >> > >> These are additional to the ones you can get from > >> http://releases.qt-project.org/qt5.0/beta-snapshots/ In essence these > should > >> be identical. While we cook with the same recipes, these are baked in > our > >> kitchen that has some differences to the Qt Project build machines. So > >> sometimes there are differences in the created installers as well. > Having > >> two different setups is good in verifying that the recipes really work > and > >> that there are not too many 'secret ingredients' in either one of the > >> cookings. > >> > >> > >> > >> Unfortunately we can not yet provide build logs or release test results, > >> so it may be hard to determine what is wrong based on just these. Also > we > >> are not running any automated tests to these installers like we do for > the > >> Qt 4.8 ones, so there may well be whatever regressions in these. So > please > >> regard these as experimental installers that they are. > >> > >> > >> > >> Yours, > >> > >> > >> > >> -- > >> > >> Tuukka Turunen > >> > >> Director, Qt Commercial R&D > >> > >> Digia Plc > >> > >> Piippukatu 11, 40100 Jyväskylä, Finland > >> > >> > >> > >> Visit us at: www.digia.com or qt.digia.com > >> > >> > >> > >> > >> _______________________________________________ > >> Development mailing list > >> Development@qt-project.org > >> http://lists.qt-project.org/mailman/listinfo/development > >> > > >
_______________________________________________ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development