realXtend / tundra

realXtend Tundra SDK, a 3D virtual world application platform.
www.realxtend.org
Apache License 2.0
84 stars 70 forks source link

qt property browser download fails on Ubuntu #602

Closed peterclemenko closed 11 years ago

peterclemenko commented 11 years ago

The link http://get.qt.nokia.com/qt/solutions/lgpl/qtpropertybrowser-2.5_1-opensource.tar.gz in the Ubuntu build script no longer works. This is most likely because of the transition from Nokia.

jonnenauha commented 11 years ago

With short googling i could not find the qt project hosting this file. Only reasonable looking link I found is this http://ftp3.ie.freebsd.org/pub/ftp.trolltech.com/pub/qt/solutions/lgpl/qtpropertybrowser-2.5_1-opensource.tar.gz

I will push the one from by build dir to our deps svn downloads section until a better solution is found. Hopefully it will be hosted somewhere in the future.

peterclemenko commented 11 years ago

Right now I'm testing an implementation based on the windows build script using the qt-solutions Git. If it works it will be in the pull request I'm preparing.

jonnenauha commented 11 years ago

Hmm on a second thought, it should be built from sources like we do in the windows script: https://github.com/realXtend/naali/blob/tundra2/tools/windows-build-deps.cmd#L593

Linux guys can fix this. I don't want to mess with the script as I'm on windows and cant test it properly :P

Update: Yeah you read my mind before had time to post, thanks for the effort :)

peterclemenko commented 11 years ago

Pull request made with fixes.

antont commented 11 years ago

i fixed this in a bit different way, optimal solution can be checked still but at least works now