|
From: Dave S. <da...@dd...> - 2011-09-16 15:42:03
|
In project settings (build settings) you can check wich qmake you use. Maybe you are not using the new SDK? Dave On 16-09-11 17:13, thijs van severen wrote: > hi dave! > > i was using version 1.3.1 and i just checked > seems like the current > version is 2.3.0 (time for an upgrade!) > after upgrading i get this : > > /home/test/qtcreator-2.3.0/lib/libQtNetwork.so.4: undefined reference > to `qDecodeDataUrl(QUrl const&)' > /home/test/qtcreator-2.3.0/lib/libQtNetwork.so.4: undefined reference > to `QElapsedTimer::elapsed() const' > /home/test/qtcreator-2.3.0/lib/libQtNetwork.so.4: undefined reference > to `QElapsedTimer::hasExpired(long long) const' > /home/test/qtcreator-2.3.0/lib/libQtNetwork.so.4: undefined reference > to `QIODevicePrivate::peek(long long)' > /home/test/qtcreator-2.3.0/lib/libQtNetwork.so.4: undefined reference > to `QListData::detach(int)' > /home/test/qtcreator-2.3.0/lib/libQtNetwork.so.4: undefined reference > to `QElapsedTimer::start()' > /home/test/qtcreator-2.3.0/lib/libQtNetwork.so.4: undefined reference > to `QIODevicePrivate::peek(char*, long long)' > /home/test/qtcreator-2.3.0/lib/libQtNetwork.so.4: undefined reference > to `QMetaType::registerTypedef(char const*, int)' > /home/test/qtcreator-2.3.0/lib/libQtNetwork.so.4: undefined reference > to `QListData::detach_grow(int*, int)' > collect2: ld returned 1 exit status > make[2]: *** [src/tests/tests] Error 1 > make[1]: *** [src/tests/CMakeFiles/tests.dir/all] Error 2 > make: *** [all] Error 2 > The process "/usr/bin/make" exited with code 2. > Error while building project hydrogen (target: Desktop) > When executing build step 'Make' > > > any ideas? > > grtz > Thijs > > 2011/9/16 Dave Stikkolorum <da...@dd... <mailto:da...@dd...>> > > if I may , I would suggest you use the latest version. > You can download it on the website. > > QTCreator is modified a lot. > > But maybe you already use this version? > > Dave > > > On 16-09-11 13:49, thijs van severen wrote: >> is there anyone that can guide me trough setting up QT properly >> so i can compile and run hydrogen in QTcreator ? >> i found one post on the forum that looks a bit like what i see : >> http://hydrogen.popez.org/hcms/node/1100, but that's all i could >> find ... >> >> all help is much appreciated ! >> >> grtz >> Thijs >> >> >> 2011/8/26 thijs van severen <thi...@gm... >> <mailto:thi...@gm...>> >> >> Hi guys >> >> i just had another go at building and running hydrogen in >> QtCreator >> at first h2 did not start at all but after setting the Run >> Configuration to Hydrogen H2 started, but with a lot of error >> messages : >> >> >> ... >> [31m(E) Filesystem::check_permissions >> /usr/local/share/hydrogen/data is not a directory [0m >> [31m(E) Filesystem::bootstrap will use local data path : >> /home/test/Hydrogen/trunktest/qtcreator-build/src/gui/data [0m >> [31m(E) Filesystem::check_permissions >> /home/test/Hydrogen/trunktest/qtcreator-build/src/gui/data is >> not a directory [0m >> [31m(E) Filesystem::check_permissions >> /home/test/Hydrogen/trunktest/qtcreator-build/src/gui/data/click.wav >> is not a file [0m >> ... >> >> these all have to do with the fact that there is no >> /usr/local/share/hydrogen/data dir on my system but there is >> a /usr/share/hydrogen/data >> this dir is automatically created when i install hydrogen >> >> >> ... >> [31m(E) Button::loadImage Error loading image: >> '/songEditor/btn_new_off.png' [0m >> ... >> >> looks like another path issue, any ideas ? >> looks like i need to configure some paths ? >> >> grtz >> Thijs >> >> -- >> >> >> >> >> ------------------------------------------------------------------------------ >> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >> http://p.sf.net/sfu/rim-devcon-copy2 >> >> >> _______________________________________________ >> Hydrogen-devel mailing list >> Hyd...@li... <mailto:Hyd...@li...> >> https://lists.sourceforge.net/lists/listinfo/hydrogen-devel > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > http://p.sf.net/sfu/rim-devcon-copy2 > _______________________________________________ > Hydrogen-devel mailing list > Hyd...@li... > <mailto:Hyd...@li...> > https://lists.sourceforge.net/lists/listinfo/hydrogen-devel > > > > > -- > > follow me on my Audio & Linux blog > <http://audio-and-linux.blogspot.com/> ! > |