Skip to content

Code no longer compiles + docs are incorrect #19

@sdomi

Description

@sdomi

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions