Subject: Re: [Pljava-dev] Build Fails on Windows 7 References: <56C41C5B.9000809@lucee.org> <56C4D516.9010403@hogranch.com> <56C4D8C4.4010809@anastigmatix.net> <56C50E87.4070008@lucee.org> <56C51150.1070708@anastigmatix.net> <56C54EE0.2080905@lucee.org> From: "Igal @ Lucee.org" Message-ID: <56C553C3.40408@lucee.org> Date: Wed, 17 Feb 2016 21:16:51 -0800 MIME-Version: 1.0 In-Reply-To: <56C54EE0.2080905@lucee.org> Content-Type: multipart/mixed; boundary="------------010608090802050304060105" This is a multi-part message in MIME format. --------------010608090802050304060105 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit UPDATE: I updated to 1.5.0-BETA1 as Chap suggested in his first reply, and added the g++ to , 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 --------------010608090802050304060105 Content-Type: text/x-moz-deleted; name="Deleted: pljava-mvn-04.log" Content-Transfer-Encoding: 8bit Content-Disposition: inline; filename="Deleted: pljava-mvn-04.log" X-Mozilla-Altered: AttachmentDeleted; date="Tue Aug 16 21:20:35 2016" 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" --------------010608090802050304060105--