--- Dependency check [begin] ---


--- Dependency check [end] ---



--- Distribution check [begin] ---

Version 3.140.1 - 2025-01-21 (AI)
Information: this ChangeLog entry matches the version number:
 Version 3.140.1 - 2025-01-21 (AI)

Now checking git repository...
fatal: not a git repository (or any parent up to mount point /Volumes)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).


--- Distribution check [end] ---

Dependencies for oalcxx
Dependencies for oalf90
Dependencies for odfbrowseinfo
Dependencies for oal
Dependencies for ahfgen
Dependencies for auxhkgen_emos
Dependencies for auxhkgen_epn
Dependencies for attitudeLocator
Dependencies for dalutils
Dependencies for exposures
Dependencies for oalserver
Dependencies for oalutils
Dependencies for tags
Dependencies for positionLocator
Dependencies for timeCorrelator
Dependencies for oalmisc
Dependencies for tags2
Dependencies for timecorrfit
Dependencies for framecntr2obt
Dependencies for readraf
Dependencies for odfinfo
Dependencies for oalstate
Dependencies for cmporbit
Dependencies for rgsdiagnostic
Dependencies for buildTimeCorr
Dependencies for oaltest
Dependencies for odffiles
Dependencies for oalexample
Dependencies for oaltest2
Dependencies for oaltestepn
Dependencies for exposures
Dependencies for checkbadpix
Dependencies for ermtest
( test -h oaltypes.f90 || ln -s ../../f90/oaltypes.f90 . )
( test -h oal.f90 || ln -s ../../f90/oal.f90 . )
( test -h oalexample.f90 || ln -s ../../f90test/oalexample.f90 . )
( test -h caloaldefs.f90 || ln -s ../../../../include/caloaldefs.f90 . )
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I.  AuxHKaccess.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/STime.h:128,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:114,
                 from AuxHKaccess.h:45,
                 from AuxHKaccess.cc:117:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from Odf.h:71,
                 from AuxHKaccess.cc:123:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /opt/local/include/gcc12/c++/bits/locale_classes.h:40,
                 from /opt/local/include/gcc12/c++/bits/ios_base.h:41,
                 from /opt/local/include/gcc12/c++/ios:42,
                 from /opt/local/include/gcc12/c++/ostream:38,
                 from /opt/local/include/gcc12/c++/iostream:39,
                 from AuxHKaccess.cc:112:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
In file included from AuxHKaccess.cc:125:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/CalOalUtility.h:249:38: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
  249 | class mem_fun_bin_op_t : public std::binary_function<const T*, R, bool> {
      |                                      ^~~~~~~~~~~~~~~
/opt/local/include/gcc12/c++/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
AuxHKaccess.cc: In constructor 'EpnAuxDataServer::EpnAuxDataServer(const OalServer*, short unsigned int, short unsigned int, short unsigned int, unsigned int, std::vector<double>)':
AuxHKaccess.cc:583:89: warning: 'std::binder2nd<_Operation> std::bind2nd(const _Operation&, const _Tp&) [with _Operation = greater<double>; _Tp = double]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
  583 |                                                                                  bind2nd(greater<double>(), 0.));
      |                                                                                  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/bits/stl_function.h:1438:
/opt/local/include/gcc12/c++/backward/binders.h:172:5: note: declared here
  172 |     bind2nd(const _Operation& __fn, const _Tp& __x)
      |     ^~~~~~~
AuxHKaccess.cc:619:90: warning: 'std::binder2nd<_Operation> std::bind2nd(const _Operation&, const _Tp&) [with _Operation = greater<double>; _Tp = double]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
  619 |                                                                                   bind2nd(greater<double>(),
      |                                                                                   ~~~~~~~^~~~~~~~~~~~~~~~~~~
  620 |                                                                                                                         1.05*_frameTime));
      |                                                                                                                         ~~~~~~~~~~~~~~~~
/opt/local/include/gcc12/c++/backward/binders.h:172:5: note: declared here
  172 |     bind2nd(const _Operation& __fn, const _Tp& __x)
      |     ^~~~~~~
AuxHKaccess.cc: In member function 'void EpnAuxDataServer::correctAnomalies()':
AuxHKaccess.cc:915:66: warning: 'std::binder2nd<_Operation> std::bind2nd(const _Operation&, const _Tp&) [with _Operation = not_equal_to<int>; _Tp = int]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
  915 |                                                           bind2nd(not_equal_to<int>(), 32767));
      |                                                           ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/local/include/gcc12/c++/backward/binders.h:172:5: note: declared here
  172 |     bind2nd(const _Operation& __fn, const _Tp& __x)
      |     ^~~~~~~
