-
Notifications
You must be signed in to change notification settings - Fork 20
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
Compilation Error #27
Comments
installing the other devkitpro ppc packages with |
Currently can't get past this error, fails building at the end c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/10.2.0/../../../../powerpc-eabi/bin/ld.exe: C:/Users/WG/Downloads/libwiigui/libwiigui-master/source/menu.cpp:242: undefined reference to button_over_pcm_size' c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/10.2.0/../../../../powerpc-eabi/bin/ld.exe: menu.o: in function _ZL16MenuSettingsFilev': |
Fixed. |
Is there a new commit coming/ is there something on my end I need to change? |
It seems at some point devkitPro's configuration for that started including the file's size in header instead of within the object, seemingly breaking the reliance of I was able to circumvent this by editing it to import every Is there a fix for this that hasn't been pushed yet? Happy to make a PR if not! |
@spotlightishere there’s no fix currently pushed, if you can make a PR that would be great |
I'm trying to compile the code but I'm getting this error:
oggplayer.c
C:/Users/WG/Downloads/libwiigui/libwiigui-master/source/oggplayer.c:32:10: fatal error: tremor/ivorbiscodec.h: No such file or directory
32 | #include <tremor/ivorbiscodec.h>
| ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [/opt/devkitpro/devkitPPC/base_rules:18: oggplayer.o] Error 1
make: *** [Makefile:101: build] Error 2
The text was updated successfully, but these errors were encountered: