Re: [Flightgear-devel] OpenRTI / HLA

2013-03-18 Thread Pat
if you put the library files outside of x86_64-linux-gnu and x86_32-linux-gnu you would not be able to tell if the files are for 32 or 64 bit. That directory is part of the multi-arch specification. I don't think we want to take it out. Can this be fixed in the CMakeLists.txt? Is that the right

Re: [Flightgear-devel] OpenRTI / HLA

2013-03-18 Thread Pat
I ran a clean build of master/next using download_and_compile.sh -ei and everything under fgfs/flightgear built including fgviewer. Smoke test: Run with C172P at KSFO, takeoff for a run to half moon bay. Multiplayer working. So what needs testing with HLA? -Pat On Sun, 17 Mar 2013 15:30:47

Re: [Flightgear-devel] OpenRTI / HLA

2013-03-17 Thread Mathias Fröhlich
Hi, On Thursday, March 07, 2013 18:26:46 Clement de l'Hamaide wrote: Mathias, some weeks ago I told you about a compilation problem for FG on Linux when RTI is enabled. You asked me to remind you of this problem later, this day is came :) Thanks, I have moved the rti libs below the simgear

Re: [Flightgear-devel] OpenRTI / HLA

2013-03-17 Thread Clement de l'Hamaide
Mathias, Thanks, I have moved the rti libs below the simgear ones. Does this help? Yes it works fine now ! Thanks you. But a new mistake appers now, FG is not able to found libRTI-NG.so.1 because the file is in install/openrti/lib/x86_64-linux-gnu/libRTI-NG.so.1 I've fixed the problem by

Re: [Flightgear-devel] OpenRTI / HLA

2013-03-16 Thread Pat
Now my question is what adjustments need to be made to cause cmake to put the openrti libs in the right place in the link, after the simgear libraries. The problem with fgviewer builds is exhibited by its compile command, found in the build tree at

Re: [Flightgear-devel] OpenRTI / HLA

2013-03-07 Thread Clement de l'Hamaide
Hi, Mathias, some weeks ago I told you about a compilation problem for FG on Linux when RTI is enabled. You asked me to remind you of this problem later, this day is came :) For remembering : Clement wrote : I'm really interested by your work about OpenRTI / HLA. I've added the RTI

Re: [Flightgear-devel] OpenRTI / HLA

2012-12-24 Thread Mathias Fröhlich
Hi, On Thursday, December 20, 2012 22:22:19 Clement de l'Hamaide wrote: 1 ) I'm really interested by your work about OpenRTI / HLA. I've added the RTI support in the download_and_compile.sh brisa script's in order to make it more user-friendly to use and participate to the development. I

[Flightgear-devel] OpenRTI / HLA

2012-12-20 Thread Clement de l'Hamaide
Hi all, Hi Mathias, 1 ) I'm really interested by your work about OpenRTI / HLA. I've added the RTI support in the download_and_compile.sh brisa script's in order to make it more user-friendly to use and participate to the development. I compile SG and FG with -DENABLE_RTI=ON since some weeks