Re: [Jaffer-devel] compiling jaffer
Status: Alpha
Brought to you by:
mrallen
From: Philip E. <ph...@ed...> - 2003-07-24 21:34:24
|
I looks like your path isn't complete. I.e., 'javac' isn't in your path. Check your Java installation and make sure the tools and libs are all accessable. Yeah, Netatalk still uses the original system that the U Mich guys arbitrarily picked a long time ago to store Mac resource forks on a Unix filing system. Hopefully they will eventually see the light and adopt a most standard OS-X way like what the Baltra patch does (see www.baltra.org if you haven't already). Phil Maurice Volaski wrote: > I am having trouble trying to compile under Gentoo Linux. > > I had to change in the makefile JDKDIR=/opt/blackdown-jdk-1.4.1, but > that wasn't enough. > > I also changed LIBDIR=${JDKDIR}/jre/lib/i386 and I am still getting a > complaint message... > > mkdir -p obj/lib > gcc -shared -o obj/lib/libLinux.so src/lib/OS_Server.c -Isrc/lib > -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -ljava -lcrypt > find src -name "*.java" | xargs javac -O -d obj > xargs: javac: No such file or directory > make: *** [javac] Error 127 > > > A couple of other questions: how does Jaffer stores double-fork files? > That is, does it use .AppleDouble directories? Also, how does it deal > with the DIDs? Netatalk doesn't appear to have been designed to handle > them very well. |