I followed the stuff you said on the site but here are few issues popping up:
Code:
CMake Error at doc/CMakeLists.txt:126 (Message): user-docs generation (html/text) is not possible (disable with USERDOCS_HTML=FALSE); missing utility: pandoc or markdown
WARNING: you are using the obsolete 'GLU' package, please use 'OpenGL' instead Found GLEW: D:/dev/projects/spring/mingwlibs/include (Required is at least version "1.5.1") Found Freetype: D:/dev/projects/spring/mingwlibs/dll/freetype6.dll WARNING: you are using the obsolete 'GLU' package, please use 'OpenGL' instead WARNING: you are using the obsolete 'GLU' package, please use 'OpenGL' instead Could NOT find Boost Note: Unit tests will not be built: Boost::test library was not found Configuring incomplete, errors occurred!
So if I disable that flag, it compiles ok, but I'm not sure if lack of openGL or boost is detrimental to the engine.
Ok, once compiled I get a source folder filled with various files but it looks nothing like the binary version (portable version in my case). I know this is a newbie question, but how do I use the (presumably) compiled engine?
@FLOZi: all side-effects known? are there incompatibilities between gcc+a different version of collect2.exe? where to get the "right" file? what happens when mingw is updated? ...?
please don't give hacks as hints to others which could lead to more errors, please! only try this at home, when you know what you're doing
Nothing I thought maybe that was a reason for the compiler failing... Still thanks for that, will try it next time.
EDIT: So compilation went ok (I did disable the tags for generating docs and I used D:\spring\bin for building binaries, while they are installed in C:\Program Files (x86)\) but running this application i yielded an application error - "The application was unable to start correctly (0xc0000005). Click OK to close application." ? Is there any additional step I have to perform to have a working application?
@hoijui: I can't seem to find infolog.txt anywhere (not in source, or the build folder or the install folder). Anyway doc problem has been resolved.
@abma: No the buildbot build works... The strange thing is mingw32-make install-spring works, but sometimes hangs when using multithreaded command :/ Whenever it finishes the result is same - that error I described. And there is no infolog.txt...
I'm using Windows 7 64-bit, Intel Core2 Due, NVidia GeForce 9600M GS. Did anyone of these caused problems before?
strange! can you run it with "gdb spring.exe" and then type "bt full" ? (afaik gdb needs to be installed with mingw online installer and can be installed later on...)
Sorry about that, I updated my previous post. For the record I never ran gdb in console (or it was long time ago). Anyway backtrace or stack strace has been added it's on this location:
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum