|
From: pao_drop <pao...@bl...> - 2013-11-30 19:47:26
|
Well,
1) gcc -v yields 4.7.1 as a version. It also gives me a lot of info that
I am too naive to understand...
for this reason I have attached to this Email the detailed results
of this command (gcc-v_infos.txt).
2) I have performed the suggested modification, ie, replacing
setDelimList(delims);
by
this->setDelimList(delims);
and, lo and behold!, the program compiles much further on. But it now stops
on the errors that I mentionned in my initial Email (static
initializations in wxpop3.cpp).
I also have joined the new compiler output (zit.txt).
I think that now we have finally reproduced the initial problem!
|