[Pljava-dev] pljava.so wont compile

From: ch at lathspell(dot)de (Christian Hammers)
To:
Subject: [Pljava-dev] pljava.so wont compile
Date: 2013-01-11 19:40:13
Message-ID: 20130111204013.00e19939@james.intern
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

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-

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Hal Hildebrand 2013-01-12 03:11:52 [Pljava-dev] pljava.so wont compile
Previous Message Hal Hildebrand 2013-01-11 16:55:31 [Pljava-dev] Compatibility with Java 1.7 and PostgreSQL 9.2? Is this project still alive?