Render96 / Render96ex

Fork of https://github.com/sm64-port/sm64-port with additional features.
246 stars 43 forks source link

changed flags to work with any homebrew installation (arm64 / intel macOS) #48

Open halpz opened 2 years ago

EmeraldLoc commented 2 years ago

This works fine, except that Homebrew should be checked before MacPorts, as when messing with Xcode or stuff like that, that directory will exist, and will error saying gcc-mp- does not exist

EmeraldLoc commented 2 years ago

Also, it still will not compile on arm as you need to set the shell prefix in the cflags in tools/Makefile

halpz commented 2 years ago

Also, it still will not compile on arm as you need to set the shell prefix in the cflags in tools/Makefile

It seems to compile for me without editing this file

EmeraldLoc commented 2 years ago

Ready to be merged.

DorfDork commented 2 years ago

Can you rebase to tester?

palmerj commented 1 year ago

Thanks for that patch, I can get the build process a little further. But I now get this error:

❯ make
src/engine/behavior_script.c:1059:1: fatal error: opening dependency file build/us_pc/src/engine/behavior_script.d: No such file or directory
 1059 | }
      | ^
compilation terminated.
make: *** [build/us_pc/src/engine/behavior_script.o] Error 1

Any ideas?

palmerj commented 1 year ago

AH sorry I wasn't using GNU Make.