Hi all,
Here is the steps I've followed to generate the eclipse
checking out from svn:
go into the directory.
Create a directory
mkdir build
go into
execute the cmake command from build-mg.sh:
cmake -DCMAKE_INSTALL_PREFIX= -DWANT_STATIC_LIBS=ON ..
execute the cmake command to generate the eclipse project:
cmake -G"Eclipse CDT4 - Unix Makefiles" -D CMAKE_BUILD_TYPE=Debug ..
Launch Eclipse CDT and import an existing project selecting the build where the .cproject have been generated.
I can build the project and launch the binaries but I don't have the sources to edit them.
If I import them Eclipse didn't link with the cmaked libraries generated (lot of errors). But I can edit, build and launch.
Cannot update from svn with subclipse.
I think I'm on the right way but I've got to find the correct Eclipse project structure.
If someone can help me?
Thanks In advance.