-
Notifications
You must be signed in to change notification settings - Fork 34
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
NoClassDefFoundError in all tests #40
Comments
Which version of mac osx are you using ? |
10.9.3, gcc version is:
|
Can you try doing:
You should be getting an error, but I would be interested in what this error will be. |
The error is:
Where can I find the released osx jar? |
It can be found under "Releases": |
Oh, thanks. Same error:
|
We actually just noticed that OS X has user-specific temporary folders, which could explain why the jar release doesn't work. However this doesn't tell us why the library cannot be found when you package the tool yourself. From your error messages, I see that both libraries ( |
@koksal Looks like it is not there. I've tried to re-run
|
What happens is that SBT will in advance get the tpmdir so that it can predict where the dylibs will be extracted to when first executing the jar. Can you make sure the tmpdir obtained within SBT (apparent in the commands it outputs), is the same than the runtime one you obtain using
|
Seems to be the same directory. Here's the gcc command that sbt performs:
|
Here is a few steps to try:
you should then see something looking like:
|
I'm really confused right now: somehow it just started working. I don't really know what I did. The only thing I recall was rebooting. I'm getting a persistent segfault in
|
If the |
Probably that. Thanks a lot for your help with this! |
Hello,
I'm having a problem with the final step of the installation guide. Packaging seems to work correclty (at least I don't see any errors):
But then tests don't work at all:
Exceptions are all same, here's one of them:
Any help really appreciated!
The text was updated successfully, but these errors were encountered: