Re: everything is pink, Ubuntu 12.10 x64, alpha 9
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
Unvanquished is an open-source FPS game featuring team-based strategy and RTS elements, pitting humans against aliens in a futuristic setting.
https://forums.unvanquished.net/
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
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.
Works fine here⦠output (showing the failure) may help.
You may want to use make VERBOSE=1, though.
Ok I have compile the game on my linux computer and all work fine, thank you