Hi there,
I'm currently trying to build the source myself however the compilation fails with this error
meta.cpp /Users/timbrust/Coding/usbloadergx-code/source/settings/meta.cpp:23:38: fatal error: homebrewboot\HomebrewXML.h: No such file or directory #include "homebrewboot\HomebrewXML.h" ^ compilation terminated. make[1]: *** [meta.o] Error 1 make: *** [build] Error 2
I'm running Mac OSX 10.10.4 and downloaded devkitpro yesterday. Both $DEVKITPRO and $DEVKITPPC are fine.
I've copied the libogc_portlibs_20150328_devkitPPC_R27.7z as advised to my devkitpor folder.
Any idea what's wrong?
Thanks in advance,
Tim
I think this is due to wrong line return code.
This file is using CRLF instead of just LF.
You can edit the file in a text editor to convert the "end of line" code.
Thanks for reporting, I'll fix it on later commit.
Changing the \ to / fixes this in Linux.
Thank you,
I completly missed that.
I'll fix it in the next commit.