vgmrips / vgmplay-legacy

VGM file command-line player and Winamp plugin.
http://vgmrips.net
221 stars 52 forks source link

fix build errors on osx #76

Closed dasl- closed 4 years ago

dasl- commented 4 years ago

Without this change I get these errors when building:

$ make install MACOSX=1 DISABLE_HWOPL_SUPPORT=1
Compiling chips/262intf.c ...
<omitted output for brevity>
Linking vgmplay ...
Done.
install -m 755 vgmplay /usr/local/bin/vgmplay
install -m 755 vgm2pcm /usr/local/bin/vgm2pcm
install: vgm2pcm: No such file or directory
make: *** [install] Error 71

See the full log output: https://gist.github.com/dasl-/65649a1ac9f7ee53a99544bd174b7c3d

With these changes, it builds successfully. See the full log: https://gist.github.com/dasl-/306b9abba0b4f6c154c7974908945ff8

ValleyBell commented 4 years ago

Thanks.

I'm pretty sure the bug occours on all systems, not just OSX. It was introduced by 823a1f30645b2af30a36a470db04e28869dd7324.