Guest User

fgfs compiler error message

a guest
Jun 11th, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. $ make
  2. [ 0%] Built target fgjs
  3. [ 1%] Built target js_demo
  4. [ 5%] Built target yasim
  5. [ 10%] Built target yasim-proptest
  6. [ 24%] Built target JSBSim
  7. [ 25%] Building CXX object src/Main/CMakeFiles/fgfs.dir/__/Network/jpg-httpd.cxx.o
  8. distcc[21513] ERROR: compile /home/quix0r/fgfs/flightgear/src/Network/jpg-httpd.cxx on 192.168.2.3 failed
  9. distcc[21513] (dcc_build_somewhere) Warning: remote compilation of '/home/quix0r/fgfs/flightgear/src/Network/jpg-httpd.cxx' failed, retrying locally
  10. distcc[21513] Warning: failed to distribute /home/quix0r/fgfs/flightgear/src/Network/jpg-httpd.cxx to 192.168.2.3, running locally instead
  11. /home/quix0r/fgfs/flightgear/src/Network/jpg-httpd.cxx: In member function ‘virtual bool FGJpegHttpd::process()’:
  12. /home/quix0r/fgfs/flightgear/src/Network/jpg-httpd.cxx:179:5: error: ‘poll’ is not a member of ‘simgear::NetChannel’
  13. distcc[21513] ERROR: compile /home/quix0r/fgfs/flightgear/src/Network/jpg-httpd.cxx on localhost failed
  14. make[2]: *** [src/Main/CMakeFiles/fgfs.dir/__/Network/jpg-httpd.cxx.o] Error 1
  15. make[1]: *** [src/Main/CMakeFiles/fgfs.dir/all] Error 2
  16. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment