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++ -c -pipe -O3 -DNDEBUG -Wall main.cxx 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 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. g++ -c -pipe -O3 -DNDEBUG -Wall Address.cxx g++ -c -pipe -O3 -DNDEBUG -Wall Config.cxx g++ -c -pipe -O3 -DNDEBUG -Wall Input.cxx g++ -c -pipe -O3 -DNDEBUG -Wall LongUDPSocket.cxx g++ -c -pipe -O3 -DNDEBUG -Wall ObjectPool.cxx g++ -c -pipe -O3 -DNDEBUG -Wall Output.cxx g++ -c -pipe -O3 -DNDEBUG -Wall SocketLibrary.cxx g++ -c -pipe -O3 -DNDEBUG -Wall UDPSocket.cxx g++ -c -pipe -O3 -DNDEBUG -Wall basic.cxx g++ -c -pipe -O3 -DNDEBUG -Wall getBlock.cxx 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 getBlock.cxx:2: /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. g++ -c -pipe -O3 -DNDEBUG -Wall getPoly.cxx g++ -c -pipe -O3 -DNDEBUG -Wall getShindo.cxx 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 getShindo.cxx:2: /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. g++ -c -pipe -O3 -DNDEBUG -Wall initArea.cxx g++ -c -pipe -O3 -DNDEBUG -Wall polygonIn.cxx 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 polygonIn.cxx:2: /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. 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 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++ -c -pipe -O3 -Wall main.cxx g++ -c -pipe -O3 -Wall Address.cxx g++ -c -pipe -O3 -Wall Config.cxx g++ -c -pipe -O3 -Wall Input.cxx g++ -c -pipe -O3 -Wall LongUDPSocket.cxx g++ -c -pipe -O3 -Wall ObjectPool.cxx g++ -c -pipe -O3 -Wall Output.cxx g++ -c -pipe -O3 -Wall SocketLibrary.cxx g++ -c -pipe -O3 -Wall UDPSocket.cxx g++ -c -pipe -O3 -Wall basic.cxx g++ -c -pipe -O3 -Wall collapse_check.cxx g++ -c -pipe -O3 -Wall getPoly.cxx g++ -c -pipe -O3 -Wall getAccel.cxx g++ -c -pipe -O3 -Wall polygonIn.cxx g++ -c -pipe -O3 -Wall getDamageRatio.cxx g++ -c -pipe -O3 -Wall phi.cxx 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 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++ -c -pipe -O3 -DNDEBUG -Wall main.cxx main.cxx: In function `void makeWorld(Rescue::Config&, Rescue::ObjectPool&, int, const char*, const char*, Rescue::S32)': main.cxx:473: warning: long int format, int arg (arg 3) main.cxx:473: warning: long int format, int arg (arg 4) main.cxx:473: warning: long int format, int arg (arg 5) main.cxx:473: warning: long int format, int arg (arg 6) main.cxx:473: warning: long int format, int arg (arg 7) main.cxx:486: warning: long int format, int arg (arg 3) main.cxx:486: warning: long int format, int arg (arg 4) main.cxx:486: warning: long int format, int arg (arg 5) main.cxx:486: warning: long int format, int arg (arg 6) main.cxx:486: warning: long int format, int arg (arg 7) main.cxx:499: warning: long int format, int arg (arg 3) main.cxx:499: warning: long int format, int arg (arg 4) main.cxx:499: warning: long int format, int arg (arg 5) main.cxx:499: warning: long int format, int arg (arg 6) main.cxx:499: warning: long int format, int arg (arg 7) main.cxx:512: warning: long int format, int arg (arg 3) main.cxx:512: warning: long int format, int arg (arg 4) main.cxx:512: warning: long int format, int arg (arg 5) main.cxx:512: warning: long int format, int arg (arg 6) main.cxx:512: warning: long int format, int arg (arg 7) main.cxx:526: warning: long int format, int arg (arg 3) main.cxx:526: warning: long int format, int arg (arg 4) main.cxx:526: warning: long int format, int arg (arg 5) main.cxx:526: warning: long int format, int arg (arg 6) main.cxx:526: warning: long int format, int arg (arg 7) main.cxx:526: warning: long int format, int arg (arg 8) main.cxx:526: warning: long int format, int arg (arg 9) main.cxx:526: warning: long int format, int arg (arg 10) main.cxx:526: warning: long int format, int arg (arg 11) main.cxx:553: warning: long int format, int arg (arg 3) main.cxx:553: warning: long int format, int arg (arg 4) main.cxx:553: warning: long int format, int arg (arg 5) main.cxx:553: warning: long int format, int arg (arg 6) main.cxx:553: warning: long int format, int arg (arg 7) main.cxx:553: warning: long int format, int arg (arg 8) main.cxx:553: warning: long int format, int arg (arg 9) main.cxx:553: warning: long int format, int arg (arg 10) main.cxx:553: warning: long int format, int arg (arg 11) main.cxx:580: warning: long int format, int arg (arg 3) main.cxx:580: warning: long int format, int arg (arg 4) main.cxx:580: warning: long int format, int arg (arg 5) main.cxx:580: warning: long int format, int arg (arg 6) main.cxx:580: warning: long int format, int arg (arg 7) main.cxx:580: warning: long int format, int arg (arg 8) main.cxx:580: warning: long int format, int arg (arg 9) main.cxx:580: warning: long int format, int arg (arg 10) main.cxx:580: warning: long int format, int arg (arg 11) main.cxx:607: warning: long int format, int arg (arg 3) main.cxx:607: warning: long int format, int arg (arg 4) main.cxx:607: warning: long int format, int arg (arg 5) main.cxx:607: warning: long int format, int arg (arg 6) main.cxx:607: warning: long int format, int arg (arg 7) main.cxx:607: warning: long int format, int arg (arg 8) main.cxx:607: warning: long int format, int arg (arg 9) main.cxx:607: warning: long int format, int arg (arg 10) main.cxx:607: warning: long int format, int arg (arg 11) main.cxx:633: warning: long int format, int arg (arg 3) main.cxx:633: warning: long int format, int arg (arg 4) main.cxx:633: warning: long int format, int arg (arg 5) main.cxx:633: warning: long int format, int arg (arg 6) main.cxx:633: warning: long int format, int arg (arg 7) main.cxx:992: warning: converting to non-pointer type `bool' from NULL main.cxx:275: warning: unused variable 'MoveObjR' main.cxx:984: warning: unused variable 'bFire' main.cxx:246: warning: 'pAllBuilding' might be used uninitialized in this function main.cxx: At global scope: main.cxx:15: warning: 'randomSeed' defined but not used g++ -c -pipe -O3 -DNDEBUG -Wall Address.cxx g++ -c -pipe -O3 -DNDEBUG -Wall Config.cxx g++ -c -pipe -O3 -DNDEBUG -Wall Input.cxx g++ -c -pipe -O3 -DNDEBUG -Wall LongUDPSocket.cxx g++ -c -pipe -O3 -DNDEBUG -Wall ObjectPool.cxx g++ -c -pipe -O3 -DNDEBUG -Wall Output.cxx g++ -c -pipe -O3 -DNDEBUG -Wall SocketLibrary.cxx g++ -c -pipe -O3 -DNDEBUG -Wall UDPSocket.cxx g++ -c -pipe -O3 -DNDEBUG -Wall basic.cxx g++ -o gis main.o Address.o Config.o Input.o LongUDPSocket.o ObjectPool.o Output.o SocketLibrary.o UDPSocket.o basic.o -lm 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' g++ -c -pipe -O3 -DNDEBUG -Wall Address.cxx g++ -c -pipe -O3 -DNDEBUG -Wall Agent.cxx g++ -c -pipe -O3 -DNDEBUG -Wall Config.cxx g++ -c -pipe -O3 -DNDEBUG -Wall Input.cxx g++ -c -pipe -O3 -DNDEBUG -Wall LongUDPSocket.cxx g++ -c -pipe -O3 -DNDEBUG -Wall ObjectPool.cxx g++ -c -pipe -O3 -DNDEBUG -Wall Output.cxx g++ -c -pipe -O3 -DNDEBUG -Wall SocketLibrary.cxx g++ -c -pipe -O3 -DNDEBUG -Wall System.cxx g++ -c -pipe -O3 -DNDEBUG -Wall UDPSocket.cxx g++ -c -pipe -O3 -DNDEBUG -Wall basic.cxx g++ -c -pipe -O3 -DNDEBUG -Wall main.cxx g++ -c -pipe -O3 -DNDEBUG -Wall RescueSystem.cxx RescueSystem.cxx: In member function `virtual void Rescue::RescueSystem::processCommand(Rescue::Agent*, Rescue::Header, Rescue::S32, Rescue::Input&, const Rescue::LongUDPSocket&)': RescueSystem.cxx:309: warning: unused variable 'direction' RescueSystem.cxx: In member function `void Rescue::RescueSystem::tell(Rescue::Id, char*, Rescue::S32)': RescueSystem.cxx:542: warning: comparison between signed and unsigned integer expressions g++ -c -pipe -O3 -DNDEBUG -Wall RescueObjectPool.cxx g++ -o kernel Address.o Agent.o Config.o Input.o LongUDPSocket.o ObjectPool.o Output.o SocketLibrary.o System.o UDPSocket.o basic.o main.o RescueSystem.o RescueObjectPool.o -lm 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++ -c -pipe -O3 -DNDEBUG -DMISC -DMISC_STATUS -Wall main.cxx 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 MiscProperty.hxx:4, from objects.hxx:13, from ObjectPool.inl:8, from ObjectPool.hxx:80, from MiscObjectPool.hxx:9, from main.cxx: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. g++ -c -pipe -O3 -DNDEBUG -DMISC -DMISC_STATUS -Wall Address.cxx g++ -c -pipe -O3 -DNDEBUG -DMISC -DMISC_STATUS -Wall Config.cxx g++ -c -pipe -O3 -DNDEBUG -DMISC -DMISC_STATUS -Wall Input.cxx g++ -c -pipe -O3 -DNDEBUG -DMISC -DMISC_STATUS -Wall LongUDPSocket.cxx g++ -c -pipe -O3 -DNDEBUG -DMISC -DMISC_STATUS -Wall ObjectPool.cxx 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 MiscProperty.hxx:4, from objects.hxx:13, from ObjectPool.inl:8, from ObjectPool.hxx:80, from ObjectPool.cxx:6: /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. g++ -c -pipe -O3 -DNDEBUG -DMISC -DMISC_STATUS -Wall Output.cxx g++ -c -pipe -O3 -DNDEBUG -DMISC -DMISC_STATUS -Wall SocketLibrary.cxx g++ -c -pipe -O3 -DNDEBUG -DMISC -DMISC_STATUS -Wall UDPSocket.cxx g++ -c -pipe -O3 -DNDEBUG -DMISC -DMISC_STATUS -Wall basic.cxx g++ -c -pipe -O3 -DNDEBUG -DMISC -DMISC_STATUS -Wall MiscObjectPool.cxx 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 MiscProperty.hxx:4, from objects.hxx:13, from ObjectPool.inl:8, from ObjectPool.hxx:80, from MiscObjectPool.hxx:9, from MiscObjectPool.cxx:6: /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. g++ -c -pipe -O3 -DNDEBUG -DMISC -DMISC_STATUS -Wall PolygonData.cxx 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 PolygonData.cxx:2: /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. PolygonData.cxx: In member function `bool Rescue::PolygonData::readPolygonData(std::string)': PolygonData.cxx:50: warning: control reaches end of non-void function 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 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' c++ -c -g -O2 -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -I. -I.. -I../.. -I../../config -Wall -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -o Address.o Address.cxx c++ -c -g -O2 -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -I. -I.. -I../.. -I../../config -Wall -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -o Agent.o Agent.cxx c++ -c -g -O2 -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -I. -I.. -I../.. -I../../config -Wall -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -o Config.o Config.cxx c++ -c -g -O2 -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -I. -I.. -I../.. -I../../config -Wall -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -o Input.o Input.cxx c++ -c -g -O2 -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -I. -I.. -I../.. -I../../config -Wall -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -o LongUDPSocket.o LongUDPSocket.cxx c++ -c -g -O2 -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -I. -I.. -I../.. -I../../config -Wall -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -o ObjectPool.o ObjectPool.cxx c++ -c -g -O2 -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -I. -I.. -I../.. -I../../config -Wall -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -o Output.o Output.cxx c++ -c -g -O2 -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -I. -I.. -I../.. -I../../config -Wall -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -o SocketLibrary.o SocketLibrary.cxx c++ -c -g -O2 -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -I. -I.. -I../.. -I../../config -Wall -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -o UDPSocket.o UDPSocket.cxx c++ -c -g -O2 -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -I. -I.. -I../.. -I../../config -Wall -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -o basic.o basic.cxx ar -r librescue.a Address.o Agent.o Config.o Input.o LongUDPSocket.o ObjectPool.o Output.o SocketLibrary.o UDPSocket.o basic.o 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 utility.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/TimeVal.h:30, from utility.h:28, from utility.cc:18: /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. c++ -c -g -O2 -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -I. -Wall Thread.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/Thread.h:33, from Thread.cc:18: /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. c++ -c -g -O2 -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -I. -Wall Socket.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/Socket.h:35, from Socket.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. c++ -c -g -O2 -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -I. -Wall syserrortab.cc c++ -c -g -O2 -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -I. -Wall WithDescriber.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/TimeVal.h:30, from utility.h:28, from WithDescriber.cc:18: /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. c++ -c -g -O2 -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -I. -Wall SString.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/SString.h:22, from SString.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. c++ -c -g -O2 -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -I. -Wall Buffer.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/Buffer.h:23, from Buffer.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. Buffer.cc: In member function `char Itk::Buffer::putCharSafe(char)': Buffer.cc:53: warning: passing `double' for converting 1 of `Itk::Bool Itk::Buffer::alloc(Itk::UInt, Itk::Bool)' c++ -c -g -O2 -DHAVE_CONFIG_H -DCPU_sparc -DSolaris -I. -Wall GetOpt.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/GetOpt.h:20, from GetOpt.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. 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'