Comment # 1 on bug 1069822 from
Error during build with openSSL 1.1.0

[  238s] utils/sshTunnel.cpp:22:0: warning: ignoring #pragma comment 
[-Wunknown-pragmas]
[  238s]  #pragma comment (lib, "Ws2_32.lib")
[  238s]  
[  238s] gcc -DHAVE_CONFIG_H -I. -I.. -I../pgadmin/include/libssh2 
-DDATA_DIR=\"/usr/share/pgadmin3/\" -I../pgadmin/include
-I../pgadmin/include/libssh2   -I/usr/include/pgsql -I/usr/include/pgsql/server
-I/usr/include/pgsql -DHAVE_CONNINFO_PARSE -DDATABASEDESIGNER
-I/usr/lib64/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0
-D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXGTK__ -DEMBED_XRC
-I/usr/include/libxml2 -I/usr/include/libxml2 -DHAVE_OPENSSL_CRYPTO
-DLIBSSH2_OPENSSL  -fmessage-length=0 -grecord-gcc-switches -O2 -Wall
-D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables
-fasynchronous-unwind-tables -fstack-clash-protection -g -c -o libssh2/crypt.o
libssh2/crypt.c
[  238s] libssh2/crypt.c:70:25: error: field 'h' has incomplete type
[  238s]      _libssh2_cipher_ctx h;
[  238s]                          ^
[  238s] libssh2/crypt.c: In function 'crypt_encrypt':
[  238s] libssh2/crypt.c:105:1: warning: control reaches end of non-void
function [-Wreturn-type]
[  238s]  }
[  238s]  ^
[  238s] make[3]: *** [Makefile:5536: libssh2/crypt.o] Error 1
[  238s] make[3]: *** Waiting for unfinished jobs....
[  239s] In file included from utils/sshTunnel.cpp:19:0:
[  239s] ../pgadmin/include/utils/sshTunnel.h: In constructor
'CSSHTunnelThread::CSSHTunnelThread(wxString, wxString, unsigned int, wxString,
wxString, wxString, wxString, const enAuthenticationMethod&, unsigned int)':
[  239s] ../pgadmin/include/utils/sshTunnel.h:96:15: warning:
'CSSHTunnelThread::m_remote_destport' will be initialized after [-Wreorder]


You are receiving this mail because: