Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error building lnp-forge on macOS #37

Open
armlesshobo opened this issue Oct 30, 2020 · 4 comments
Open

Error building lnp-forge on macOS #37

armlesshobo opened this issue Oct 30, 2020 · 4 comments

Comments

@armlesshobo
Copy link

armlesshobo commented Oct 30, 2020

I'm getting an error trying to build lnp-forge:

[myhost:/Projects/lnp-forge] me % ./configure --prefix=$PWD && make install
checking build system type... x86_64-apple-darwin19.6.0
checking host system type... x86_64-apple-darwin19.6.0
checking for a BSD-compatible install... /usr/bin/install -c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking whether sed understands -r -i -e... no
configure: error:
[myhost:
/Projects/lnp-forge] me%

@McArcady McArcady changed the title Error building lnp-forgeon macOS Error building lnp-forge on macOS Oct 30, 2020
@McArcady
Copy link
Owner

McArcady commented Oct 30, 2020

Try this instead:
$ autoconf && ./configure --prefix=$PWD && make install

(TBH lnp-forge has never been used on MacOS before.
Still it relies on a framework and standard *nix tools that should be compatible.)

@derpington-bot
Copy link

Did the libSDL_image-1.2.so.0 stuff for mac ever get sorted out? No amount of installing or re-installing and validating path appear to resolve this on mac.

@McArcady
Copy link
Owner

I'm not familiar with this problem, and never had the chance to use lnp-forge on MacOS.
Feel free to use this thread to discuss the issue or get feedback from other users.

@derpington-bot
Copy link

I think it's tied to jankiness with the Apple Silicon / Rosetta2 / command line tools and libraries. Thanks for keeping this project alive!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants