I've tried several make targets, with no luck. In eclipse, the MinGW include directories are in the project's "Includes" path and they display there in the project explorer.
Is this a CMake issue? Any ideas on what to do next?
Thanks
Search found 3 matches
- 14 Jul 2009, 14:16
- Forum: Engine
- Topic: Building spring 0.79.1.2 in Eclipse IDE
- Replies: 5
- Views: 762
- 13 Jul 2009, 05:42
- Forum: Engine
- Topic: Building spring 0.79.1.2 in Eclipse IDE
- Replies: 5
- Views: 762
Re: Building spring 0.79.1.2 in Eclipse IDE
Thanks for the point in the right direction. I got CMake 2.6 installed, and added it as an external tool in Eclipse... CMake runs and seems to complete fine, and if I build to "spring", it runs to the end and then dies with around 30 or so errors similar to this: ..\mingwlibs\lib\libboost_...
- 13 Jul 2009, 00:14
- Forum: Engine
- Topic: Building spring 0.79.1.2 in Eclipse IDE
- Replies: 5
- Views: 762
Building spring 0.79.1.2 in Eclipse IDE
Hello! I'm very excited to begin contributing to the Spring Project, both with content and coding for the engine itself. Before I dive into the adventure that appears to be content generation, I'm attempting to build spring 0.79.1.2 from source using: Eclipse 3.4.2 (Ganymede) w/ CDT for C/C++ MinGW ...