Page 1 of 1

devkitPPC 40 and dirent.h

Posted: Mon Jan 03, 2022 5:50 pm
by ptrharmonic
Hey all,

So I was working on modding CleanRip https://github.com/emukidid/cleanrip to see if I could improve it's error handling and everything was going fine yesterday, I installed all the tools and was able to build and start poking around.

However, it looks like devkitPPC 40 was released today and I updated to it without much thought. Now, I can no longer build my project.

I'm getting the compilation error "<dirent.h> not supported" which returned very little information when googling it. It's a result of the

Code: Select all

#include <sys/dir.h>
include in datel.c and verify.c.

Anyone know what changed between 39 and 40? The changelog doesn't seem to be up yet. Is there a way to go back to 39 or does anyone know how to resolve this? Thank you!

Re: devkitPPC 40 and dirent.h

Posted: Mon Jan 03, 2022 9:50 pm
by WinterMute
Apologies. There was a packaging error with the latest devkitPPC, it's sorted now.

Re: devkitPPC 40 and dirent.h

Posted: Tue Jan 04, 2022 1:23 am
by ptrharmonic
Awesome, thank you!