Bug 26 - Old C++ compilers are unable to parse component-manager.h
Old C++ compilers are unable to parse component-manager.h
Status: RESOLVED WONTFIX
Product: ns-3
Classification: Unclassified
Component: core
pre-release
All All
: P1 minor
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-05-16 13:18 UTC by Gustavo J. A. M. Carneiro
Modified: 2008-07-01 13:32 UTC (History)
0 users

See Also:


Attachments
Patch to workaround the compiler bug (1.71 KB, patch)
2007-05-16 13:19 UTC, Gustavo J. A. M. Carneiro
Details | Diff

Note You need to log in before you can comment on or make changes to this 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...