[Pljava-dev] pljava on centos 6.5 64bit and postgres 9.? and java ?

From: pierce at hogranch(dot)com (John R Pierce)
To:
Subject: [Pljava-dev] pljava on centos 6.5 64bit and postgres 9.? and java ?
Date: 2014-11-20 23:25:53
Message-ID: 546E7881.5050006@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

On 11/20/2014 2:45 PM, John R Pierce wrote:
> so I'm looking at the github.com/tada/pljava stuff, and its been so
> long since i've touched pljava, I can't even figure out how I should
> build it. the 'Building' instructions aren't even remotely
> 'instructions', they are a few random notes.

[me at c6 git]$ git clone https://github.com/tada/pljava
Initialized empty Git repository in /home/me/git/pljava/.git/
remote: Counting objects: 7574, done.
remote: Total 7574 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (7574/7574), 3.50 MiB | 1.74 MiB/s, done.
Resolving deltas: 100% (2955/2955), done.
[me at c6 git]$ cd pljava/
[me at c6 pljava]$ ls
COPYRIGHT fixes Makefile pljava pljava-api
pljava-examples pom.xml src
docs freenode.ver packaging pljava-ant pljava-deploy
pljava-so README.md

ok, so far, so good.

[me at c6 pljava]$ export PATH=/usr/pgsql-9.2/bin:$PATH
[me at c6 pljava]$ make
make[1]: Entering directory `/home/me/git/pljava/build/classes/pljava'
make[1]: /home/me/git/pljava/cd Makefile: No such file or directory
make[1]: *** No rule to make target
`/home/me/git/pljava/src/java/pljava/Makefile'. Stop.
make[1]: Leaving directory `/home/me/git/pljava/build/classes/pljava'
make: *** [pljava_all] Error 2

hoookay.

$ ls src/java/
Makefile.global test

no such directory as ./src/java/pljava to even have a Makefile ? ummmmm.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message John R Pierce 2014-11-21 00:12:59 [Pljava-dev] pljava on centos 6.5 64bit and postgres 9.? and java ?
Previous Message John R Pierce 2014-11-20 23:15:12 [Pljava-dev] pljava on centos 6.5 64bit and postgres 9.? and java ?