Re: [Flightgear-devel] cmake osx

2011-11-05 Thread HB-GRAL
Am 05.11.11 20:46, schrieb HB-GRAL: > Am 05.11.11 20:25, schrieb HB-GRAL: >> Am 05.11.11 17:13, schrieb James Turner: >>> >>> On 5 Nov 2011, at 11:25, HB-GRAL wrote: >>> Maybe how to set this flags for OSX should go to the readme once. I think some OSX users will end up with linking error

Re: [Flightgear-devel] cmake osx

2011-11-05 Thread HB-GRAL
Am 05.11.11 20:25, schrieb HB-GRAL: > Am 05.11.11 17:13, schrieb James Turner: >> >> On 5 Nov 2011, at 11:25, HB-GRAL wrote: >> >>> Maybe how to set this flags for OSX should go to the readme once. I >>> think some OSX users will end up with linking errors because simgear >>> compiles "well" with x

Re: [Flightgear-devel] cmake osx

2011-11-05 Thread HB-GRAL
Am 05.11.11 17:13, schrieb James Turner: > > On 5 Nov 2011, at 11:25, HB-GRAL wrote: > >> Maybe how to set this flags for OSX should go to the readme once. I >> think some OSX users will end up with linking errors because simgear >> compiles "well" with x86_64, but then you run into a lot of proble

Re: [Flightgear-devel] cmake osx

2011-11-05 Thread James Turner
On 5 Nov 2011, at 11:25, HB-GRAL wrote: > Maybe how to set this flags for OSX should go to the readme once. I > think some OSX users will end up with linking errors because simgear > compiles "well" with x86_64, but then you run into a lot of problems > trying to compile flightgear, on OSX. Bt

Re: [Flightgear-devel] cmake osx

2011-11-05 Thread HB-GRAL
Am 05.11.11 03:27, schrieb Roland Häder: > On Sat, 2011-11-05 at 01:31 +0100, HB-GRAL wrote: >> Hi James >> >> I successfully built simgear/flightgear today with cmake 2.8.4 and OSX >> 10.6.8. There have been some small changes I added to CMakeLists for >> sg/fg: SET(CMAKE_CXX_FLAGS "-arch i386") a

Re: [Flightgear-devel] cmake osx

2011-11-04 Thread Roland Häder
On Sat, 2011-11-05 at 01:31 +0100, HB-GRAL wrote: > Hi James > > I successfully built simgear/flightgear today with cmake 2.8.4 and OSX > 10.6.8. There have been some small changes I added to CMakeLists for > sg/fg: SET(CMAKE_CXX_FLAGS "-arch i386") and SET(CMAKE_C_FLAGS "-arch > i386"). I am s

[Flightgear-devel] cmake osx

2011-11-04 Thread HB-GRAL
Hi James I successfully built simgear/flightgear today with cmake 2.8.4 and OSX 10.6.8. There have been some small changes I added to CMakeLists for sg/fg: SET(CMAKE_CXX_FLAGS "-arch i386") and SET(CMAKE_C_FLAGS "-arch i386"). I am sure there is a better way to set this flags with cmake. Many