AuxHKaccess.cc:1046:65: warning: 'std::binder2nd<_Operation> std::bind2nd(const _Operation&, const _Tp&) [with _Operation = greater<double>; _Tp = double]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
 1046 |                                                          bind2nd(greater<double>(), sign*absMatchDelta))
      |                                                          ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/local/include/gcc12/c++/backward/binders.h:172:5: note: declared here
  172 |     bind2nd(const _Operation& __fn, const _Tp& __x)
      |     ^~~~~~~
AuxHKaccess.cc:1048:65: warning: 'std::binder2nd<_Operation> std::bind2nd(const _Operation&, const _Tp&) [with _Operation = less<double>; _Tp = double]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
 1048 |                                                          bind2nd(less<double>(), sign*absMatchDelta));
      |                                                          ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/local/include/gcc12/c++/backward/binders.h:172:5: note: declared here
  172 |     bind2nd(const _Operation& __fn, const _Tp& __x)
      |     ^~~~~~~
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I.  OalUtils.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from OalUtils.cc:47:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I.  OalServer.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from Odf.h:67,
                 from TimeCorrelator.h:77,
                 from OalServer.h:58,
                 from OalServer.cc:96:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117,
                 from Odf.h:68:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from Odf.h:71:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /opt/local/include/gcc12/c++/bits/locale_classes.h:40,
                 from /opt/local/include/gcc12/c++/bits/ios_base.h:41,
                 from /opt/local/include/gcc12/c++/ios:42,
                 from /opt/local/include/gcc12/c++/istream:38,
                 from /opt/local/include/gcc12/c++/sstream:38,
                 from OalServer.cc:92:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
OalServer.cc: In member function 'const TimeCorrelator* OalServer::newTimeCorrelator(const STime&) const':
OalServer.cc:447:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  447 |                 if (v.size() > 1)
      |                 ^~
OalServer.cc:449:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  449 |                         if (deg<-1)
      |                         ^~
OalServer.cc:466:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  466 |                 if (v.size() > 3)
      |                 ^~
OalServer.cc:468:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  468 |                         if (frac < 0. || frac >= 1.)
      |                         ^~
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I.  Odf.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from Odf.h:67,
                 from Odf.cc:161:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117,
                 from Odf.h:68:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from Odf.h:71:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /opt/local/include/gcc12/c++/bits/locale_classes.h:40,
                 from /opt/local/include/gcc12/c++/bits/ios_base.h:41,
                 from /opt/local/include/gcc12/c++/ios:42,
                 from /opt/local/include/gcc12/c++/istream:38,
                 from /opt/local/include/gcc12/c++/fstream:38,
                 from Odf.cc:156:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
In file included from Odf.cc:164:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/CalOalUtility.h:249:38: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
  249 | class mem_fun_bin_op_t : public std::binary_function<const T*, R, bool> {
      |                                      ^~~~~~~~~~~~~~~
/opt/local/include/gcc12/c++/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
Odf.cc: In member function 'const OdfSet* Odf::selectDiscardedLinesDataSet(bool) const':
Odf.cc:861:72: warning: 'std::binder2nd<_Operation> std::bind2nd(const _Operation&, const _Tp&) [with _Operation = mem_fun_bin_op_t<OdfSet, unsigned int, equal_to<unsigned int> >; _Tp = unsigned int]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
  861 |                                                                 bind2nd(mem_fun_bin_op(&OdfSet::ccdNr,equal_to<unsigned>()),
      |                                                                 ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  862 |                                                                                 ccd));
      |                                                                                 ~~~~
In file included from /opt/local/include/gcc12/c++/bits/stl_function.h:1438:
/opt/local/include/gcc12/c++/backward/binders.h:172:5: note: declared here
  172 |     bind2nd(const _Operation& __fn, const _Tp& __x)
      |     ^~~~~~~
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I.  TimeCorrelator.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from Odf.h:67,
                 from TimeCorrelator.h:77,
                 from TimeCorrelator.cc:84:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117,
                 from Odf.h:68:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from Odf.h:71:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /opt/local/include/gcc12/c++/bits/locale_classes.h:40,
                 from /opt/local/include/gcc12/c++/bits/ios_base.h:41,
                 from /opt/local/include/gcc12/c++/iomanip:40,
                 from TimeCorrelator.cc:81:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
