Hi:

I'm trying to compile a python C++ module called Vpython to help someone out and I'm in way over my head. I am getting errors of the form

CXX/Include/CXX_Objects.h:967: no class template named `random_access_iterator'
in `std'
CXX/Include/CXX_Objects.h:1077: no class template named `random_access_iterator
' in `std'


line 967 etc looks like this:

class iterator
: public random_access_iterator_parent(seqref<T>) {
protected:
friend class SeqBase<T>;
SeqBase<T>* seq;
int count;

If I get this to work I (or someone) will submit it as a fink package, so hopefully this isn't a complete waste of everyone's time.

Homepage: http://www.vpython.org/

Thanks in advance.

Bill Scott



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to