Development resources

Talk about anything concerning the source code.
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Development resources

Post 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.
GIMX creator
User avatar
Zero
Posts: 68
Joined: Tue Aug 16, 2011 9:10 pm

Re: Development resources

Post by Zero »

nice, very very useful info for ppl who have less exp with C and eclipse :)
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Development resources

Post 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!
GIMX creator
User avatar
Zero
Posts: 68
Joined: Tue Aug 16, 2011 9:10 pm

Re: Development resources

Post 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
cldfusion
Posts: 68
Joined: Fri Jul 08, 2011 4:02 pm

Re: Development resources

Post by cldfusion »

Getting heaps of errors I must have missed something. :(
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Development resources

Post by Matlo »

Hard to tell if you don't provide us some error messages.
GIMX creator
cldfusion
Posts: 68
Joined: Fri Jul 08, 2011 4:02 pm

Re: Development resources

Post by cldfusion »

Unresolved inclusion: <wx/msgdlg.h>
Unresolved inclusion: <pwd.h>

And other inclusions with <wx/

Symbol 'std' could not be resolved
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Development resources

Post 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.
GIMX creator
cldfusion
Posts: 68
Joined: Fri Jul 08, 2011 4:02 pm

Re: Development resources

Post 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.
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Development resources

Post by Matlo »

Did ./install.sh work without errors?
GIMX creator
Post Reply