From: Jonathan B. <jdb...@un...> - 2003-02-12 14:22:16
|
Bruce Sherwood wrote: > One can compile using gcc, using essentially the same libraries as are used > for Linux. Steve Spicklemire came up with minor modifications needed to > compile for Mac OSX, and that's what was used to create the VPython > installer. The reason I ask is that current and older GCC (3.2.1 and 2.95.4 on my machines) use a standard library that includes std::random_access_iterator. This error should only be generated is if a different STL is being used on the host system. Jonathan. |