-
Notifications
You must be signed in to change notification settings - Fork 355
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 osx due to relative paths issue #286
Comments
Thanks for the testing & feedback. Did you try if adding like.. // instead of
u.shell("mkdir", "/Users/mati/Devel/OpenSource/J2V8/cmake.out/$PLATFORM.$ARCH") + \
// use
u.shell("mkdir", "./cmake.out/$PLATFORM.$ARCH") + \ Can you please try that and let me know if this also fixes the issue. I will then include those changes in my next PR. |
I will test this as soon as possible and report |
@drywolf unfortunately not BTW I checked this already on two osx machines, at home and at work, both fail with the same errors:
|
|
wait I don't have cmake at work! |
|
All fine:
|
I will prepare PR |
J2V8 git:(hard-coded-paths) uname -a
Darwin Mateuszs-iMac.local 16.6.0 Darwin Kernel Version 16.6.0: Fri Apr 14 16:21:16 PDT 2017; root:xnu-3789.60.24~6/RELEASE_X86_64 x86_64
I managed to built j2v8 by hardcoding paths:
https://github.com/eclipsesource/J2V8/compare/master...matiwinnetou:hard-coded-paths?expand=1
@drywolf perhaps you can see what is the problem, dunno why but relative paths do not work on osx
success and in target dir on OSX I have:
j2v8_macos_x86_64-4.8.0-SNAPSHOT.jar
@irbull you mentioned that release for OSX is lots of manual work. I am happy to include a build file from my machine here for some inclusion to mvn central?
j2v8_macos_x86_64-4.8.0-SNAPSHOT.jar.gz
The text was updated successfully, but these errors were encountered: