GRRLIB / GRRLIB

Wii coding library
http://grrlib.santo.fr
MIT License
133 stars 16 forks source link

mkdir: illegal option -- - #48

Closed LimeGradient closed 4 months ago

LimeGradient commented 5 months ago

When trying to build GRRLIB, i get the error

libgrrlib.a
mkdir: illegal option -- -
usage: mkdir [-pv] [-m mode] directory_name ...
make[2]: *** [install] Error 64
make[1]: *** [install] Error 1
make: *** [install] Error 1
Crayon2000 commented 5 months ago

What command did you type to get this result? Are you using the last tagged version or a specific branch?

gofastlily commented 3 months ago

I'm seeing this error when running make install as well, on both the master branch and the v4.5.1 release.

I'm on macOS, so I'm becoming the root user before running make PLATFORM=cube install, as-per the discussion in this issue https://github.com/GRRLIB/GRRLIB/issues/36#issuecomment-1409329494.

Hope that's enough info to help out here.

Crayon2000 commented 3 months ago

@gofastlily, I have updated the master branch, can you try again to check if it fixed the problem?

gofastlily commented 3 months ago

That fixed it, thank you so much!