What steps will reproduce the problem?
1. make -C es clean all
What is the expected output?
make: Leaving directory `/home/logan/svn/sneek/es'
What do you see instead?
In file included from SMenu.c:1:
SMenu.h:36:18: error: Font.h: No such file or directory
What revision are you using? With what configuration
(SNEEK/UNEEK/SNEEK+DI)?
r92+
Please provide any additional information below.
Patch to fix this
Index: es/SMenu.h
===================================================================
--- es/SMenu.h (revision 97)
+++ es/SMenu.h (working copy)
@@ -33,7 +33,7 @@
#include "GCPad.h"
#include "WPad.h"
#include "DI.h"
-#include "Font.h"
+#include "font.h"
Original issue reported on code.google.com by logan.gba on 29 May 2010 at 3:18
Original issue reported on code.google.com by
logan.gba
on 29 May 2010 at 3:18