I did my first CMake today on OpenSuSE 11.4 on a new PC, that is
different than the one I normally use for FGFS, it uses a "ATI Radeon
Graphics (RS880 9714)" rather than Nvidia cards I normally install.

  The cmake worked once I realised the CMAKE_PREFIX_PATH needs trailing
slash on the directory paths.
  FWIW - PLIB, OpenAL, OSG, Boost and everything else is installed from
RPM repositories.

SimGear

$ cmake -DCMAKE_INSTALL_PREFIX=/opt/SimGear/simgear-2.6/ 
-DCMAKE_PREFIX_PATH=/usr/ ../simgear/



FlightGear

$ cmake -DCMAKE_INSTALL_PREFIX=/opt/FlightGear/flightgear-2.6 
-DCMAKE_PREFIX_PATH="/usr/;/opt/SimGear/simgear-2.6/" ../flightgear/

 So with everything compiled, linked and installed, when I run fgfs I get;

$ bin/fgfs --fg-root=/opt/FlightGear/fgdata --log-level=DEBUG
fgfs: xcb_io.c:507: _XReply: Assertion `!dpy->xcb->reply_data' failed.
Aborted
$


This looks like something to do with X11, anyone got any ideas on what
could possibly be missing?


cheers
  S.

------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World™ now supports Android™ Apps 
for the BlackBerry® PlayBook™. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to