MathewWi / sneek

Automatically exported from code.google.com/p/sneek
0 stars 0 forks source link

Font.h not found #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
fixed in r98

Original comment by cred...@rypp.net on 29 May 2010 at 9:04