Page 1 of 3

Development resources

Posted: Tue Oct 04, 2011 1:30 pm
by Matlo
The goal of this post is to redirect potential GIMX developers to some useful resources.
Feel free to report any problem or to ask for some additional info.

Re: Development resources

Posted: Fri Oct 07, 2011 9:05 pm
by Zero
nice, very very useful info for ppl who have less exp with C and eclipse :)

Re: Development resources

Posted: Sun Oct 09, 2011 7:44 am
by Matlo
The second tutorial is now even more easier as I made installation+build scripts :)

Anyone should now be able to build GIMX in windows, even without any knowledge about C/C++ programming!

Re: Development resources

Posted: Thu Dec 01, 2011 9:08 am
by Zero
I've compiled the latest version of GIMX :o
The code is amazingly clean and I've also noticed some lovely new icons :lol:

FPSConfig is cool too, but I love lists more :D

Re: Development resources

Posted: Wed Dec 07, 2011 8:10 am
by cldfusion
Getting heaps of errors I must have missed something. :(

Re: Development resources

Posted: Wed Dec 07, 2011 8:40 am
by Matlo
Hard to tell if you don't provide us some error messages.

Re: Development resources

Posted: Wed Dec 07, 2011 8:59 am
by cldfusion
Unresolved inclusion: <wx/msgdlg.h>
Unresolved inclusion: <pwd.h>

And other inclusions with <wx/

Symbol 'std' could not be resolved

Re: Development resources

Posted: Wed Dec 07, 2011 9:10 am
by Matlo
You should install mingw and the libraries again, something went probably wrong at these steps.
Pay attention to any error message displayed in the terminal.

Re: Development resources

Posted: Wed Dec 07, 2011 9:49 am
by cldfusion
Yeah, the first time I installed them I probably missed something but now i'm getting these:

./build.sh: line 16: unzip: command not found
./build.sh: line 23: svn: command not found
./build.sh: line 26: cd: GIMX: No such file or directory
make: Makefile.win: No such file or directory
make: *** No rule to make target `Makefile.win'. Stop.

Re: Development resources

Posted: Wed Dec 07, 2011 9:57 am
by Matlo
Did ./install.sh work without errors?