In file included from TimeCorrelator.cc:85:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/CalOalUtility.h:249:38: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
  249 | class mem_fun_bin_op_t : public std::binary_function<const T*, R, bool> {
      |                                      ^~~~~~~~~~~~~~~
/opt/local/include/gcc12/c++/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
In file included from TimeCorrelator.cc:93:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/slatec.h: In function 'void ___dum(VFunvPtr)':
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/slatec.h:359:13: warning: infinite recursion detected [-Winfinite-recursion]
  359 | static void ___dum(VFunvPtr) {
      |             ^~~~~~
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/slatec.h:360:15: note: recursive call
  360 |         ___dum(reinterpret_cast<VFunvPtr>(___dum));
      |         ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I.  TimeTags.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/STime.h:128,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:114,
                 from TimeTags.h:50,
                 from TimeTags.cc:122:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from Odf.h:71,
                 from TimeTags.cc:124:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Dal.h:30,
                 from TimeTags.cc:119:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
In file included from TimeTags.cc:126:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/CalOalUtility.h:249:38: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
  249 | class mem_fun_bin_op_t : public std::binary_function<const T*, R, bool> {
      |                                      ^~~~~~~~~~~~~~~
/opt/local/include/gcc12/c++/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I.  AttitudeLocator.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from Odf.h:67,
                 from AttitudeLocator.h:57,
                 from AttitudeLocator.cc:83:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117,
                 from Odf.h:68:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from Odf.h:71:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /opt/local/include/gcc12/c++/bits/locale_classes.h:40,
                 from /opt/local/include/gcc12/c++/bits/ios_base.h:41,
                 from /opt/local/include/gcc12/c++/ios:42,
                 from /opt/local/include/gcc12/c++/istream:38,
                 from /opt/local/include/gcc12/c++/fstream:38,
                 from AttitudeLocator.cc:78:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
In file included from AttitudeLocator.cc:85:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/CalOalUtility.h:249:38: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
  249 | class mem_fun_bin_op_t : public std::binary_function<const T*, R, bool> {
      |                                      ^~~~~~~~~~~~~~~
/opt/local/include/gcc12/c++/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
AttitudeLocator.cc: In member function 'SpacecraftAttitude AttitudeLocator::attitude(double) const':
AttitudeLocator.cc:685:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  685 |         for (unsigned n=0; n<pointsRequired; ++n)
      |         ^~~
AttitudeLocator.cc:688:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  688 |             for (unsigned n=0; n<pointsRequired; ++n) {
      |             ^~~
In file included from /opt/local/include/gcc12/c++/cassert:44,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/f90cxx.h:28,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/CalOalUtility.h:56:
AttitudeLocator.cc: In member function 'void AttitudeLocator::constructFromTHF(const std::string&, const STime&, const STime&)':
AttitudeLocator.cc:472:16: warning: 'nonnull' argument 'ahfSetName' compared to NULL [-Wnonnull-compare]
  472 |         assert(&ahfSetName && &startTime && &stopTime);
      |                ^~~~~~~~~~~
AttitudeLocator.cc:472:31: warning: 'nonnull' argument 'startTime' compared to NULL [-Wnonnull-compare]
  472 |         assert(&ahfSetName && &startTime && &stopTime);
      |                               ^~~~~~~~~~
AttitudeLocator.cc:472:45: warning: 'nonnull' argument 'stopTime' compared to NULL [-Wnonnull-compare]
  472 |         assert(&ahfSetName && &startTime && &stopTime);
      |                                             ^~~~~~~~~
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I.  XmmPositionLocator.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from Odf.h:67,
                 from XmmPositionLocator.h:53,
                 from XmmPositionLocator.cc:62:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117,
                 from Odf.h:68:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from Odf.h:71:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /opt/local/include/gcc12/c++/bits/locale_classes.h:40,
                 from /opt/local/include/gcc12/c++/bits/ios_base.h:41,
                 from /opt/local/include/gcc12/c++/ios:42,
                 from /opt/local/include/gcc12/c++/istream:38,
                 from /opt/local/include/gcc12/c++/fstream:38,
                 from XmmPositionLocator.cc:57:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
In file included from XmmPositionLocator.cc:64:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/CalOalUtility.h:249:38: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
  249 | class mem_fun_bin_op_t : public std::binary_function<const T*, R, bool> {
      |                                      ^~~~~~~~~~~~~~~
/opt/local/include/gcc12/c++/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I.  TimeAxis.cc
/opt/local/bin/ar cur liboalcxx.a AuxHKaccess.o OalUtils.o OalServer.o Odf.o TimeCorrelator.o TimeTags.o AttitudeLocator.o XmmPositionLocator.o TimeAxis.o
ranlib liboalcxx.a
/usr/local/bin/g++ -bind_at_load -dynamiclib -single_module -undefined dynamic_lookup -Wl,-install_name,/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib/liboalcxx.dylib -o liboalcxx.dylib AuxHKaccess.o OalUtils.o OalServer.o Odf.o TimeCorrelator.o TimeTags.o AttitudeLocator.o XmmPositionLocator.o TimeAxis.o -lcaloalutils -ldal -lerror -lutils -lslatec  
/usr/local/bin/gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -cpp  -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils oaltypes.f90
/usr/local/bin/gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -cpp  -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils oal.f90
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I.  OalF90cxxGlue.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:67,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/TimeCorrelator.h:77,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/OalServer.h:58,
                 from OalF90cxxGlue.cc:97:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:68:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:71:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from OalF90cxxGlue.cc:94:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
In file included from OalF90cxxGlue.cc:100:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/CalOalUtility.h:249:38: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
  249 | class mem_fun_bin_op_t : public std::binary_function<const T*, R, bool> {
      |                                      ^~~~~~~~~~~~~~~
/opt/local/include/gcc12/c++/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
/opt/local/bin/ar cur liboalf90.a oaltypes.o oal.o OalF90cxxGlue.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: liboalf90.a(oal.o) has no symbols
ranlib liboalf90.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: liboalf90.a(oal.o) has no symbols
/usr/local/bin/g++ -bind_at_load -dynamiclib -single_module -undefined dynamic_lookup -Wl,-install_name,/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib/liboalf90.dylib -o liboalf90.dylib oaltypes.o oal.o OalF90cxxGlue.o -loalcxx -lcaloalutils -ldal -lerror -lutils  
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I.  OdfBrowseInfo.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/STime.h:128,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:114,
                 from OdfInfo.h:55,
                 from OdfBrowseInfo.cc:45:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:71,
                 from OdfBrowseInfo.cc:46:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /opt/local/include/gcc12/c++/bits/locale_classes.h:40,
                 from /opt/local/include/gcc12/c++/bits/ios_base.h:41,
                 from /opt/local/include/gcc12/c++/ios:42,
                 from /opt/local/include/gcc12/c++/istream:38,
                 from /opt/local/include/gcc12/c++/sstream:38,
                 from OdfBrowseInfo.cc:42:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
OdfBrowseInfo.cc:152:40: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
  152 |                                 public binary_function<const OdfInfo::ObservationExposure *,
      |                                        ^~~~~~~~~~~~~~~
/opt/local/include/gcc12/c++/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
OdfBrowseInfo.cc: In constructor 'OalOdf::OalOdf()':
OdfBrowseInfo.cc:234:94: warning: 'std::binder2nd<_Operation> std::bind2nd(const _Operation&, const _Tp&) [with _Operation = laterExposure; _Tp = OdfInfo::ObservationExposure*]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
  234 |                                                                                  std::bind2nd(laterExposure(), exp));
      |                                                                                  ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/bits/stl_function.h:1438:
/opt/local/include/gcc12/c++/backward/binders.h:172:5: note: declared here
  172 |     bind2nd(const _Operation& __fn, const _Tp& __x)
      |     ^~~~~~~
OdfInfo.h:199:7: warning: defaulted move assignment for 'OdfInfo::ObservationExposureList' calls a non-trivial move assignment operator for virtual base 'std::vector<OdfInfo::ObservationExposure*>' [-Wvirtual-move-assign]
  199 | class ObservationExposureList :
      |       ^~~~~~~~~~~~~~~~~~~~~~~
/opt/local/bin/ar cur libodfbrowseinfo.a OdfBrowseInfo.o
ranlib libodfbrowseinfo.a
/usr/local/bin/g++ -bind_at_load -dynamiclib -single_module -undefined dynamic_lookup -Wl,-install_name,/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib/libodfbrowseinfo.dylib -o libodfbrowseinfo.dylib OdfBrowseInfo.o -lcaloalutils -loalcxx -lerror -lutils  
rm -f -fr __combidir__liboal.a && /Volumes/SASCOMP/OSX22SAS/coreutils-8.22/bin/mkdir __combidir__liboal.a && \
	cd __combidir__liboal.a && \
	for l in /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib/liboalcxx.a /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib/liboalf90.a /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib/libodfbrowseinfo.a; do /opt/local/bin/ar x $l ; done && \
	/opt/local/bin/ar cur liboal.a *.o && ranlib liboal.a && mv liboal.a ..
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: liboal.a(oal.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: liboal.a(oal.o) has no symbols
rm -f -fr __combidir__liboal.dylib && /Volumes/SASCOMP/OSX22SAS/coreutils-8.22/bin/mkdir __combidir__liboal.dylib && \
	cd __combidir__liboal.dylib && \
	for l in /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib/liboalcxx.a /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib/liboalf90.a /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib/libodfbrowseinfo.a; do /opt/local/bin/ar x $l ; done && \
	/usr/local/bin/g++ -bind_at_load -dynamiclib -single_module -undefined dynamic_lookup -Wl,-install_name,/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib/liboal.dylib -o liboal.dylib *.o -ldal -lutils -lerror -lslatec   && mv liboal.dylib ..
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I.  ahfgen.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/STime.h:128,
                 from ahfgen.cc:28:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from ahfgen.cc:30:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/CalOalUtility.h:249:38: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
  249 | class mem_fun_bin_op_t : public std::binary_function<const T*, R, bool> {
      |                                      ^~~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Dal.h:30,
                 from ahfgen.cc:27:
/opt/local/include/gcc12/c++/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o ahfgen -loal -ldal -lcaloalutils -lslatec -ldal -lerror -lutils -lslatec ahfgen.o -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I.  auxhkgen_emos.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/STime.h:128,
                 from auxhkgen_emos.cc:30:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from auxhkgen_emos.cc:31:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/CalOalUtility.h:249:38: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
  249 | class mem_fun_bin_op_t : public std::binary_function<const T*, R, bool> {
      |                                      ^~~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Dal.h:30,
                 from auxhkgen_emos.cc:29:
/opt/local/include/gcc12/c++/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o auxhkgen_emos -loal -ldal -lcaloalutils -lslatec -ldal -lerror -lutils -lslatec auxhkgen_emos.o -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I.  auxhkgen_epn.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/STime.h:128,
                 from auxhkgen_epn.cc:32:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from auxhkgen_epn.cc:33:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/CalOalUtility.h:249:38: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
  249 | class mem_fun_bin_op_t : public std::binary_function<const T*, R, bool> {
      |                                      ^~~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Dal.h:30,
                 from auxhkgen_epn.cc:31:
/opt/local/include/gcc12/c++/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o auxhkgen_epn -loal -ldal -lcaloalutils -lslatec -ldal -lerror -lutils -lslatec auxhkgen_epn.o -lgfortran -lcfitsio -ldl -lm -L. 
sed -e "s/DOC/oal/" -e "s/TYPE/devel/" < \
	/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/packages/sas/doc/lib/package.tex | /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/packages/sas/bin/texcombine | \
	/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/packages/sas/bin/fixdoc -type=devel oal 3.140.1 oal xmmsas_20250419_1932 > oal.tex
   including sasdevel...
      including sasglobal...
   including oal_description...
      including ../../caloalutils/doc/caloalcommon...
      including errorlabels...

latex oal < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 )
bibtex oal < /dev/null > makedoc.log
latex oal < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 )
latex oal < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 )
dvips -o oal.ps oal > makedoc.log 2>&1 || ( cat makedoc.log ; exit 1 )
dvipdf oal > makedoc.log 2>&1 || ( cat makedoc.log ; continue ) 
gzip -f oal.ps
SASRELDIR=../../.. ;\
	export SASRELDIR ;\
	latex2html -nouse_pdftex -init_file /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/packages/sas/doc/lib/latex2html.init oal > /dev/null
texexpand V2021 (Released January 1, 2021)

Warning: No implementation found for option: `version' for `sasdoc' package

Warning: No implementation found for option: `version' for `sasdoc' package
This is dvips(k) 2023.1 (TeX Live 2023)  Copyright 2023 Radical Eye Software (www.radicaleye.com)
' TeX output 2025.04.21:1552' -> images.ps
</opt/local/share/texmf-texlive/dvips/base/tex.pro>
</opt/local/share/texmf-texlive/dvips/l3backend/l3backend-dvips.pro>
</opt/local/share/texmf-texlive/dvips/base/texps.pro>
</opt/local/share/texmf-texlive/dvips/base/special.pro>. 
</opt/local/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmr7.pfb>
</opt/local/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmsy7.pfb>
</opt/local/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmr10.pfb>
</opt/local/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmmi10.pfb>
</opt/local/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmti10.pfb>
</opt/local/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmsy10.pfb>[1] 
[2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] 
[19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] 
[34] [35] [36] [37] [38] [39] [40] [41] 
/Volumes/SASCOMP/OSX22SAS/coreutils-8.22/bin/echo ""

mkpkgidx -t . > /dev/null || (rm -f oal/index.pl ; exit 1)
pointer=oal/ChangeLog ; \
	target=../../../packages/oal/ChangeLog ; \
	if [ -f $target -a \( ! -h $pointer \) ] ; then \
	  ln -s ../$target $pointer ; \
	fi
rm oal.tex
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/include -I.  attitudeLocator.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:67,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/TimeCorrelator.h:77,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/OalServer.h:58,
                 from attitudeLocator.cc:27:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:68:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:71:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/bits/refwrap.h:39,
                 from /opt/local/include/gcc12/c++/vector:66,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:62:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o attitudeLocator -loal -ldal -lcaloalutils -lslatec -lcaloalutils -ldal -lerror -lparam -lselector -lcaloalutils -ldal -lslatec -lutils -lslatec attitudeLocator.o -L/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/lib -lqt -framework Security -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/include -I.  dalutils.cc
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o dalutils -loal -ldal -lcaloalutils -lslatec -lcaloalutils -ldal -lerror -lparam -lselector -lcaloalutils -ldal -lslatec -lutils -lslatec dalutils.o -L/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/lib -lqt -framework Security -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/include -I.  exposures.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:67,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/TimeCorrelator.h:77,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/OalServer.h:58,
                 from exposures.cc:22:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:68:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:71:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /opt/local/include/gcc12/c++/bits/locale_classes.h:40,
                 from /opt/local/include/gcc12/c++/bits/ios_base.h:41,
                 from /opt/local/include/gcc12/c++/ios:42,
                 from /opt/local/include/gcc12/c++/ostream:38,
                 from /opt/local/include/gcc12/c++/iostream:39,
                 from exposures.cc:20:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o exposures -loal -ldal -lcaloalutils -lslatec -lcaloalutils -ldal -lerror -lparam -lselector -lcaloalutils -ldal -lslatec -lutils -lslatec exposures.o -L/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/lib -lqt -framework Security -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/include -I.  oalserver.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:67,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/TimeCorrelator.h:77,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/OalServer.h:58,
                 from oalserver.cc:23:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:68:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:71:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /opt/local/include/gcc12/c++/bits/locale_classes.h:40,
                 from /opt/local/include/gcc12/c++/bits/ios_base.h:41,
                 from /opt/local/include/gcc12/c++/ios:42,
                 from /opt/local/include/gcc12/c++/ostream:38,
                 from /opt/local/include/gcc12/c++/iostream:39,
                 from oalserver.cc:21:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o oalserver -loal -ldal -lcaloalutils -lslatec -lcaloalutils -ldal -lerror -lparam -lselector -lcaloalutils -ldal -lslatec -lutils -lslatec oalserver.o -L/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/lib -lqt -framework Security -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/include -I.  oalutils.cc
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o oalutils -loal -ldal -lcaloalutils -lslatec -lcaloalutils -ldal -lerror -lparam -lselector -lcaloalutils -ldal -lslatec -lutils -lslatec oalutils.o -L/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/lib -lqt -framework Security -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/include -I.  tags.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/STime.h:128,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:114,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/TimeTags.h:50,
                 from tags.cc:36:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:71,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/TimeCorrelator.h:77,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/OalServer.h:58,
                 from tags.cc:37:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /opt/local/include/gcc12/c++/bits/locale_classes.h:40,
                 from /opt/local/include/gcc12/c++/bits/ios_base.h:41,
                 from /opt/local/include/gcc12/c++/ios:42,
                 from /opt/local/include/gcc12/c++/ostream:38,
                 from /opt/local/include/gcc12/c++/iostream:39,
                 from tags.cc:32:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o tags -loal -ldal -lcaloalutils -lslatec -lcaloalutils -ldal -lerror -lparam -lselector -lcaloalutils -ldal -lslatec -lutils -lslatec tags.o -L/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/lib -lqt -framework Security -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/include -I.  positionLocator.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:67,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/TimeCorrelator.h:77,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/OalServer.h:58,
                 from positionLocator.cc:30:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:68:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:71:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/bits/refwrap.h:39,
                 from /opt/local/include/gcc12/c++/vector:66,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:62:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o positionLocator -loal -ldal -lcaloalutils -lslatec -lcaloalutils -ldal -lerror -lparam -lselector -lcaloalutils -ldal -lslatec -lutils -lslatec positionLocator.o -L/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/lib -lqt -framework Security -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/include -I.  timeCorrelator.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:67,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/TimeCorrelator.h:77,
                 from timeCorrelator.cc:24:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:68:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:71:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /opt/local/include/gcc12/c++/bits/locale_classes.h:40,
                 from /opt/local/include/gcc12/c++/bits/ios_base.h:41,
                 from /opt/local/include/gcc12/c++/ios:42,
                 from /opt/local/include/gcc12/c++/ostream:38,
                 from /opt/local/include/gcc12/c++/iostream:39,
                 from timeCorrelator.cc:21:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o timeCorrelator -loal -ldal -lcaloalutils -lslatec -lcaloalutils -ldal -lerror -lparam -lselector -lcaloalutils -ldal -lslatec -lutils -lslatec timeCorrelator.o -L/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/lib -lqt -framework Security -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/include -I.  oalmisc.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:67,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/TimeCorrelator.h:77,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/OalServer.h:58,
                 from oalmisc.cc:33:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:68:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:71:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /opt/local/include/gcc12/c++/bits/locale_classes.h:40,
                 from /opt/local/include/gcc12/c++/bits/ios_base.h:41,
                 from /opt/local/include/gcc12/c++/ios:42,
                 from /opt/local/include/gcc12/c++/ostream:38,
                 from /opt/local/include/gcc12/c++/iostream:39,
                 from oalmisc.cc:30:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o oalmisc -loal -ldal -lcaloalutils -lslatec -lcaloalutils -ldal -lerror -lparam -lselector -lcaloalutils -ldal -lslatec -lutils -lslatec oalmisc.o -L/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/lib -lqt -framework Security -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/include -I.  tags2.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/STime.h:128,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:114,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/TimeTags.h:50,
                 from tags2.cc:36:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:71,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/TimeCorrelator.h:77,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/OalServer.h:58,
                 from tags2.cc:37:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /opt/local/include/gcc12/c++/bits/locale_classes.h:40,
                 from /opt/local/include/gcc12/c++/bits/ios_base.h:41,
                 from /opt/local/include/gcc12/c++/ios:42,
                 from /opt/local/include/gcc12/c++/ostream:38,
                 from /opt/local/include/gcc12/c++/iostream:39,
                 from tags2.cc:32:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o tags2 -loal -ldal -lcaloalutils -lslatec -lcaloalutils -ldal -lerror -lparam -lselector -lcaloalutils -ldal -lslatec -lutils -lslatec tags2.o -L/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/lib -lqt -framework Security -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/include -I.  timecorrfit.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:67,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/TimeCorrelator.h:77,
                 from timecorrfit.cc:29:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:68:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:71:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /opt/local/include/gcc12/c++/bits/locale_classes.h:40,
                 from /opt/local/include/gcc12/c++/bits/ios_base.h:41,
                 from /opt/local/include/gcc12/c++/ios:42,
                 from /opt/local/include/gcc12/c++/ostream:38,
                 from /opt/local/include/gcc12/c++/iostream:39,
                 from timecorrfit.cc:26:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o timecorrfit -loal -ldal -lcaloalutils -lslatec -lcaloalutils -ldal -lerror -lparam -lselector -lcaloalutils -ldal -lslatec -lutils -lslatec timecorrfit.o -L/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/lib -lqt -framework Security -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/include -I.  framecntr2obt.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:67,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/TimeCorrelator.h:77,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/OalServer.h:58,
                 from framecntr2obt.cc:26:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:68:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:71:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /opt/local/include/gcc12/c++/bits/locale_classes.h:40,
                 from /opt/local/include/gcc12/c++/bits/ios_base.h:41,
                 from /opt/local/include/gcc12/c++/ios:42,
                 from /opt/local/include/gcc12/c++/ostream:38,
                 from /opt/local/include/gcc12/c++/iostream:39,
                 from framecntr2obt.cc:24:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o framecntr2obt -loal -ldal -lcaloalutils -lslatec -lcaloalutils -ldal -lerror -lparam -lselector -lcaloalutils -ldal -lslatec -lutils -lslatec framecntr2obt.o -L/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/lib -lqt -framework Security -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/include -I.  readraf.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/STime.h:128,
                 from readraf.cc:25:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:68,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/AttitudeLocator.h:57,
                 from readraf.cc:26:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:71:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /opt/local/include/gcc12/c++/bits/locale_classes.h:40,
                 from /opt/local/include/gcc12/c++/bits/ios_base.h:41,
                 from /opt/local/include/gcc12/c++/ios:42,
                 from /opt/local/include/gcc12/c++/ostream:38,
                 from /opt/local/include/gcc12/c++/iostream:39,
                 from readraf.cc:22:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o readraf -loal -ldal -lcaloalutils -lslatec -lcaloalutils -ldal -lerror -lparam -lselector -lcaloalutils -ldal -lslatec -lutils -lslatec readraf.o -L/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/lib -lqt -framework Security -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/include -I.  odfinfo.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/STime.h:128,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:114,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/OdfInfo.h:55,
                 from odfinfo.cc:22:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o odfinfo -loal -ldal -lcaloalutils -lslatec -lcaloalutils -ldal -lerror -lparam -lselector -lcaloalutils -ldal -lslatec -lutils -lslatec odfinfo.o -L/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/lib -lqt -framework Security -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/include -I.  oalstate.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:67,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/TimeCorrelator.h:77,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/OalServer.h:58,
                 from oalstate.cc:23:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:68:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:71:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /opt/local/include/gcc12/c++/bits/locale_classes.h:40,
                 from /opt/local/include/gcc12/c++/bits/ios_base.h:41,
                 from /opt/local/include/gcc12/c++/ios:42,
                 from /opt/local/include/gcc12/c++/ostream:38,
                 from /opt/local/include/gcc12/c++/iostream:39,
                 from oalstate.cc:21:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o oalstate -loal -ldal -lcaloalutils -lslatec -lcaloalutils -ldal -lerror -lparam -lselector -lcaloalutils -ldal -lslatec -lutils -lslatec oalstate.o -L/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/lib -lqt -framework Security -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/include -I.  cmporbit.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:67,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/TimeCorrelator.h:77,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/OalServer.h:58,
                 from cmporbit.cc:26:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:68:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:71:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /opt/local/include/gcc12/c++/bits/locale_classes.h:40,
                 from /opt/local/include/gcc12/c++/bits/ios_base.h:41,
                 from /opt/local/include/gcc12/c++/ios:42,
                 from /opt/local/include/gcc12/c++/ostream:38,
                 from /opt/local/include/gcc12/c++/iostream:39,
                 from cmporbit.cc:24:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o cmporbit -loal -ldal -lcaloalutils -lslatec -lcaloalutils -ldal -lerror -lparam -lselector -lcaloalutils -ldal -lslatec -lutils -lslatec cmporbit.o -L/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/lib -lqt -framework Security -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/include -I.  rgsdiagnostic.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:67,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/TimeCorrelator.h:77,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/OalServer.h:58,
                 from rgsdiagnostic.cc:22:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:68:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:71:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /opt/local/include/gcc12/c++/bits/locale_classes.h:40,
                 from /opt/local/include/gcc12/c++/bits/ios_base.h:41,
                 from /opt/local/include/gcc12/c++/ios:42,
                 from /opt/local/include/gcc12/c++/ostream:38,
                 from /opt/local/include/gcc12/c++/iostream:39,
                 from rgsdiagnostic.cc:20:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o rgsdiagnostic -loal -ldal -lcaloalutils -lslatec -lcaloalutils -ldal -lerror -lparam -lselector -lcaloalutils -ldal -lslatec -lutils -lslatec rgsdiagnostic.o -L/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/lib -lqt -framework Security -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/config-std.h -imacros /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/config.h -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils -I/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/include -I.  buildTimeCorr.cc
In file included from /opt/local/include/gcc12/c++/backward/strstream:50,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/stringutil.h:27,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils/StringIntMap.h:97,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:67,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/TimeCorrelator.h:77,
                 from buildTimeCorr.cc:24:
/opt/local/include/gcc12/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Xmm.h:117,
                 from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:68:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from /Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/Odf.h:71:
/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/BadPixelMap.h:152:21: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /opt/local/include/gcc12/c++/string:48,
                 from /opt/local/include/gcc12/c++/bits/locale_classes.h:40,
                 from /opt/local/include/gcc12/c++/bits/ios_base.h:41,
                 from /opt/local/include/gcc12/c++/ios:42,
                 from /opt/local/include/gcc12/c++/ostream:38,
                 from /opt/local/include/gcc12/c++/iostream:39,
                 from buildTimeCorr.cc:21:
/opt/local/include/gcc12/c++/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o buildTimeCorr -loal -ldal -lcaloalutils -lslatec -lcaloalutils -ldal -lerror -lparam -lselector -lcaloalutils -ldal -lslatec -lutils -lslatec buildTimeCorr.o -L/Volumes/SASCOMP/OSX22SAS/qt-x11-free-3.3.8b/lib -lqt -framework Security -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils oaltest.f90
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o oaltest -loal -ldal -lcaloalutils -lslatec -lcal -lselector -lcaloalutils -lselector -lslatec -lcaloalutils -ldal -lerror -lutils -lslatec oaltest.o -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils odffiles.f90
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o odffiles -loal -ldal -lcaloalutils -lslatec -lcal -lselector -lcaloalutils -lselector -lslatec -lcaloalutils -ldal -lerror -lutils -lslatec odffiles.o -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils oalexample.f90
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o oalexample -loal -ldal -lcaloalutils -lslatec -lcal -lselector -lcaloalutils -lselector -lslatec -lcaloalutils -ldal -lerror -lutils -lslatec oalexample.o -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils oaltest2.f90
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o oaltest2 -loal -ldal -lcaloalutils -lslatec -lcal -lselector -lcaloalutils -lselector -lslatec -lcaloalutils -ldal -lerror -lutils -lslatec oaltest2.o -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils oaltestepn.f90
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o oaltestepn -loal -ldal -lcaloalutils -lslatec -lcal -lselector -lcaloalutils -lselector -lslatec -lcaloalutils -ldal -lerror -lutils -lslatec oaltestepn.o -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils exposures.f90
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o exposures -loal -ldal -lcaloalutils -lslatec -lcal -lselector -lcaloalutils -lselector -lslatec -lcaloalutils -ldal -lerror -lutils -lslatec exposures.o -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils checkbadpix.f90
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o checkbadpix -loal -ldal -lcaloalutils -lslatec -lcal -lselector -lcaloalutils -lselector -lslatec -lcaloalutils -ldal -lerror -lutils -lslatec checkbadpix.o -lgfortran -lcfitsio -ldl -lm -L. 
/usr/local/bin/gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/dal -I/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/include/utils ermtest.f90
/usr/local/bin/g++  -L/Volumes/XMMTEST/OSX22SAS/xmmsas_20250419_1932/lib -o ermtest -loal -ldal -lcaloalutils -lslatec -lcal -lselector -lcaloalutils -lselector -lslatec -lcaloalutils -ldal -lerror -lutils -lslatec ermtest.o -lgfortran -lcfitsio -ldl -lm -L. 
Testing ahfgen ... passed
Testing auxhkgen_emos ... passed
Testing auxhkgen_epn ... passed
Testing attitudeLocator ... passed
Testing dalutils ... passed
Testing oalserver ... passed
Testing oalutils ... passed
Testing tags ... passed
Testing positionLocator ... passed
Testing timeCorrelator ... passed
Testing oalmisc ... passed
Testing rgsdiagnostic ... passed
Testing oaltest ... passed
Testing odffiles ... passed
Testing oalexample ... passed
Testing ermtest ... passed