F
Hello,
I'm trying to build OpenLiteSpeed 1.0.4 on a Mac and I'm getting the following error:
n file included from poolalloc.cpp:18:
../../src/util/poolalloc.h:77:16: error: cannot initialize return object of type
'char *' with an rvalue of type 'void *'
return m_pPool->allocate( _Size );
I tired using both ports and brew and get the same error either way.
Thanks
I'm trying to build OpenLiteSpeed 1.0.4 on a Mac and I'm getting the following error:
n file included from poolalloc.cpp:18:
../../src/util/poolalloc.h:77:16: error: cannot initialize return object of type
'char *' with an rvalue of type 'void *'
return m_pPool->allocate( _Size );
I tired using both ports and brew and get the same error either way.
Thanks