开发者

Getting libstdc++-v3/python

I am trying to download libstdc++-v3/python to enable pretty printing of stl containers. However, my provider returns: svn: Unknown hostname 'gcc.gnu.org' error. This is the command:

svn co svn://gcc.gnu.org/svn/gcc/trunk/libstdc++-v3/python

Is there an alternative w开发者_开发问答ay to get this package?


try http:// instead of svn:// that would be : svn co http://gcc.gnu.org/svn/gcc/trunk/libstdc++-v3/python


They appear to be available from here now:

https://github.com/gcc-mirror/gcc/blob/master/libstdc%2B%2B-v3/python/libstdcxx/v6/printers.py


I had the same problem it worked with

https://gcc.gnu.org/svn/gcc/trunk/libstdc++-v3/python/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