-
Notifications
You must be signed in to change notification settings - Fork 60
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
Build errors #385
Comments
Please specify more precisely. |
are you using devkitppc r42-1 and libogc 2.4.0 |
No sir, I am Using: and the devkitpro packages:
|
By the way the same errors using Ubuntu 22 with the same packages |
so if you would just use devkitppc r42-1 and libogc 2.4.0 you shouldn't have those errors. but as far as using the latest devkitppc and libogc im not sure why your libogc includes netinet/in.h and sys/_sockaddr_storage.h my libogc does not include those. i tried to see where they may have been added to libogc but couldn't find it. obviously those files are conflicting the wolfssl files in portlibs/include/sys/socket.h if you still want to use the latest ppc and libogc then goto portlibs/include/sys/socket.h and change all the socklen_t to socklen_t_w and sockaddr_storage to sockaddr_storage_w and in source/libwolfssl/wolfio.h change the same ones to match socklen_t_w and sockaddr_storage_w maybe that will work and maybe not. |
Excellent, thanks a lot for your help, Using old version of DevKitPro Packages require manual work, but will take the time, also will try your workaround, after that I will let you to know |
OK, first try, I did add this commands before build in order to install old versions of packages:
And then the process end fine, the boot.dol file was build without problem, only few warnnings:
bur are cosmetic no functional. Will try the tweaking of files now. |
Hi, i guess it can be closed? Was able to compile it on latest devkitPPC and libogc. devkitPPC: r46.1-1 |
On latest version of DevKitPro building Wiiflow_Lite you get the next set of errors:
I am missing any library or dependency
Even building a old commit which before I was able to build now I get the same set of errors.
The text was updated successfully, but these errors were encountered: