Search found 8 matches

by jliem
Wed Nov 25, 2009 8:26 am
Forum: SMILE
Topic: Mac OS X x86_64 smile binary
Replies: 7
Views: 15426

Thanks for providing this x64 build. I've only done some minor testing, but it seems to work fine.

Many thanks for the effort!
by jliem
Mon Nov 23, 2009 4:54 pm
Forum: SMILE
Topic: Mac OS X x86_64 smile binary
Replies: 7
Views: 15426

I've been investigating the possibility of running Darwin 10 or OSX 10.6 (Snow Leopard) in a virtual machine. I think this is currently difficult.

People have gotten OSX 10.6 to run in VMWare on the Mac [1], but not on other platforms as far as I found. Even on a Mac this breaks the EULA.

Darwin ...
by jliem
Fri Nov 20, 2009 11:31 am
Forum: SMILE
Topic: Mac OS X x86_64 smile binary
Replies: 7
Views: 15426

I'm on Snow Leopard and just tried the compilation of jsmile with the "-arch i386" flag. It does compile, but smile does not run due to not being 64 bits (as far as I understand it, see below).

Our research project is playing with jsmile as a component, but I cannot run it anymore since I've ...
by jliem
Tue Sep 29, 2009 7:49 am
Forum: SMILE
Topic: libjsmile.so compilation error on OS X
Replies: 22
Views: 48537

Excellent! Our code now seems to work cross-platform. Many thanks for the effort. Much appreciated!
by jliem
Tue Sep 22, 2009 10:33 am
Forum: SMILE
Topic: libjsmile.so compilation error on OS X
Replies: 22
Views: 48537

Is there a way to bypass the Java problem? I could send the compiled versions of the Java code?

I might upgrade to MacOSX 10.6 which has a new XCode which might resolve the compilation error. However, I'm also searching for a C guru that could help out. It seems that the missing type is externally ...
by jliem
Thu Sep 17, 2009 7:23 am
Forum: SMILE
Topic: libjsmile.so compilation error on OS X
Replies: 22
Views: 48537

To compile the Java I installed JDK 6 Update 16 with Java EE. I exported this JINC variable in the build file as mentioned somewhere in this thread. Below the complete build file. I just run in from the terminal.

export JINC=/System/Library/Frameworks/JavaVM.framework/Headers/
echo $JINC

if ...
by jliem
Sun Sep 13, 2009 8:00 am
Forum: SMILE
Topic: libjsmile.so compilation error on OS X
Replies: 22
Views: 48537

i686-apple-darwin9-g++-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490)
[on MacOSX 10.5.8 (Intel)]

I take it only the compilation line matters?
g++ -O3 -DNDEBUG -feliminate-unused-debug-symbols -dynamiclib -o libjsmile.jnilib ../*.cpp -I$JINC -I../cppsmile -L../cppsmile -lsmilearn -lsmile
by jliem
Fri Sep 11, 2009 9:33 pm
Forum: SMILE
Topic: libjsmile.so compilation error on OS X
Replies: 22
Views: 48537

I have been trying these steps. The current code seems not to require the changes (and the linenumbers do not match anymore).

I get the following error and am unsure on how to proceed:

jochem-liems-macbook-pro:jsmile_src jliem$ ./build
/System/Library/Frameworks/JavaVM.framework/Headers/
compiling ...