sfan5 wrote:Novacain wrote:rubenwardy wrote:Have you got it working yet?
not quite. I got this error message [spoiler]
/usr/bin/ld: /usr/lib/gcc/i686-linux-gnu/4.8/../../../i386-linux-gnu/libIrrlicht.a(CIrrDeviceLinux.o): undefined reference to symbol 'XF86VidModeGetGamma'
/usr/lib/i386-linux-gnu/libXxf86vm.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [bin/NodeBoxEditor] Error 1
make[1]: *** [CMakeFiles/NodeBoxGenerator.dir/all] Error 2
make: *** [all] Error 2
[/spoiler] and decided that, although it would be cool, I'm not really in need of it... yet.sfan5 wrote:For all people on linux that have the same problem as me:
After the "cmake ." step:
Open CMakeFiles/NodeBoxGenerator.dir/link.txt in an editor and add -lXxf86vm
and you're done, now "make" and it should compile
--https://forum.minetest.net/viewtopic.php?pid=88908#p88908
well, now it's closer :P now i get:
[spoiler]novacain@Roku:~/NodeBoxEditor$ make -j2
Linking CXX executable bin/NodeBoxEditor
c++: error: lXxf86vm: No such file or directory
make[2]: *** [bin/NodeBoxEditor] Error 1
make[1]: *** [CMakeFiles/NodeBoxGenerator.dir/all] Error 2
make: *** [all] Error 2
[/spoiler]
