when I tried 'sudo make install' after './configure --enable-debug --enable-http2', there was the following error....
Making install in src/ulib
CC all_c.lo
CXX all_cpp.lo
In file included from all_cpp.cpp:101:
./utility/http2.cpp:981:52: error: member access into incomplete type
'USSLSocket'
UASSERT(((USSLSocket)UServerBase::csocket)->isSSL())
^
../../include/ulib/net/ipaddress.h:52:7: note: forward declaration of
'USSLSocket'
class USSLSocket;
^
1 error generated.
make[1]: ** [all_cpp.lo] Error 1
make: *\ [install-recursive] Error 1
when I tried 'sudo make install' after './configure --enable-debug --enable-http2', there was the following error....
Making install in src/ulib CC all_c.lo CXX all_cpp.lo In file included from all_cpp.cpp:101: ./utility/http2.cpp:981:52: error: member access into incomplete type 'USSLSocket' UASSERT(((USSLSocket)UServerBase::csocket)->isSSL()) ^ ../../include/ulib/net/ipaddress.h:52:7: note: forward declaration of 'USSLSocket' class USSLSocket; ^ 1 error generated. make[1]: ** [all_cpp.lo] Error 1 make: *\ [install-recursive] Error 1