Unfornately, whether the output ends with ".so" or ".jnilib" has no bearing on the result. The compilation still fails.
Can't quite figure this one out...
But luckily there are more knowledgeable people out there who can. As the kind soul implicitly noted, this is a Linux to Mac problem, not a ...
Search found 5 matches
- Tue Aug 26, 2008 12:47 am
- Forum: SMILE
- Topic: libjsmile.so compilation error on OS X
- Replies: 22
- Views: 48537
- Mon Aug 25, 2008 9:08 pm
- Forum: SMILE
- Topic: libjsmile.so compilation error on OS X
- Replies: 22
- Views: 48537
Re: libjsmile.so compilation error on OS X
Unfornately, whether the output ends with ".so" or ".jnilib" has no bearing on the result. The compilation still fails.
Can't quite figure this one out...
Can't quite figure this one out...
- Mon Aug 25, 2008 3:01 pm
- Forum: SMILE
- Topic: libjsmile.so compilation error on OS X
- Replies: 22
- Views: 48537
Re: libjsmile.so compilation error on OS X
Well, we're getting warmer...
I changed the lines you suggested and that fixed that problem. The compiler complained that "-s" was obsolete so I removed it. Additionally, I learned that JNI libraries on OS X should be named with the extension ".jnilib" so I changed *that*. Now, I have the following ...
I changed the lines you suggested and that fixed that problem. The compiler complained that "-s" was obsolete so I removed it. Additionally, I learned that JNI libraries on OS X should be named with the extension ".jnilib" so I changed *that*. Now, I have the following ...
- Sun Aug 24, 2008 4:29 pm
- Forum: SMILE
- Topic: libjsmile.so compilation error on OS X
- Replies: 22
- Views: 48537
libjsmile.so compilation error on OS X
I've been trying to get jSMILE to compile on OS X and I may be very close to having it work but there seems to be an error that I can't quite figure out.
This is what I did.
1) Download jsmile.
2) Download smile binaries for OS X.
3) cd jsmile
4) copy #2 into jsmile/cppsmile
5) chmod 755 build
6 ...
This is what I did.
1) Download jsmile.
2) Download smile binaries for OS X.
3) cd jsmile
4) copy #2 into jsmile/cppsmile
5) chmod 755 build
6 ...
- Fri Aug 22, 2008 11:54 pm
- Forum: SMILE
- Topic: JSmile and Mac
- Replies: 2
- Views: 6988
Re: JSmile and Mac
Can I run jsmile on a mac? I've been a windows user and am having trouble porting the code to the mac.
Thanks!
We don't provide jSMILE binaries for OSX, but the source code is available. You just have to compile it.
Has anyone gotten this to compile? I truly have no idea what I'm doing and I ...
Thanks!
We don't provide jSMILE binaries for OSX, but the source code is available. You just have to compile it.
Has anyone gotten this to compile? I truly have no idea what I'm doing and I ...