From: Johnathan G. <da...@us...> - 2002-02-16 07:27:39
|
The internal compiler error I mentioned at the Thursday meeting. The error occurs whenever I try to make the gamekernel. It is being caused by line 173 of shared_ptr.h in the xmlpp library. One of the authors mentions in the comment block above this line not to split the preprocessor macros into two lines as it causes problems for some 2.95.2 builds of gcc. Apparently my compiler (gcc 2.95.3) is having issues with the friend declaration of the class shared_ptr on line 173. Has anyone run into this issue before, or am I the first one? In the meanwhile, I'll try to fix it, but if anyone has had this problem before, please let me know! Johnathan |