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

Build fails on OpenSolaris #10

Closed
tholschuh opened this issue Sep 23, 2010 · 4 comments
Closed

Build fails on OpenSolaris #10

tholschuh opened this issue Sep 23, 2010 · 4 comments

Comments

@tholschuh
Copy link

$ make

sed -e s^%IBROWSE_VSN%^1.5.6^ ibrowse.app.src > ../ebin/ibrowse.app
/bin/sh: ibrowse.app.src: not found
/bin/sh: %IBROWSE_VSN%: not found
/bin/sh: 1.5.6: not found
make: *** [../ebin/ibrowse.app] Error 1
sed: command garbled: s

@tholschuh
Copy link
Author

I assume it's incompatible syntax of sed on solaris

@cmullaparthi
Copy link
Owner

I don't have access to an Opensolaris installation. Could you please send a version of the sed command which does work, and I'll try to find a common variant.

@tholschuh
Copy link
Author

Hey,
Thanks for the response! This worked for me:
$(EBIN)/%.app: %.app.src ../vsn.mk Makefile
sed -e s/%IBROWSE_VSN%/$(IBROWSE_VSN)/ $< > $@

@cmullaparthi
Copy link
Owner

Thank you, I'll use this in the next version.

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

No branches or pull requests

2 participants