snes9xgit / snes9x

Snes9x - Portable Super Nintendo Entertainment System (TM) emulator
http://www.snes9x.com
Other
2.65k stars 457 forks source link

Makefile unresolved autoconf variable #146

Closed ghost closed 7 years ago

ghost commented 7 years ago

Trying to compile for Linux from the unix directory after the MSU-1 merge:

./configure && make ... configure: creating ./config.status config.status: creating Makefile Makefile:5: *** missing separator. Stop.

Where line 5 of the Makefile is: @S9X_SYSTEM_ZIP@

Any idea what's going on? This did not happen with the msu1 branch before it was merged.

qwertymodo commented 7 years ago

Looks like it's related to the new --with-system-zip config option, but I'm not sure if it's a problem with the initial commit or if it got borked by the merge. Can you try checking out https://github.com/snes9xgit/snes9x/commit/def3936a5353924fb7b9ffa30b8c1c96c9175ca7 and see if you have the same issue?

ghost commented 7 years ago

That commit fails as well, but the one right before it works.

bearoso commented 7 years ago

I'll look at this.

bearoso commented 7 years ago

Needed to update configure and add pkg-config macros to aclocal. Fixed.