[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [pbmserv-dev] Zertz?
-> For what it is worth here is the beginning of the output of make:
->
-> g++ -O0 -g -Wall -c xmlite.cxx
-> In file included from xmlite.cxx:26:
-> xmlite.h:74: error: syntax error before `&' token
-> xmlite.h:82: error: syntax error before `&' token
-> xmlite.h:83: error: syntax error before `&' token
-> xmlite.h:86: error: `ostream' was not declared in this scope
->
-> Any hints?
->
You are probably using a newer version of gcc. The code under gipf
can't compile using the newest gcc because the code contains some deprecated.
I am sorry to say it Kurt but the zert,gipf code is not so good c++.
/Martin