Menu

#2316 Compilation failed: homebrewboot\HomebrewXML.h: No such file or directory

Fixed
nobody
None
Medium
Defect
2016-10-19
2015-06-05
Tim
No

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

Discussion

  • Cyan

    Cyan - 2015-07-05

    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.

     
  • Peter Schroeder

    Peter Schroeder - 2016-03-06

    Changing the \ to / fixes this in Linux.

     
  • Cyan

    Cyan - 2016-03-12

    Thank you,
    I completly missed that.
    I'll fix it in the next commit.

     
  • Cyan

    Cyan - 2016-10-19
    • status: New --> Fixed
     

Log in to post a comment.