Failed Compile -- Solution (assert not declared).

From: Rage NotGiven <sxwiki_at_gmail.com>
Date: Mon, 19 May 2008 20:55:04 -0400

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_at_web-polygraph.org
http://www.web-polygraph.org/mailman/listinfo/users
Received on Mon May 19 2008 - 21:37:06 MDT

This archive was generated by hypermail 2.2.0 : Tue May 20 2008 - 12:00:09 MDT