Page 1 of 1

Need help fixing some errors.

Posted: Fri Jun 10, 2022 12:02 am
by WhoopingCough
I am working on a large project, and I gave myself a 2 year time limit to finish it.
Right now it is in extremely early dev. Like, baby steps.

I ain't that much of a noob, so I wrote a simple libwiigui test program to draw my project's logo onto the screen (with a fade-in effect) like so:
example.png
(58.18 KiB) Not downloaded yet
This is the code behind it, tell me if that needs any fixing because I'm a bit new to Wii homebrew dev.
code.PNG
(17.16 KiB) Not downloaded yet
But that's not the point.
Upon compilation of this program, I get this error:
audio.PNG
(10.28 KiB) Not downloaded yet
At first I was genuinely... flummoxed. I didn't know what this meant and I still don't. :D

Maybe I'm being an idiot and I can fix this with a simple fix.

But, regardless, I need some help compiling my app so I can tell if my program even works or not.

Re: Need help fixing some errors.

Posted: Thu Jun 16, 2022 8:12 pm
by DacoTaco
most common error could be when moving the source after or between builds.
then do a clean build.
if not, i assume something is wrong with the makefile somehow.
do you mind sharing the makefile?

Re: Need help fixing some errors.

Posted: Mon Jul 18, 2022 10:58 pm
by WhoopingCough
DacoTaco wrote: Thu Jun 16, 2022 8:12 pm i assume something is wrong with the makefile somehow.
do you mind sharing the makefile?
https://cdn.discordapp.com/attachments/ ... 1/Makefile

it'd be appreciated to delete the file from your PC after examining it.

Re: Need help fixing some errors.

Posted: Tue Jul 19, 2022 2:48 am
by WhoopingCough
Great... new errors after i fixed the one i had...