-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot compile Freetype library #1
Comments
The first error seems to be from line 198 of freetype.mk. "$(FT_COMPILE) |
Seems like gcc is throwing an error while trying to compile ftsystem.c. FreeType is a third party lib that I am not affiliated with in any way. Can you successfully build other WiiBrew projects that use FreeType? |
Since this is not an error of this project, I will close this issue. Other than that, I found some precompiled Freetype libs, and the engine and samples compiled correctly. Anyways, this is a fantastic project with lots of useful functionality, and there seems to be no bugs in sight. I am sorry for the misunderstanding. |
@K1LL34 I am having the same issue, can you please send your precompiled libs you're using? Thanks in advance. (Using one of mine throws other issues concerning PNG bzip2 compression) |
I am using Msys2, and I was compiling when I got the following:
"make[1]: Entering directory '/usr/local/Wire3D/Tools/freetype'
/opt/devkitpro/devkitPPC/bin/powerpc-eabi-gcc -I. -I./builds/wii -I./include -c -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o ftsystem.o src/base/ftsystem.c
make[1]: *** [builds/freetype.mk:198: ftsystem.o] Error 1
make[1]: Leaving directory '/usr/local/Wire3D/Tools/freetype'
make: *** [Makefile:8: all] Error 2"
I am confused, since I am not a wizard with make.
The text was updated successfully, but these errors were encountered: