| View previous topic :: View next topic |
| Author |
Message |
penguinflyer5234 Penguin King

Joined: 01 Feb 2008 Age: 15 Posts: 1671 Location: Somewhere
|
Posted: Tue Mar 25, 2008 1:30 am Post subject: SVN Problems |
|
|
My problems with the SVN (rev 18.):
Makefile.unix:
When someone changed the filenames, they didn't change the dependencies in the Makefile. Commenting out from camera.o to the end of the file got me to my next problem.
typedefs:
Couldn't you move the typedefs into egoboo_types.h? There, they would be initialized and be happy, right? I will see if that works. _________________ You really thought so, didn't you?
Donna Noble has left the library. Donna Noble has been saved. |
|
| Back to top |
|
 |
bgbirdsey Developer

Joined: 25 Sep 2007 Posts: 862 Location: Minnesota
|
Posted: Tue Mar 25, 2008 2:58 am Post subject: |
|
|
The only part of the linux makefile that was not updated in the latest build was the clean/dependencies data. Feel free to update it as you see fit.
Consolidating random typedefs into egoboo_types.h is the wrong direction to be moving in. The idea is to move AWAY from a monolithic include file, so that the code is (completely) modularized.
The types defined in egoboo_types.h should be the rough equivalent of the types defined in the standard c include file <ctypes.h>.
Ahhhh, the joys of working with a version under development! These problems will be fixed within the next few days. |
|
| Back to top |
|
 |
|