From: Jonathan B. <jbr...@ea...> - 2003-09-05 01:17:53
|
On Thu, 2003-09-04 at 20:39, Gary Pajer wrote: > OK: I "reinstalled" Developer Tools December 2002 version (see below), and > gcc now exists, and Numeric > compiled and installed nicely. > > Now: visual won't compile. > I did ./configure --prefix=/sw > > and CPPSFLAGS does = -I/sw/include. > > but make quits with. > > CXX/Include/CXX_Objects.h: At global scope: > CXX/Include/CXX_Objects.h:968: no class template named > `random_access_iterator' > in `std' > CXX/Include/CXX_Objects.h:1079: no class template named > `random_access_iterator > ' in `std' > make[1]: *** [arrow.lo] Error 1 > make: *** [all-recursive] Error 1 What is the output of `gcc --version` (should be 3.1 20020420 (prerelease))? Which version of VPython are you installing (should be 2.1.1)? There should have been a line produced by `configure` that states this: "checking whether the C++ library supports iterator traits... " followed by "yes" or "no". What did it say? (should be 'yes') I don't have this problem on our OSX box, but it was present in an earlier version of VPython. -Jonathan Brandmeyer |