Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: ElGuillermo on June 03, 2011, 09:11:48 am
-
Hi !
I got compilation error on Ubuntu 11.04 32 bits using source code from svn://svn.icculus.org/fs2open/trunk/fs2_open.
While attempting to "make", the compiler complains about inexistent "Io/keycontrol.h".
In fact, there is a cap typo in fs2_open/code/graphics/2d.cpp, on line 34 :
Instead of : #include "Io/keycontrol.h" // m!m,
it should reads : #include "io/keycontrol.h" // m!m
It compiles OK with that simple change :)
Don't know how to fix it on the svn server, maybe someone here can do it ?
-
Thanks, fixed in revision 7229.
-
Cool ;) I'm glad I've finally made something to help the coders, as I've been appreciating their work for years and know nothing about coding :pimp:
-
Don't know how to fix it on the svn server, maybe someone here can do it ?
Only the actual SCP coders can commit stuff to SVN. Although anyone can code, give us a patch and let us commit it for them. :)