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

Title: Found a typo in svn files that prevents compilation
Post 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 ?
Title: Re: Found a typo in svn files that prevents compilation
Post by: chief1983 on June 03, 2011, 11:53:20 am
Thanks, fixed in revision 7229.
Title: Re: Found a typo in svn files that prevents compilation
Post by: ElGuillermo on June 03, 2011, 05:15:23 pm
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:
Title: Re: Found a typo in svn files that prevents compilation
Post by: karajorma on June 03, 2011, 09:57:22 pm
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. :)