stefanocasazza / ULib

C++ application development framework, to help developers create and deploy applications quickly and simply
GNU Lesser General Public License v3.0
947 stars 107 forks source link

HTTP/2 Option Compilation Error #18

Closed victorstewart closed 8 years ago

victorstewart commented 8 years ago

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

stefanocasazza commented 8 years ago

HI Victor,

it is fixed in the last commit

Thanks