Failed Compile -- Solution (assert not declared).
Rage NotGiven <[email protected]> Mon, 19 May 2008 20:55:04 -0400
| Newsgroups | gmane.comp.web.web-polygraph.user |
|---|---|
| Message-ID | <[email protected]> |
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. Hope this helps. _______________________________________________ Users mailing list Users-mN9fGWdlm5pku/f+YMZH/di2O/[email protected] http://www.web-polygraph.org/mailman/listinfo/users