From: alberto at unex.es (Alberto Cabello =?UTF-8?B?U8OhbmNoZXo=?=) Date: Sun, 12 Jan 2014 14:31:12 +0100 Subject: [Pljava-dev] Errors building SO In-Reply-To: References: <53D88E97-0A59-44A5-A477-208F800176C8@me.com> <49D2416F-1812-4858-9934-0131C8139169@me.com> <20140110213324.f641c8d1c0ed60ccbd015f5f@unex.es> <398EF45C-1741-41DB-8B02-DCD629A38A10@me.com> Message-ID: <20140112143112.9e72e4ca78388fe008a7c221@unex.es> On Sat, 11 Jan 2014 17:37:10 -0800 Hal Hildebrand 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 ${PGSQL_INCLUDEDIR} ${PGSQL_INCLUDEDIR-SERVER} /home/pljava/git/pljava/pljava-so/src/main/include/ /home/pljava/git/pljava/pljava-so/target/nar/javah-include/ 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