Re: Failed Compile -- Solution (assert not declared).
Alex Rousskov <[email protected]> Tue, 20 May 2008 07:32:10 -0600
| Newsgroups | gmane.comp.web.web-polygraph.user |
|---|---|
| Message-ID | <1211290330.11005.29.camel@pail> |
On Mon, 2008-05-19 at 20:55 -0400, Rage NotGiven wrote: > Just got 3.15 from > http://www.web-polygraph.org/downloads/srcs/polygraph-3.1.5-src.tgz ,and > it fails to compile, with the error: > > g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/usr/include -g -O1 > -Wall -Wwrite-strings -Woverloaded-virtual -MT SslWrap.o -MD -MP -MF > .deps/SslWrap.Tpo -c -o SslWrap.o SslWrap.cc > SslWrap.cc: In member function ‘bool SslCommand::runIfNeeded()’: > SslWrap.cc:347: error: ‘assert’ was not declared in this scope > SslWrap.cc: In member function ‘String SslCommand::calcKey(const > String&) const’: > SslWrap.cc:396: error: ‘assert’ was not declared in this scope > make[3]: *** [SslWrap.o] Error 1 > make[3]: Leaving directory `/home/sql/Desktop/polygraph-3.1.5/src/runtime' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/sql/Desktop/polygraph-3.1.5/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/sql/Desktop/polygraph-3.1.5' > make: *** [all] Error 2 > > Adding: > > #include <assert.h> > > To src/runtime/SslWrap.cc fixes this issue. The bug has been fixed by adding #include "xstd/Assert.h" The fix will be available in the next release. Thank you, Alex. _______________________________________________ Users mailing list [email protected] http://www.web-polygraph.org/mailman/listinfo/users