Hi,
when I first compiled CS a few years ago, I used VC++ 2005. Everything went well. Now, after reinstalling the system I thought it was time to fresh up on CS a little. But much has changed, nowerdays I use Code::Blocks and thing that platform independance is important. So I downloaded cs-1.2.1 source and tried the Msys compiling manual. Msys says that everything is ok, from configuren to building. But in fact nothing is ok, in fact Msys seems to do nothing. The console has normal output:
http://pastebin.com/m122aab27But there are no directories created, nor any dlls, .a .o etc.
Hoever, manually typing "mkdir /d/something" works.
(I thought it might be a bug or something and tried the cs-svn version, but same thing there)
Finally, I installed VC++ 2008 + psdk + dx + etc and compiled the 1.2.1 got some errors there (gmesh3ds.cpp(325) : error C2664: 'lib3ds_io_new': ) which I researched about. They seem to be conversion errors which occur with the new VC version.
So, once again, I tried the svn version and everything compiled. But now, when trying to start one of the sample exe's they say something like:
Could not initialize application (0xc0150002)
Now I am really confused, because nothing I do seems to work.
I would like to stick to my original try, to compile cs with msys so that is priority, but still I am curious why every atempt is failing?
Edit:
- Version of CS : 1.2.1 and svn
- Version of winlibs package: cs-win32libs-1.2_002.exe
- Operating system: XP SP3
- Compiler: gcc / vc
- Video card: Nvidia GT 8800greetings