QUOTE(vvyytenk @ Nov 18 2005, 09:34 PM)

Hi,
Download 'eclipse-SDK-3.1.1-macosx-carbon.tar.gz', and excute the attached shell script. It will extract eclipse under current folder and patch the swt jar with x86 version.
Then click the 'eclipse' icon will bring it up.
I'm getting compile errors.
cc -c -DSWT_VERSION=3139 -DCARBON -I /System/Library/Frameworks/JavaVM.framework/Headers swt.c
In file included from swt.c:12:
swt.h:23:17: jni.h: No such file or directory
In file included from swt.c:12:
swt.h:64: error: parse error before '*' token
swt.c:23: error: parse error before '*' token
swt.c: In function `throwOutOfMemory':
swt.c:24: error: `jclass' undeclared (first use in this function)
swt.c:24: error: (Each undeclared identifier is reported only once
swt.c:24: error: for each function it appears in.)
swt.c:24: error: parse error before "clazz"
swt.c:25: error: `clazz' undeclared (first use in this function)
swt.c:25: error: `NULL' undeclared (first use in this function)
swt.c:26: error: `env' undeclared (first use in this function)
make: *** [swt.o] Error 1
libswt-carbon-3139.jnilib : no such file or directory
libswt-pi-carbon-3139.jnilib : no such file or directory
libswt-webkit-carbon-3139.jnilib : no such file or directory
I'm assuming it's missing the jvm and Carbon includes. I pointed the makefile to the correct jvm include dir and downloaded Carbon SDK 1.6, but I couldn't get that to build either. What are the dependencies to get this to compile?
Thanks!
-nick