if [ ! -f configured ]; then\ /bin/sh ./configure;\ touch configured;\ fi for dir in blockadessimulator collapsesimulator firesimulator gis kernel miscsimulator civilian traffic viewer ; do\ (cd $dir ; make)\ done make[1]: Entering directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/blockadessimulator' g++ -o blockadessimulator main.o Address.o Config.o Input.o LongUDPSocket.o ObjectPool.o Output.o SocketLibrary.o UDPSocket.o basic.o getBlock.o getPoly.o getShindo.o initArea.o polygonIn.o -lm /usr/bin/ld: main.o: Relocations in generic ELF (EM: 2) main.o: could not read symbols: File in wrong format collect2: ld returned 1 exit status make[1]: *** [blockadessimulator] Error 1 make[1]: Leaving directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/blockadessimulator' make[1]: Entering directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/collapsesimulator' g++ -o collapsesimulator main.o Address.o Config.o Input.o LongUDPSocket.o ObjectPool.o Output.o SocketLibrary.o UDPSocket.o basic.o collapse_check.o getPoly.o getAccel.o polygonIn.o getDamageRatio.o phi.o -lm /usr/bin/ld: main.o: Relocations in generic ELF (EM: 2) main.o: could not read symbols: File in wrong format collect2: ld returned 1 exit status make[1]: *** [collapsesimulator] Error 1 make[1]: Leaving directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/collapsesimulator' make[1]: Entering directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/firesimulator' g++ -c -pipe -O3 -g -Wall -DAPPTECH -DTRAINNING -DMKDAT main.cxx In file included from AppTech.hxx:4, from AppTechObjectPool.hxx:10, from main.cxx:11: xy.hxx: In member function `T Rescue::_XY::x() const': xy.hxx:14: error: there are no arguments to `real' that depend on a template parameter, so a declaration of `real' must be available xy.hxx:14: error: (if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated) xy.hxx: In member function `T Rescue::_XY::y() const': xy.hxx:15: error: there are no arguments to `imag' that depend on a template parameter, so a declaration of `imag' must be available In file included from /soft/gcc-3.4/progeny1/lib/gcc/i686-pc-linux-gnu/3.4.1/../../../../../include/c++/3.4.1/backward/iostream.h:31, from AppTechFlammableBuilding.hxx:8, from AppTechObjectPool.hxx:11, from main.cxx:11: /soft/gcc-3.4/progeny1/lib/gcc/i686-pc-linux-gnu/3.4.1/../../../../../include/c++/3.4.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. main.cxx: In function `void extinguish(Rescue::S32&, Rescue::FireBrigade*, Rescue::Input&, Rescue::AppTechObjectPool&, Rescue::Config&)': main.cxx:258: warning: comparison between signed and unsigned integer expressions make[1]: *** [main.o] Error 1 make[1]: Leaving directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/firesimulator' make[1]: Entering directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/gis' g++ -o gis main.o Address.o Config.o Input.o LongUDPSocket.o ObjectPool.o Output.o SocketLibrary.o UDPSocket.o basic.o -lm /usr/bin/ld: main.o: Relocations in generic ELF (EM: 2) main.o: could not read symbols: File in wrong format collect2: ld returned 1 exit status make[1]: *** [gis] Error 1 make[1]: Leaving directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/gis' make[1]: Entering directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/kernel' make[1]: `kernel' is up to date. make[1]: Leaving directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/kernel' make[1]: Entering directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/miscsimulator' g++ -o miscsimulator main.o Address.o Config.o Input.o LongUDPSocket.o ObjectPool.o Output.o SocketLibrary.o UDPSocket.o basic.o MiscObjectPool.o PolygonData.o -lm /usr/bin/ld: main.o: Relocations in generic ELF (EM: 2) main.o: could not read symbols: File in wrong format collect2: ld returned 1 exit status make[1]: *** [miscsimulator] Error 1 make[1]: Leaving directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/miscsimulator' make[1]: Entering directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/civilian' if [ ! -d lib ] ; then mkdir lib ; fi for dir in librescue itk rescuelang ; do\ (cd $dir ; make all)\ done make[2]: Entering directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/civilian/librescue' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/civilian/librescue' make[2]: Entering directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/civilian/itk' rm -f itk ln -s . itk c++ -c -g -O2 -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -I. -Wall SimpleSexp.cc In file included from /soft/gcc-3.4/progeny1/lib/gcc/i686-pc-linux-gnu/3.4.1/../../../../../include/c++/3.4.1/backward/iostream.h:31, from itk/itk/btype.h:71, from itk/SimpleSexp.h:20, from SimpleSexp.cc:17: /soft/gcc-3.4/progeny1/lib/gcc/i686-pc-linux-gnu/3.4.1/../../../../../include/c++/3.4.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. In file included from itk/itk/itk/MemPtrArrayT.h:24, from itk/itk/HeapT.h:24, from itk/SimpleSexp.h:25, from SimpleSexp.cc:17: itk/itk/itk/itk/MemArrayT.h: In constructor `Itk::MemArrayT::RevIterator::RevIterator()': itk/itk/itk/itk/MemArrayT.h:293: error: `array' undeclared (first use this function) itk/itk/itk/itk/MemArrayT.h:293: error: (Each undeclared identifier is reported only once for each function it appears in.) itk/itk/itk/itk/MemArrayT.h: In constructor `Itk::MemArrayT::RevIterator::RevIterator(Itk::MemArrayT*, Itk::UInt)': itk/itk/itk/itk/MemArrayT.h:295: error: `array' undeclared (first use this function) itk/itk/itk/itk/MemArrayT.h: In member function `Content& Itk::MemArrayT::RevIterator::operator*() const': itk/itk/itk/itk/MemArrayT.h:300: error: `array' undeclared (first use this function) itk/itk/itk/itk/MemArrayT.h: In member function `virtual void Itk::MemArrayT::RevIterator::describe(std::ostream&, Itk::Bool) const': itk/itk/itk/itk/MemArrayT.h:305: error: `array' undeclared (first use this function) In file included from itk/itk/HeapT.h:24, from itk/SimpleSexp.h:25, from SimpleSexp.cc:17: itk/itk/itk/MemPtrArrayT.h: In member function `void Itk::MemPtrArrayT::init(char*, Itk::UInt, Itk::UInt)': itk/itk/itk/MemPtrArrayT.h:78: error: `MemArray' has not been declared itk/itk/itk/MemPtrArrayT.h: In member function `void Itk::MemPtrArrayT::expand()': itk/itk/itk/MemPtrArrayT.h:90: error: `size' undeclared (first use this function) itk/itk/itk/MemPtrArrayT.h:90: error: `expandFactor' undeclared (first use this function) itk/itk/itk/MemPtrArrayT.h: In member function `virtual void Itk::MemPtrArrayT::describe(std::ostream&, Itk::Bool) const': itk/itk/itk/MemPtrArrayT.h:110: error: `MemArray' has not been declared itk/itk/itk/MemPtrArrayT.h:113: error: `expandFactor' undeclared (first use this function) itk/itk/itk/MemPtrArrayT.h:116: error: `edge' undeclared (first use this function) itk/itk/itk/MemPtrArrayT.h:118: error: `table' undeclared (first use this function) itk/itk/itk/MemPtrArrayT.h: In member function `void Itk::MemPtrArrayT::expand(Itk::UInt)': itk/itk/itk/MemPtrArrayT.h:137: error: `size' undeclared (first use this function) itk/itk/itk/MemPtrArrayT.h:140: error: `MemArray' has not been declared itk/itk/itk/MemPtrArrayT.h:147: error: `table' undeclared (first use this function) In file included from itk/SimpleSexp.h:25, from SimpleSexp.cc:17: itk/itk/HeapT.h: In constructor `Itk::HeapT::HeapT(char*, Itk::UInt, Itk::UInt)': itk/itk/HeapT.h:102: error: there are no arguments to `init' that depend on a template parameter, so a declaration of `init' must be available itk/itk/HeapT.h:102: error: (if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated) itk/itk/HeapT.h: In member function `Content* Itk::HeapT::getPtr(Itk::Bool)': itk/itk/HeapT.h:113: error: `edge' undeclared (first use this function) itk/itk/HeapT.h:113: error: `size' undeclared (first use this function) itk/itk/HeapT.h:113: error: there are no arguments to `expand' that depend on a template parameter, so a declaration of `expand' must be available itk/itk/HeapT.h:114: error: `table' undeclared (first use this function) itk/itk/HeapT.h: In member function `Itk::UInt Itk::HeapT::toppos() const': itk/itk/HeapT.h:137: error: `edge' undeclared (first use this function) itk/itk/HeapT.h: In member function `void Itk::HeapT::rewind(Itk::UInt)': itk/itk/HeapT.h:144: error: `edge' undeclared (first use this function) itk/itk/itk/MemPtrArrayT.h: In member function `void Itk::MemPtrArrayT::expand() [with Content = Itk::SimpleSexp]': itk/itk/HeapT.h:113: instantiated from `Content* Itk::HeapT::getPtr(Itk::Bool) [with Content = Itk::SimpleSexp]' itk/SimpleSexp.h:213: instantiated from here itk/itk/itk/MemPtrArrayT.h:90: error: return-statement with a value, in function returning 'void' make[2]: *** [SimpleSexp.o] Error 1 make[2]: Leaving directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/civilian/itk' make[2]: Entering directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/civilian/rescuelang' rm -f itk ln -s ../itk itk c++ -c -g -O2 -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -I. -I.. -I../.. -I../../config -Wall FrameSexp.cc In file included from /soft/gcc-3.4/progeny1/lib/gcc/i686-pc-linux-gnu/3.4.1/../../../../../include/c++/3.4.1/backward/iostream.h:31, from itk/itk/btype.h:71, from itk/SimpleSexp2.h:21, from FrameSexp.h:20, from FrameSexp.cc:12: /soft/gcc-3.4/progeny1/lib/gcc/i686-pc-linux-gnu/3.4.1/../../../../../include/c++/3.4.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. In file included from itk/itk/itk/StackT.h:24, from itk/itk/RcylHeapT.h:25, from itk/SimpleSexp2.h:27, from FrameSexp.h:20, from FrameSexp.cc:12: itk/itk/itk/itk/MemArrayT.h: In constructor `Itk::MemArrayT::RevIterator::RevIterator()': itk/itk/itk/itk/MemArrayT.h:293: error: `array' undeclared (first use this function) itk/itk/itk/itk/MemArrayT.h:293: error: (Each undeclared identifier is reported only once for each function it appears in.) itk/itk/itk/itk/MemArrayT.h: In constructor `Itk::MemArrayT::RevIterator::RevIterator(Itk::MemArrayT*, Itk::UInt)': itk/itk/itk/itk/MemArrayT.h:295: error: `array' undeclared (first use this function) itk/itk/itk/itk/MemArrayT.h: In member function `Content& Itk::MemArrayT::RevIterator::operator*() const': itk/itk/itk/itk/MemArrayT.h:300: error: `array' undeclared (first use this function) itk/itk/itk/itk/MemArrayT.h: In member function `virtual void Itk::MemArrayT::RevIterator::describe(std::ostream&, Itk::Bool) const': itk/itk/itk/itk/MemArrayT.h:305: error: `array' undeclared (first use this function) In file included from itk/itk/RcylHeapT.h:25, from itk/SimpleSexp2.h:27, from FrameSexp.h:20, from FrameSexp.cc:12: itk/itk/itk/StackT.h: In constructor `Itk::StackT::StackT(char*, Itk::UInt, Itk::UInt)': itk/itk/itk/StackT.h:122: error: there are no arguments to `init' that depend on a template parameter, so a declaration of `init' must be available itk/itk/itk/StackT.h:122: error: (if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated) itk/itk/itk/StackT.h: In member function `Itk::UInt Itk::StackT::toppos() const': itk/itk/itk/StackT.h:132: error: `edge' undeclared (first use this function) itk/itk/itk/StackT.h: In member function `void Itk::StackT::rewind(Itk::UInt)': itk/itk/itk/StackT.h:139: error: `edge' undeclared (first use this function) itk/itk/itk/StackT.h: In member function `Itk::StackT* Itk::StackT::push(const Content&)': itk/itk/itk/StackT.h:163: error: `edge' undeclared (first use this function) itk/itk/itk/StackT.h:163: error: `size' undeclared (first use this function) itk/itk/itk/StackT.h:163: error: there are no arguments to `expand' that depend on a template parameter, so a declaration of `expand' must be available itk/itk/itk/StackT.h:164: error: `table' undeclared (first use this function) itk/itk/itk/StackT.h: In member function `Content& Itk::StackT::pushTop()': itk/itk/itk/StackT.h:175: error: `edge' undeclared (first use this function) itk/itk/itk/StackT.h:175: error: `size' undeclared (first use this function) itk/itk/itk/StackT.h:175: error: there are no arguments to `expand' that depend on a template parameter, so a declaration of `expand' must be available itk/itk/itk/StackT.h:176: error: `table' undeclared (first use this function) itk/itk/itk/StackT.h: In member function `Content& Itk::StackT::pop()': itk/itk/itk/StackT.h:185: error: `edge' undeclared (first use this function) itk/itk/itk/StackT.h:185: error: `name' undeclared (first use this function) itk/itk/itk/StackT.h:188: error: `table' undeclared (first use this function) itk/itk/itk/StackT.h: In member function `Content& Itk::StackT::popN(Itk::UInt)': itk/itk/itk/StackT.h:197: error: `edge' undeclared (first use this function) itk/itk/itk/StackT.h:197: error: `name' undeclared (first use this function) itk/itk/itk/StackT.h:200: error: `table' undeclared (first use this function) itk/itk/itk/StackT.h: In member function `Itk::Int Itk::StackT::removeAll(const Content&)': itk/itk/itk/StackT.h:212: error: `edge' undeclared (first use this function) itk/itk/itk/StackT.h:213: error: `table' undeclared (first use this function) itk/itk/itk/StackT.h: In member function `void Itk::StackT::removeNthTop(Itk::UInt)': itk/itk/itk/StackT.h:230: error: `edge' undeclared (first use this function) itk/itk/itk/StackT.h:230: error: `name' undeclared (first use this function) itk/itk/itk/StackT.h:233: error: `table' undeclared (first use this function) itk/itk/itk/StackT.h: In member function `void Itk::StackT::removeNthBottom(Itk::UInt)': itk/itk/itk/StackT.h:244: error: `edge' undeclared (first use this function) itk/itk/itk/StackT.h:244: error: `name' undeclared (first use this function) itk/itk/itk/StackT.h:247: error: `table' undeclared (first use this function) itk/itk/itk/StackT.h: In member function `Content& Itk::StackT::top() const': itk/itk/itk/StackT.h:260: error: `edge' undeclared (first use this function) itk/itk/itk/StackT.h:260: error: `name' undeclared (first use this function) itk/itk/itk/StackT.h:262: error: `table' undeclared (first use this function) itk/itk/itk/StackT.h: In member function `Content& Itk::StackT::topN(Itk::UInt) const': itk/itk/itk/StackT.h:271: error: `edge' undeclared (first use this function) itk/itk/itk/StackT.h:271: error: `name' undeclared (first use this function) itk/itk/itk/StackT.h:273: error: `table' undeclared (first use this function) itk/itk/itk/StackT.h: In member function `Content& Itk::StackT::bottomN(Itk::UInt) const': itk/itk/itk/StackT.h:282: error: `edge' undeclared (first use this function) itk/itk/itk/StackT.h:282: error: `name' undeclared (first use this function) itk/itk/itk/StackT.h:284: error: `table' undeclared (first use this function) itk/itk/itk/StackT.h: In member function `Content* Itk::StackT::pushGetTopPtr()': itk/itk/itk/StackT.h:295: error: `edge' undeclared (first use this function) itk/itk/itk/StackT.h:295: error: `size' undeclared (first use this function) itk/itk/itk/StackT.h:295: error: there are no arguments to `expand' that depend on a template parameter, so a declaration of `expand' must be available itk/itk/itk/StackT.h:296: error: `table' undeclared (first use this function) itk/itk/itk/StackT.h: In member function `virtual void Itk::StackT::describe(std::ostream&, Itk::Bool) const': itk/itk/itk/StackT.h:310: error: `name' undeclared (first use this function) itk/itk/itk/StackT.h:311: error: `edge' undeclared (first use this function) itk/itk/itk/StackT.h:311: error: `size' undeclared (first use this function) itk/itk/itk/StackT.h:315: error: `expandFactor' undeclared (first use this function) In file included from itk/itk/itk/HeapT.h:24, from itk/itk/RcylHeapT.h:26, from itk/SimpleSexp2.h:27, from FrameSexp.h:20, from FrameSexp.cc:12: itk/itk/itk/itk/MemPtrArrayT.h: In member function `void Itk::MemPtrArrayT::init(char*, Itk::UInt, Itk::UInt)': itk/itk/itk/itk/MemPtrArrayT.h:78: error: `MemArray' has not been declared itk/itk/itk/itk/MemPtrArrayT.h: In member function `void Itk::MemPtrArrayT::expand()': itk/itk/itk/itk/MemPtrArrayT.h:90: error: `size' undeclared (first use this function) itk/itk/itk/itk/MemPtrArrayT.h:90: error: `expandFactor' undeclared (first use this function) itk/itk/itk/itk/MemPtrArrayT.h: In member function `virtual void Itk::MemPtrArrayT::describe(std::ostream&, Itk::Bool) const': itk/itk/itk/itk/MemPtrArrayT.h:110: error: `MemArray' has not been declared itk/itk/itk/itk/MemPtrArrayT.h:113: error: `expandFactor' undeclared (first use this function) itk/itk/itk/itk/MemPtrArrayT.h:116: error: `edge' undeclared (first use this function) itk/itk/itk/itk/MemPtrArrayT.h:118: error: `table' undeclared (first use this function) itk/itk/itk/itk/MemPtrArrayT.h: In member function `void Itk::MemPtrArrayT::expand(Itk::UInt)': itk/itk/itk/itk/MemPtrArrayT.h:137: error: `size' undeclared (first use this function) itk/itk/itk/itk/MemPtrArrayT.h:140: error: `MemArray' has not been declared itk/itk/itk/itk/MemPtrArrayT.h:147: error: `table' undeclared (first use this function) In file included from itk/itk/RcylHeapT.h:26, from itk/SimpleSexp2.h:27, from FrameSexp.h:20, from FrameSexp.cc:12: itk/itk/itk/HeapT.h: In constructor `Itk::HeapT::HeapT(char*, Itk::UInt, Itk::UInt)': itk/itk/itk/HeapT.h:102: error: there are no arguments to `init' that depend on a template parameter, so a declaration of `init' must be available itk/itk/itk/HeapT.h: In member function `Content* Itk::HeapT::getPtr(Itk::Bool)': itk/itk/itk/HeapT.h:113: error: `edge' undeclared (first use this function) itk/itk/itk/HeapT.h:113: error: `size' undeclared (first use this function) itk/itk/itk/HeapT.h:113: error: there are no arguments to `expand' that depend on a template parameter, so a declaration of `expand' must be available itk/itk/itk/HeapT.h:114: error: `table' undeclared (first use this function) itk/itk/itk/HeapT.h: In member function `Itk::UInt Itk::HeapT::toppos() const': itk/itk/itk/HeapT.h:137: error: `edge' undeclared (first use this function) itk/itk/itk/HeapT.h: In member function `void Itk::HeapT::rewind(Itk::UInt)': itk/itk/itk/HeapT.h:144: error: `edge' undeclared (first use this function) FrameSexp.cc:17:1: warning: "ITK_FRAME_DEF_KEYSYM_HEAD" redefined In file included from FrameSexp.cc:12: FrameSexp.h:57:1: warning: this is the location of the previous definition itk/itk/itk/itk/MemPtrArrayT.h: In member function `void Itk::MemPtrArrayT::expand() [with Content = Itk::SimpleSexp2]': itk/itk/RcylHeapT.h:105: instantiated from `void Itk::RcylHeapT::expand() [with Content = Itk::SimpleSexp2]' itk/itk/RcylHeapT.h:120: instantiated from `Content* Itk::RcylHeapT::getPtr() [with Content = Itk::SimpleSexp2]' itk/SimpleSexp2.h:1117: instantiated from here itk/itk/itk/itk/MemPtrArrayT.h:90: error: return-statement with a value, in function returning 'void' make[2]: *** [FrameSexp.o] Error 1 make[2]: Leaving directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/civilian/rescuelang' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/civilian' make[1]: Entering directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/traffic' javac -O -classpath . Blockade.java Constants.java CuttingLanes.java Destination.java HeaderConstants.java IO.java Lane.java Main.java Obstruction.java Route.java Simulator.java TurningPoint.java Util.java Viewer.java WorldModel.java object/AmbulanceCenter.java object/AmbulanceTeam.java object/Building.java object/Car.java object/Civilian.java object/Edge.java object/FireBrigade.java object/FireStation.java object/Humanoid.java object/MotionlessObject.java object/MovingObject.java object/Node.java object/PointObject.java object/PoliceForce.java object/PoliceOffice.java object/PropertyConstants.java object/RealObject.java object/Refuge.java object/RescueObject.java object/River.java object/RiverNode.java object/Road.java object/RoadCell.java object/TypeConstants.java object/Vertex.java object/VirtualObject.java object/World.java make[1]: Leaving directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/traffic' make[1]: Entering directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/viewer' javac -classpath . viewer/*.java viewer/object/*.java make[1]: Leaving directory `/home/vfac01/svarez/rescue-0_46alpha-unix/program/viewer'