forked from sarah-walker-pcem/pcem
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi!
The README suggests to just do ./configure; make; This is unfortunately impossible since 32baa4d removed the configure script. Running autoreconf -i and then ./configure results in the following:
checking for sdl2 >= 2.0.1... yes
./configure: line 6067: AM_OPTIONS_WXCONFIG: not found
./configure: line 6069: syntax error: unexpected word (expecting ")")
... fixing that by commenting out 10 or so lines around line 6069 allows me to run make, which errors out in a completely unrelated way:
make[1]: --cxxflags: No such file or directory
It still tries to continue despite that, likely due to the bogus || condition with every gcc invocation which causes make to never see the proper result code. Anyhoo, removing the --cxxflags too gets it to compile most of the core, and then fail on wxwidgets headers (which I do have installed, and the normal PCem version seems to build just fine)
OS: Alpine Linux edge
Arch: x86_64
Metadata
Metadata
Assignees
Labels
No labels