public inbox for [email protected]  
help / color / mirror / Atom feed
From: Igal @ Lucee.org <[email protected]>
Subject: Re: [Pljava-dev] Build Fails on Windows 7
Date: Wed, 17 Feb 2016 21:16:51 -0800
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
	<[email protected]>
	<[email protected]>
	<[email protected]>
	<[email protected]>
	<[email protected]>

UPDATE:

I updated to 1.5.0-BETA1 as Chap suggested in his first reply, and added 
the <name>g++</name> to <linker>, and I'm getting different errors (full 
output attached, if you prefer that I do not attach large files please 
let me know).

The errors seem to be about missing header files from PostgreSQL. Here 
is a directory listing of C:/Apps/PGSQL-~1.0/include/server:

total 467
drwxr-xr-x 1 User None     0 Jan 31 22:31 .
drwxr-xr-x 1 User None     0 Jan 31 22:31 ..
drwxr-xr-x 1 User None     0 Jan 31 22:31 access
drwxr-xr-x 1 User None     0 Jan 31 22:31 bootstrap
-rw-r--r-- 1 User None 33994 Jan 31 22:22 c.h
drwxr-xr-x 1 User None     0 Jan 31 22:31 catalog
drwxr-xr-x 1 User None     0 Jan 31 22:31 commands
drwxr-xr-x 1 User None     0 Jan 31 22:31 common
drwxr-xr-x 1 User None     0 Jan 31 22:31 datatype
-rw-r--r-- 1 User None   446 Jan 31 22:22 dynloader.h
drwxr-xr-x 1 User None     0 Jan 31 22:31 executor
-rw-r--r-- 1 User None 30839 Jan 31 22:22 fmgr.h
drwxr-xr-x 1 User None     0 Jan 31 22:31 foreign
-rw-r--r-- 1 User None 10778 Jan 31 22:22 funcapi.h
-rw-r--r-- 1 User None  3986 Jan 31 22:22 getaddrinfo.h
-rw-r--r-- 1 User None   688 Jan 31 22:22 getopt_long.h
drwxr-xr-x 1 User None     0 Jan 31 22:31 lib
drwxr-xr-x 1 User None     0 Jan 31 22:31 libpq
drwxr-xr-x 1 User None     0 Jan 31 22:31 mb
-rw-r--r-- 1 User None 15926 Jan 31 22:22 miscadmin.h
drwxr-xr-x 1 User None     0 Jan 31 22:31 nodes
drwxr-xr-x 1 User None     0 Jan 31 22:31 optimizer
drwxr-xr-x 1 User None     0 Jan 31 22:31 parser
-rw-r--r-- 1 User None 28468 Jan 31 22:22 pg_config.h
-rw-r--r-- 1 User None   328 Jan 31 22:22 pg_config_ext.h
-rw-r--r-- 1 User None 10819 Jan 31 22:22 pg_config_manual.h
-rw-r--r-- 1 User None 12954 Jan 31 22:22 pg_config_os.h
-rw-r--r-- 1 User None  1084 Jan 31 22:22 pg_getopt.h
-rw-r--r-- 1 User None   316 Jan 31 22:22 pg_trace.h
-rw-r--r-- 1 User None 29611 Jan 31 22:22 pgstat.h
-rw-r--r-- 1 User None   752 Jan 31 22:22 pgtar.h
-rw-r--r-- 1 User None  2309 Jan 31 22:22 pgtime.h
-rw-r--r-- 1 User None 27946 Jan 31 22:22 plpgsql.h
drwxr-xr-x 1 User None     0 Jan 31 22:31 port
-rw-r--r-- 1 User None 13752 Jan 31 22:22 port.h
drwxr-xr-x 1 User None     0 Jan 31 22:31 portability
-rw-r--r-- 1 User None 22511 Jan 31 22:22 postgres.h
-rw-r--r-- 1 User None  2109 Jan 31 22:22 postgres_ext.h
-rw-r--r-- 1 User None   763 Jan 31 22:22 postgres_fe.h
drwxr-xr-x 1 User None     0 Jan 31 22:31 postmaster
drwxr-xr-x 1 User None     0 Jan 31 22:31 regex
drwxr-xr-x 1 User None     0 Jan 31 22:31 replication
drwxr-xr-x 1 User None     0 Jan 31 22:31 rewrite
-rw-r--r-- 1 User None   843 Jan 31 22:22 rusagestub.h
drwxr-xr-x 1 User None     0 Jan 31 22:31 snowball
drwxr-xr-x 1 User None     0 Jan 31 22:31 storage
drwxr-xr-x 1 User None     0 Jan 31 22:31 tcop
drwxr-xr-x 1 User None     0 Jan 31 22:31 tsearch
drwxr-xr-x 1 User None     0 Jan 31 22:31 utils
-rw-r--r-- 1 User None  2379 Jan 31 22:22 windowapi.h


Errors from Maven:

[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\type\AclId.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Any.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Array.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\Backend.c:11:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\type\BigDecimal.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Boolean.c:11:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Byte.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Coerce.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.

0 / 51 files compiled...
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Composite.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Date.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Double.c:11:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/Exception.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\type\ErrorData.c:10:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\Exception.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\ExecutionPlan.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Float.c:11:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\Function.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/HashMap_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\HashMap.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.

0 / 51 files compiled...
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\type\HeapTupleHeader.c:11:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\InstallHelper.c:12:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Integer.c:11:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\Invocation.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/HashMap_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\Iterator.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\JNICalls.c:12:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\type\JavaWrapper.c:10:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\type\LargeObject.c:13:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.

0 / 51 files compiled...
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Long.c:11:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Oid.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\PgObject.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\PgSavepoint.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Portal.c:11:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Relation.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/SPI.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\SPI.c:10:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\SQLInputFromChunk.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\SQLInputFromTuple.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.

0 / 51 files compiled...
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\SQLOutputToChunk.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\SQLOutputToTuple.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\Session.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\type\Short.c:11:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.
[ERROR] In file included from C:\Apps\PGSQL-~1.0\include\server/c.h:1114:0,
[ERROR]                  from C:\Apps\PGSQL-~1.0\include\server/postgres.h:47,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/pljava.h:29,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/JNICalls.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/PgObject_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/Type_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\include/pljava/type/String_priv.h:12,
[ERROR]                  from C:\Workspace\git\pljava\pljava-so\src\main\c\type\String.c:9:
[ERROR] C:\Apps\PGSQL-~1.0\include\server/port.h:17:19: fatal error: netdb.h: No such file or directory
[ERROR] compilation terminated.

Thank you,


Igal


Attachments:

  [text/x-moz-deleted] Deleted: pljava-mvn-04.log (261B, ../[email protected]/2-Deleted:%20pljava-mvn-04.log)
  download | inline:
You deleted an attachment from this message. The original MIME headers for the attachment were:
Content-Type: text/plain; charset=UTF-8;
 name="pljava-mvn-04.log"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
 filename="pljava-mvn-04.log"


view thread (23+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: [Pljava-dev] Build Fails on Windows 7
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox