Page 2 of 2

Re: everything is pink, Ubuntu 12.10 x64, alpha 9

Posted: Mon Nov 12, 2012 6:42 pm UTC
by gnales

Hello, I have tried on my home pc, and I have a pink screen, my graphic card is a GTX560Ti with the proprietary driver EXPERIMENTAL 304


Re: everything is pink, Ubuntu 12.10 x64, alpha 9

Posted: Sun Nov 18, 2012 9:56 am UTC
by windseeker

building from source fixes the problem for me.

By the way: The linker fails to link rendererGL.so because you forgot to add -pthread to the compile flags. I added it in CMakeLists.txt to CMAKE_C_FLAGS. Dunno if there is a better place to add this, but anyway it made the linker happy.


Re: everything is pink, Ubuntu 12.10 x64, alpha 9

Posted: Sun Nov 18, 2012 6:52 pm UTC
by Anomalous

Works fine here… output (showing the failure) may help.

You may want to use make VERBOSE=1, though.


Re: everything is pink, Ubuntu 12.10 x64, alpha 9

Posted: Sat Dec 15, 2012 2:45 pm UTC
by gnales

Ok I have compile the game on my linux computer and all work fine, thank you