On 05.04.2009, at 17:35, Christian von Essen wrote: > Yeah, I'll try providing some documentation for that. As for MacOS X, > I don't have any, so we have to figure it out together, or hope that > anyone else knows how to do it :)
I looked at this yesterday. Apparently all those headers and libraries are for JNI, which works quite differently under MacOS, where all that is part of the JavaVM framework. Under MacOSX, there is thus no JAVATOP at all. I got the library to compile with: CXXFLAGS = -I/System/Library/Frameworks/JavaVM.framework/Headers - DPOSIX_STRERROR_R -DSIGDANGER -DSIGMAX -DHAS_SEM_POST - Dsigthreadmask=pthread_sigmask -fPIC libposix.jnilib: $(POSIX_OBJS) g++ -bundle -o libposix.dnilib $(POSIX_OBJS) -lpthread I didn't find the time to test it yet though. Is there a simpler test than installing and testing clj-server? Konrad. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---