Clearsilver on Mac OS X
Matthew Hixson <[email protected]>
| Newsgroups | gmane.text.clearsilver.general |
|---|---|
| Message-ID | <[email protected]> |
I see that some people have gotten Clearsilver installed and running
on Mac OS X, but I can't find directions on how to get it to
compile. Its available through Darwin Ports, but I'd like to avoid
installing that just to get Clearsilver compiled.
What I'm needing is the JNI library for use with Java. I'm on OS
X 10.4.9. I've configured with this:
./configure --prefix=/usr/local --disable-python --disable-ruby --
with-java=/usr
Configure runs successfully, but make fails with:
Manifying blib/man3/ClearSilver.3pm
/usr/bin/javah -classpath clearsilver.jar -jni org.clearsilver.HDF
/usr/bin/javah -classpath clearsilver.jar -jni org.clearsilver.CS
gcc -g -O2 -Wall -I.. -fPIC -I/System/Library/Frameworks/
JavaVM.framework/Versions/CurrentJDK/Headers -o j_neo_util.o -c
j_neo_util.c
gcc -g -O2 -Wall -I.. -fPIC -I/System/Library/Frameworks/
JavaVM.framework/Versions/CurrentJDK/Headers -o j_neo_cs.o -c j_neo_cs.c
make[1]: *** No rule to make target `../libs/libneo_cgi.a', needed by
`libclearsilver-jni.so'. Stop.
make: *** [cs] Error 2
Anyone have a patch or directions on how to get this to compile?
Thanks for your time,
-M@