When I try to build 1.1 on arch linux on my 64bit machine the following happens:
$ scons
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
g++ -o source/base/BlkLoop.o -c -I/usr/include -I/usr/include/OpenEXR -I/usr/include/freetype2 -Isource -Iexternal/GLee -Iexternal/glfw/include -Iexternal/tinyxml source/base/BlkLoop.cpp
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at /bin/g++ line 211.
g++ -o source/base/BlkScene.o -c -I/usr/include -I/usr/include/OpenEXR -I/usr/include/freetype2 -Isource -Iexternal/GLee -Iexternal/glfw/include -Iexternal/tinyxml source/base/BlkScene.cpp
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at /bin/g++ line 211.
g++ -o source/base/BlkScreen.o -c -I/usr/include -I/usr/include/OpenEXR -I/usr/include/freetype2 -Isource -Iexternal/GLee -Iexternal/glfw/include -Iexternal/tinyxml source/base/BlkScreen.cpp
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at /bin/g++ line 211.
g++ -o source/blocks/BlkActionBlock.o -c -I/usr/include -I/usr/include/OpenEXR -I/usr/include/freetype2 -Isource -Iexternal/GLee -Iexternal/glfw/include -Iexternal/tinyxml source/blocks/BlkActionBlock.cpp
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at /bin/g++ line 211.
source/blocks/BlkActionBlock.cpp:2299:6: error: #elif with no expression
scons: *** [source/blocks/BlkActionBlock.o] Error 1
scons: building terminated because of errors.
Hello qubodup,
sorry for not answering sooner. I will look into this. Blocks has a lot of bit-rot by now and could never be called well-engineered to begin with, so please don't expect too much.
Okay, that was easier than I thought. The current SVN version should now compile on your system.
Seem like AMD worked on their driver since I last tried to get it working on a radeon. It should now also work on AMD cards with the proprietary driver.
Thanks! It works now!