From: ch at lathspell.de (Christian Hammers) Date: Fri, 11 Jan 2013 20:40:13 +0100 Subject: [Pljava-dev] pljava.so wont compile Message-ID: <20130111204013.00e19939@james.intern> Hello With the hellblazer git repository code I finally got four .jar files but now I wonder how to compile the shared library from the C sources. None of the Makefiles seem to work and the pom.xml contains no reference to a C compiler: -=(~/workspace/pljava/lathspell-master/C)$ make make[1]: Entering directory `/srv/home/james/workspace/pljava/lathspell-master/C/build/classes/pljava' make[1]: /srv/home/james/workspace/pljava/lathspell-master/C/src/java/pljava/Makefile: No such file or directory make[1]: *** No rule to make target `/srv/home/james/workspace/pljava/lathspell-master/C/src/java/pljava/Makefile'. Stop. make[1]: Leaving directory `/srv/home/james/workspace/pljava/lathspell-master/C/build/classes/pljava' make: *** [pljava_all] Error 2 -=(~/workspace/pljava/lathspell-master/C/pljava)$ make find: `/pljava': No such file or directory make: Nothing to be done for `checkjavahome'. (I'm using gcc-4.7 and Oracle/OpenJDK-1.7. bye, -christian-