todomodo777 / wiiflow

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

compile errors - r84 #211

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
config.cpp
In file included from c:/wiiflow/source/gui/text.hpp:9,
                 from c:/wiiflow/source/config.cpp:5:
c:/wiiflow/source/gui/FreeTypeGX.h:155:22: warning: ft2build.h: No such file or 
directory
c:/wiiflow/source/gui/FreeTypeGX.h:156:10: error: #include expects "FILENAME" 
or <FILENAME>
c:/wiiflow/source/gui/FreeTypeGX.h:157:10: error: #include expects "FILENAME" 
or <FILENAME>
In file included from c:/wiiflow/source/gui/text.hpp:9,
                 from c:/wiiflow/source/config.cpp:5:
c:/wiiflow/source/gui/FreeTypeGX.h:220: error: 'FT_Library' does not name a type
c:/wiiflow/source/gui/FreeTypeGX.h:221: error: 'FT_Face' does not name a type
c:/wiiflow/source/gui/FreeTypeGX.h:222: error: 'FT_GlyphSlot' does not name a 
type
c:/wiiflow/source/gui/FreeTypeGX.h:223: error: 'FT_UInt' does not name a type
c:/wiiflow/source/gui/FreeTypeGX.h:246: error: 'FT_Bitmap' has not been declared
c:/wiiflow/source/gui/FreeTypeGX.h:255: error: 'FT_Long' has not been declared
c:/wiiflow/source/gui/FreeTypeGX.h:255: error: 'FT_UInt' has not been declared
c:/wiiflow/source/gui/FreeTypeGX.h:256: error: 'FT_Long' has not been declared
c:/wiiflow/source/gui/FreeTypeGX.h:256: error: 'FT_UInt' has not been declared
make[1]: *** [config.o] Error 1
"make": *** [build] Error 2

Original issue reported on code.google.com by steven.p...@hotmail.com on 7 Jul 2010 at 2:21

GoogleCodeExporter commented 8 years ago
never mind i found my problem - i placed the portlibs in the wrong location.

Original comment by steven.p...@hotmail.com on 7 Jul 2010 at 2:48

GoogleCodeExporter commented 8 years ago

Original comment by Miigotu on 7 Jul 2010 at 4:48