Bug 26

Summary: Old C++ compilers are unable to parse component-manager.h
Product: ns-3 Reporter: Gustavo J. A. M. Carneiro <gjcarneiro>
Component: coreAssignee: ns-bugs <ns-bugs>
Status: RESOLVED WONTFIX    
Severity: minor    
Priority: P1    
Version: pre-release   
Hardware: All   
OS: All   
Attachments: Patch to workaround the compiler bug

Description Gustavo J. A. M. Carneiro 2007-05-16 13:18:55 UTC
The problem and workaround is described here:
http://www.comeaucomputing.com/techtalk/templates/#esprobs

This affects gccxml, since it is based on an old version of gcc (3.0.2).  gccxml is used by Py++ to extract definitions from header files.
Comment 1 Gustavo J. A. M. Carneiro 2007-05-16 13:19:42 UTC
Created attachment 14 [details]
Patch to workaround the compiler bug
Comment 2 Gustavo J. A. M. Carneiro 2007-09-13 05:53:06 UTC
I'm not planning to use gccxml now.  I'll reopen if I change my mind...