From: | hal(dot)hildebrand at me(dot)com (Hal Hildebrand) |
---|---|
To: | |
Subject: | [Pljava-dev] Errors building SO |
Date: | 2014-01-12 16:07:42 |
Message-ID: | 8A694458-27B9-4FAD-8544-E5B9C5A487DE@me.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pljava-dev |
So, that?s pretty darn bizarre, as I have the pgsql.properties file in that directory and it has both of those properties defined.
https://www.dropbox.com/s/so4v8iiqhflxsed/pgsql.properties
On Jan 12, 2014, at 5:31 AM, Alberto Cabello S?nchez <alberto at unex.es> wrote:
> On Sat, 11 Jan 2014 17:37:10 -0800
> Hal Hildebrand <hal.hildebrand at me.com> wrote:
>
>> Here?s the link to the output run with -X, which seems to have all
>> the relevant information.
>>
>> https://www.dropbox.com/s/imqafhfb9lflbkr/out.txt
>>
>
> I think this is wrong:
>
> [DEBUG] (f) includePaths = [null, null, /home/pljava/git/pljava/pljava-so/src/main/include/, /home/pljava/git/pljava/pljava-so/target/nar/javah-include/]
>
> includePaths is not hardcoded, but defined in pljava-so/pom.xml as
>
> <includePaths>
> <includePath>${PGSQL_INCLUDEDIR}</includePath>
> <includePath>${PGSQL_INCLUDEDIR-SERVER}</includePath>
> <includePath>/home/pljava/git/pljava/pljava-so/src/main/include/</includePath>
> <includePath>/home/pljava/git/pljava/pljava-so/target/nar/javah-include/</includePath>
> </includePaths>
>
> where PGSQL_* should come from pljava-so/pgsql.properties. It seems somehow your setting is not getting the required values (wrong or missing pljava-so/pgsql.properties?), as I just built it successfully with the output:
>
> [DEBUG] (f) includePaths = [/home/alberto/local/include, /home/alberto/local/include/postgresql/server, /home/alberto/src/pljava/pljava-so/src/main/include/, /home/alberto/src/pljava/pljava-so/target/nar/javah-include/]
>
> Hope that helps.
>
> --
> Alberto Cabello S?nchez <alberto at unex.es>
From | Date | Subject | |
---|---|---|---|
Next Message | Hal Hildebrand | 2014-01-12 19:32:03 | [Pljava-dev] Errors building SO |
Previous Message | Alberto Cabello Sánchez | 2014-01-12 13:31:12 | [Pljava-dev] Errors building SO |