Skip to content
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

Closed
K1LL34 opened this issue Jan 14, 2020 · 4 comments
Closed

Cannot compile Freetype library #1

K1LL34 opened this issue Jan 14, 2020 · 4 comments

Comments

@K1LL34
Copy link

K1LL34 commented Jan 14, 2020

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.

@K1LL34
Copy link
Author

K1LL34 commented Jan 14, 2020

The first error seems to be from line 198 of freetype.mk.

"$(FT_COMPILE) $T$(subst /,$(COMPILER_SEP),$@ $<)"

@rrath
Copy link
Owner

rrath commented Jan 14, 2020

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?

@K1LL34
Copy link
Author

K1LL34 commented Jan 16, 2020

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 K1LL34 closed this as completed Jan 16, 2020
@iyenal
Copy link

iyenal commented Feb 9, 2020

@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)
Nevermind, happened that MSYS Pacman package installer didn't installed ppc-freetype in the right location, so I have used the Resource Monitor to find it and move it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants