Bugzilla – Full Text Bug Listing |
Summary: | Python Bindings Build Error in Cygwin | ||
---|---|---|---|
Product: | ns-3 | Reporter: | Gavin Weng <gavinweng> |
Component: | python bindings | Assignee: | ns-bugs <ns-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | critical | CC: | gjcarneiro |
Priority: | P2 | ||
Version: | ns-3-dev | ||
Hardware: | PC | ||
OS: | Windows |
Description
Gavin Weng
2008-09-04 00:41:33 UTC
This is due to a gccxml bug: http://www.gccxml.org/Bug/view.php?id=7572 You might get away with it by re-scanning API definitions from within the cygwin environment (./waf --python-scan). However the most likely solution will probably have to be that we disable python bindings in CygWin. If you really care about Python bindings, try building with mingw and native python instead. *** This bug has been marked as a duplicate of bug 297 *** (In reply to comment #1) > This is due to a gccxml bug: http://www.gccxml.org/Bug/view.php?id=7572 > > You might get away with it by re-scanning API definitions from within the > cygwin environment (./waf --python-scan). However the most likely solution > will probably have to be that we disable python bindings in CygWin. > > If you really care about Python bindings, try building with mingw and native > python instead. > I added the above information to the python wiki page and linked to it from the Troubleshooting page. |