You are not logged in.
Hey all, this is my first forum post so hope it is an the right place here and you can help me
I tried to complie the Firestorm Viewer for Secondlife with Autobuild but i get this error.
Someone know whats going wrong here or what is missing ? Hope you can help me. Im using Archlinux 32bit version and gcc 4.6 , the command i used to start was:
sudo autobuild configure -c ReleaseFS_open
Hope that helps and thank you!
[sonix@linux phoenix-firestorm-lgpl]$ sudo autobuild configure -c ReleaseFS_open
PLATFORM: 'linux32'
KDU: false
FMOD: false
PACKAGE: true
CLEAN: false
BUILD: false
CONFIG: true
PASSTHRU:
BTYPE: Release
Logging to /home/sonix/firestormsrc/phoenix-firestorm-lgpl/build-linux-i686/logs/build_linux32.log
Versioning...
/home/sonix/firestormsrc/phoenix-firestorm-lgpl /home/sonix/firestormsrc/phoenix-firestorm-lgpl/build-linux-i686
Nicht vertrauenswürdige Datei /home/sonix/firestormsrc/phoenix-firestorm-lgpl/.hg/hgrc vom Nutzer sonix, Gruppe users
Nicht vertrauenswürdige Datei /home/sonix/firestormsrc/phoenix-firestorm-lgpl/.hg/hgrc vom Nutzer sonix, Gruppe users
Channel : Firestorm-private-linux
Version : 3.2.1.24004
File "./scripts/update_version_files.py", line 63
print "Usage:"
^
SyntaxError: invalid syntax
/home/sonix/firestormsrc/phoenix-firestorm-lgpl/build-linux-i686
Configuring linux32...
Removing select previously packaged resources, they will refresh at build time
-- Building with OpenAL audio support
-- Building with OpenAL audio support
-- We seem to have an artwork bundle in the tree - brilliant.
File "/home/sonix/firestormsrc/phoenix-firestorm-lgpl/indra/../scripts/build_version.py", line 64
print get_version(name)
^
SyntaxError: invalid syntax
CMake Error at cmake/BuildVersion.cmake:16 (message):
Could not determine viewer version
Call Stack (most recent call first):
newview/CMakeLists.txt:1274 (build_version)
File "/home/sonix/firestormsrc/phoenix-firestorm-lgpl/indra/../scripts/build_channel.py", line 58
print get_channel(name)
^
SyntaxError: invalid syntax
CMake Error at cmake/BuildVersion.cmake:32 (message):
Could not determine channel
Call Stack (most recent call first):
newview/CMakeLists.txt:1275 (build_channel)
-- Configuring incomplete, errors occurred!
Finished
[sonix@linux phoenix-firestorm-lgpl]$Btw tried it in Ubuntu too and there it is working. So maybe something is missing in my Arch install ?
Get it solved with the help of this Hompage:
http://axezn.tk/2011/09/16/compiling-viewers/
But i dont know how to mark this post as solved ...
Last edited by sonix1985 (2011-11-15 08:49:32)
Offline
Hi sonix, great you have been able to fix it so swiftly yourself.
In this forum, solved issues are marked by adding [Solved] to the beginning of the title by the original author.
Offline
Really not a good idea. That blog is foolishly telling you to change a symlink that will break any python3 script. Better to use find and sed to change the shebang from python to python2, which is what every other python2 package in the repos does if it doesn't use distutils.
Offline
Thank you for your answers. Hm okay break the python3 is not good but i dont really use it im not a programmer and i dont compile other thinks etc. I just want to be able to compile secondlife. So for me its working thats way and i dont know how to fix this in another way or if its possible to fix it another way.
Offline
You are welcome and I share your problems in debugging such errors.
By the way though: In Archlinux there is a section "AUR", which contains packages not in the official repositories, but provided by users for a million reasons. If you go to:
https://aur.archlinux.org/packages.php? … _Search=Go
you will find that different viewers are available there in 32/64 bit stable versions. Plus someone will have taken the time to sort out any specific problems to compile them with an Arch system and probably update them. Maybe you want to go there and use one of those.
Offline