[osg-users] OSG for Android on Mac

2011-08-11 Thread Büsra Gülten
Hi, I am trying to build OSG for Android on Mac 10.6.7. I already get Eclipse, Android Plugin and CDT Plugin and also Android NDK. I configure the project with CMake and generate an Eclipse CDT4 project. After that, I create a new Android Project with Create project from existing source and

Re: [osg-users] OSG for Android on Mac

2011-08-11 Thread Riccardo Corsi
Hi Busra, I'm not familiar with Mac dev environment, but I guess that you're trying to build osg with Eclipse CDT with the regular gcc compiler, which is targetting pc architecture. Instead you need to create a makefile suited for the ndk-build. The CMake options you need are fully detailed in