gheja / gbdk

GameBoy Developer's Kit (GBDK) 2.96a from 2002 tuned so it can be compiled on a modern system (Ubuntu 18.04 LTS and 16.04 LTS).
84 stars 10 forks source link

Error building on macOS #20

Closed ghost closed 6 years ago

ghost commented 6 years ago

The #1 error I was getting was "error: unknown type name '_IO_ssize_t'" which seemed to me to be a bit trivial, so, (and maybe this has something to do with the second error considering idrk what i'm doing), I edited _IO_ssize_t to just ssize_t, that bit no longer gave errors, but further along compiling:

sh: /Users/admin/gbdk/sdcc/bin/sdcpp: No such file or directory Looking through the Github files I can't find any SDCPP. Where can I get the source for this? Thanks

Nevermind, fixed it. SDCPP wasn't compiling correctly, running autoconf in the SDCC/support/cpp2 directory seems to have fixed it.