Last login: Tue Jun 2 07:45:44 on console Mac-Pro-Louis:~ lchretien$ cd Subversion/ Mac-Pro-Louis:Subversion lchretien$ ls APL build info.txt build-apl.sh apl gnu-apl.svn Mac-Pro-Louis:Subversion lchretien$ cat build-apl.sh #! cd ~/Subversion rm -rf apl mkdir apl cd apl cp -rp ../gnu-apl.svn/. . ./configure make #! sudo make installMac-Pro-Louis:Subversion lchretien$ svn update gnu-apl.svn/ Updating 'gnu-apl.svn': U gnu-apl.svn/src/UTF8_string.hh U gnu-apl.svn/src/Symbol.cc U gnu-apl.svn/src/Command.cc U gnu-apl.svn/src/SystemLimits.def U gnu-apl.svn/src/Executable.cc U gnu-apl.svn/src/Workspace.hh U gnu-apl.svn/src/InputFile.hh U gnu-apl.svn/src/UTF8_string.cc U gnu-apl.svn/src/Command.def U gnu-apl.svn/src/UserFunction.cc U gnu-apl.svn/src/Workspace.cc U gnu-apl.svn/src/Archive.cc U gnu-apl.svn/src/IO_Files.cc G gnu-apl.svn/config.h U gnu-apl.svn/web-home/apl/translate.cc U gnu-apl.svn/web-home/apl/apl-intro U gnu-apl.svn/web-home/apl/make_intro U gnu-apl.svn/web-home/apl/apl-home.css A gnu-apl.svn/web-home/apl/Bits_and_Pieces A gnu-apl.svn/web-home/apl/Bits_and_Pieces/+TEMPLATE-Bits_and_Pieces.html A gnu-apl.svn/web-home/apl/Bits_and_Pieces/+README-Bits_and_Pieces.html A gnu-apl.svn/web-home/apl/Bits_and_Pieces/assert.html A gnu-apl.svn/web-home/apl/Bits_and_Pieces/sudoku.html U gnu-apl.svn/web-home/apl/Makefile U gnu-apl.svn/web-home/apl/README Updated to revision 637. Mac-Pro-Louis:Subversion lchretien$ ./build-apl.sh checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether make supports nested variables... yes checking dependency style of gcc... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i386-apple-darwin14.3.0 checking host system type... i386-apple-darwin14.3.0 checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i386-apple-darwin14.3.0 file names to i386-apple-darwin14.3.0 format... func_convert_file_noop checking how to convert i386-apple-darwin14.3.0 file names to toolchain format... func_convert_file_noop checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r checking for objdump... no checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm output from gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin14.3.0 dyld checking how to hardcode library paths into programs... immediate checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin14.3.0 dyld checking how to hardcode library paths into programs... immediate checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking whether compiler is g++ (and then honors -rdynamic)... yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for term.h... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking ext/atomicity.h usability... no checking ext/atomicity.h presence... no checking for ext/atomicity.h... no checking utmpx.h usability... yes checking utmpx.h presence... yes checking for utmpx.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... no checking for inline... inline checking for int32_t... yes checking for int64_t... yes checking for off_t... yes checking for size_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for error_at_line... no checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes checking for floor... yes checking for memset... yes checking for munmap... yes checking for pow... yes checking for sqrt... yes checking for strchr... yes checking for strerror... yes checking for socket in -lsocket... no checking for yp_all in -lnsl... no checking for setupterm in -lncurses... yes checking for backtrace in -lexecinfo... no checking for acosh in -lm... yes checking for sem_init in -lpthread... yes checking for dlopen in -ldl... (cached) yes checking for SQLite3 library >= 3.0.0... yes cat: /include/sqlite3.h: No such file or directory ./configure: line 17906: test: !=: unary operator expected configure: WARNING: Cannot find SQLITE_VERSION macro in sqlite3.h header to retrieve SQLite version! checking for pg_config... no checking whether CPU has rdtsc (read CPU cycle counter) opcode... yes checking whether pthread_setaffinity_np is available... no checking whether OSAtomicAdd32Barrier() is available... yes checking whether atomic_add_32_nv() is available... no checking if compiler supports dynamic arrays of PODs... yes checking if compiler supports dynamic arrays with classes... no checking if we are compiling for Android... no checking if we want to build libapl.so... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating debian/Makefile config.status: creating debian/source/Makefile config.status: creating doc/Makefile config.status: creating gnu-apl.d/Makefile config.status: creating rpm/Makefile config.status: creating rpm/apl.spec config.status: creating src/Makefile config.status: creating src/APs/Makefile config.status: creating src/emacs_mode/Makefile config.status: creating src/native/Makefile config.status: creating src/sql/Makefile config.status: creating src/testcases/Makefile config.status: creating src/workspaces/Makefile config.status: creating support-files/Makefile config.status: creating support-files/Dyalog-Keyboard/Makefile config.status: creating support-files/old-Keyboard/Makefile config.status: creating support-files/OS-X-Keyboard/Makefile config.status: creating support-files/Unicomp-Keyboard/Makefile config.status: creating support-files/WASD-Keyboard/Makefile config.status: creating support-files/Dirk/Makefile config.status: creating tools/Makefile config.status: creating workspaces/Makefile config.status: creating wslib3/Makefile config.status: creating wslib4/Makefile config.status: creating wslib5/Makefile config.status: creating wslib5/APLComponentFiles/Makefile config.status: creating wslib5/iso-apl-cf/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands configure: creating src/buildtag.hh configure: creating src/makefile.h configure: creating src/configure_args.cc NOTE: the native function for accessing PostgreSQL will not be built because your PostgreSQL installation is missing or incomplete (see details above) /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive Making all in doc make[2]: Nothing to be done for `all'. Making all in gnu-apl.d echo cat preferences.in | sed -e "s|@GNU_APL_LIBS@|/usr/local/lib/apl|" | sed -e "s|@GNU_APL_ETC@|/usr/local/etc|" > preferences Making all in src Making all in native depbase=`echo file_io.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT file_io.lo -MD -MP -MF $depbase.Tpo -c -o file_io.lo file_io.cc &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo template_F0.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT template_F0.lo -MD -MP -MF $depbase.Tpo -c -o template_F0.lo template_F0.cc &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo template_F12.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT template_F12.lo -MD -MP -MF $depbase.Tpo -c -o template_F12.lo template_F12.cc &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo template_OP1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT template_OP1.lo -MD -MP -MF $depbase.Tpo -c -o template_OP1.lo template_OP1.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT file_io.lo -MD -MP -MF .deps/file_io.Tpo -c file_io.cc -fno-common -DPIC -o .libs/file_io.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT template_F12.lo -MD -MP -MF .deps/template_F12.Tpo -c template_F12.cc -fno-common -DPIC -o .libs/template_F12.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT template_OP1.lo -MD -MP -MF .deps/template_OP1.Tpo -c template_OP1.cc -fno-common -DPIC -o .libs/template_OP1.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT template_F0.lo -MD -MP -MF .deps/template_F0.Tpo -c template_F0.cc -fno-common -DPIC -o .libs/template_F0.o clang: warning: argument unused during compilation: '-rdynamic' clang: warning: argument unused during compilation: '-rdynamic' clang: warning: argument unused during compilation: '-rdynamic' clang: warning: argument unused during compilation: '-rdynamic' In file included from file_io.cc:37: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh:26: In file included from ./../Symbol.hh:30: In file included from ./../Svar_DB.hh:26: ./../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from template_F12.cc:22: In file included from ./template.hh:26: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh:26: In file included from ./../Symbol.hh:30: In file included from ./../Svar_DB.hh:26: ./../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] In file included from { if (this == 0) return NO_COUPLING;template_F0.cc :22 ^~~~ ~: In file included from ./template.hh:26: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh:26: In file included from ./../Symbol.hh:30: In file included from ./../Svar_DB.hh:26: ./../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to { if (this == 0) return NO_COUPLING;always convert ^~~~ ~ to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from template_OP1.cc:22: In file included from ./template.hh:26: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh:26: In file included from ./../Symbol.hh:30: In file included from ./../Svar_DB.hh:26: ./../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT template_F0.lo -MD -MP -MF .deps/template_F0.Tpo -c template_F0.cc -o template_F0.o >/dev/null 2>&1 2 warnings generated. 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT template_OP1.lo -MD -MP -MF .deps/template_OP1.Tpo -c template_OP1.cc -o template_OP1.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT template_F12.lo -MD -MP -MF .deps/template_F12.Tpo -c template_F12.cc -o template_F12.o >/dev/null 2>&1 depbase=`echo template_OP2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT template_OP2.lo -MD -MP -MF $depbase.Tpo -c -o template_OP2.lo template_OP2.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT template_OP2.lo -MD -MP -MF .deps/template_OP2.Tpo -c template_OP2.cc -fno-common -DPIC -o .libs/template_OP2.o /bin/sh ../../libtool --tag=CXX --mode=link g++ -rdynamic -g -O2 -o lib_template_F0.la -rpath /usr/local/lib/apl template_F0.lo -ldl -lpthread -lm -lncurses /bin/sh ../../libtool --tag=CXX --mode=link g++ -rdynamic -g -O2 -o lib_template_OP1.la -rpath /usr/local/lib/apl template_OP1.lo -ldl -lpthread -lm -lncurses clang: warning: argument unused during compilation: '-rdynamic' libtool: link: g++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/lib_template_F0.0.dylib .libs/template_F0.o -ldl -lpthread -lm -lncurses -O2 -install_name /usr/local/lib/apl/lib_template_F0.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module libtool: link: g++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/lib_template_OP1.0.dylib .libs/template_OP1.o -ldl -lpthread -lm -lncurses -O2 -install_name /usr/local/lib/apl/lib_template_OP1.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module libtool: link: (cd ".libs" && rm -f "lib_template_F0.dylib" && ln -s "lib_template_F0.0.dylib" "lib_template_F0.dylib") libtool: link: (cd ".libs" && rm -f "lib_template_OP1.dylib" && ln -s "lib_template_OP1.0.dylib" "lib_template_OP1.dylib") libtool: link: ar cru .libs/lib_template_F0.a template_F0.o libtool: link: ar cru .libs/lib_template_OP1.a template_OP1.o libtool: link: ranlib .libs/lib_template_F0.a libtool: link: ranlib .libs/lib_template_OP1.a libtool: link: ( cd ".libs" && rm -f "lib_template_F0.la" && ln -s "../lib_template_F0.la" "lib_template_F0.la" ) libtool: link: ( cd ".libs" && rm -f "lib_template_OP1.la" && ln -s "../lib_template_OP1.la" "lib_template_OP1.la" ) /bin/sh ../../libtool --tag=CXX --mode=link g++ -rdynamic -g -O2 -o lib_template_F12.la -rpath /usr/local/lib/apl template_F12.lo -ldl -lpthread -lm -lncurses libtool: link: g++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/lib_template_F12.0.dylib .libs/template_F12.o -ldl -lpthread -lm -lncurses -O2 -install_name /usr/local/lib/apl/lib_template_F12.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT file_io.lo -MD -MP -MF .deps/file_io.Tpo -c file_io.cc -o file_io.o >/dev/null 2>&1 libtool: link: (cd ".libs" && rm -f "lib_template_F12.dylib" && ln -s "lib_template_F12.0.dylib" "lib_template_F12.dylib") libtool: link: ar cru .libs/lib_template_F12.a template_F12.o libtool: link: ranlib .libs/lib_template_F12.a libtool: link: ( cd ".libs" && rm -f "lib_template_F12.la" && ln -s "../lib_template_F12.la" "lib_template_F12.la" ) In file included from template_OP2.cc:22: In file included from ./template.hh:26: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh:26: In file included from ./../Symbol.hh:30: In file included from ./../Svar_DB.hh:26: ./../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT template_OP2.lo -MD -MP -MF .deps/template_OP2.Tpo -c template_OP2.cc -o template_OP2.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=link g++ -rdynamic -g -O2 -o lib_template_OP2.la -rpath /usr/local/lib/apl template_OP2.lo -ldl -lpthread -lm -lncurses libtool: link: g++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/lib_template_OP2.0.dylib .libs/template_OP2.o -ldl -lpthread -lm -lncurses -O2 -install_name /usr/local/lib/apl/lib_template_OP2.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module libtool: link: (cd ".libs" && rm -f "lib_template_OP2.dylib" && ln -s "lib_template_OP2.0.dylib" "lib_template_OP2.dylib") libtool: link: ar cru .libs/lib_template_OP2.a template_OP2.o libtool: link: ranlib .libs/lib_template_OP2.a libtool: link: ( cd ".libs" && rm -f "lib_template_OP2.la" && ln -s "../lib_template_OP2.la" "lib_template_OP2.la" ) /bin/sh ../../libtool --tag=CXX --mode=link g++ -rdynamic -g -O2 -avoid-version -module -shared -export-dynamic -o lib_file_io.la -rpath /usr/local/lib/apl file_io.lo -ldl -lpthread -lm -lncurses libtool: link: g++ -Wl,-undefined -Wl,dynamic_lookup -o .libs/lib_file_io.so -bundle .libs/file_io.o -ldl -lpthread -lm -lncurses -O2 libtool: link: ( cd ".libs" && rm -f "lib_file_io.la" && ln -s "../lib_file_io.la" "lib_file_io.la" ) Making all in APs g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -g -O2 -DAP_NUM=100 -g -O2 -MT AP100-AP100.o -MD -MP -MF .deps/AP100-AP100.Tpo -c -o AP100-AP100.o `test -f 'AP100.cc' || echo './'`AP100.cc g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -g -O2 -DAP_NUM=100 -g -O2 -MT AP100-APmain.o -MD -MP -MF .deps/AP100-APmain.Tpo -c -o AP100-APmain.o `test -f 'APmain.cc' || echo './'`APmain.cc g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -g -O2 -DAP_NUM=210 -g -O2 -MT AP210-AP210.o -MD -MP -MF .deps/AP210-AP210.Tpo -c -o AP210-AP210.o `test -f 'AP210.cc' || echo './'`AP210.cc g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -g -O2 -DAP_NUM=210 -g -O2 -MT AP210-APmain.o -MD -MP -MF .deps/AP210-APmain.Tpo -c -o AP210-APmain.o `test -f 'APmain.cc' || echo './'`APmain.cc In file included from AP100.cc:31: In file included from ./APmain.hh:24: In file included from ./../Svar_DB.hh:26: ../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from APmain.cc:37: In file included from ./APmain.hh:24: In file included from ./../Svar_DB.hh:26: ../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from APmain.cc:37: In file included from ./APmain.hh:24: In file included from ./../Svar_DB.hh:26: ../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from AP210.cc:36: In file included from ./APmain.hh:24: In file included from ./../Svar_DB.hh:26: ../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/AP100-AP100.Tpo .deps/AP100-AP100.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -g -O2 -DAP_NUM=210 -g -O2 -MT ../AP210-Backtrace.o -MD -MP -MF ../.deps/AP210-Backtrace.Tpo -c -o ../AP210-Backtrace.o `test -f '../Backtrace.cc' || echo './'`../Backtrace.cc 2 warnings generated. mv -f .deps/AP210-AP210.Tpo .deps/AP210-AP210.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -g -O2 -DAP_NUM=210 -g -O2 -MT ../AP210-Svar_DB.o -MD -MP -MF ../.deps/AP210-Svar_DB.Tpo -c -o ../AP210-Svar_DB.o `test -f '../Svar_DB.cc' || echo './'`../Svar_DB.cc mv -f ../.deps/AP210-Backtrace.Tpo ../.deps/AP210-Backtrace.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -g -O2 -DAP_NUM=210 -g -O2 -MT ../AP210-Svar_record.o -MD -MP -MF ../.deps/AP210-Svar_record.Tpo -c -o ../AP210-Svar_record.o `test -f '../Svar_record.cc' || echo './'`../Svar_record.cc In file included from ../Svar_DB.cc:40: In file included from ../Svar_DB.hh:26: ../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/AP210-APmain.Tpo .deps/AP210-APmain.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -g -O2 -g -O2 -MT APserver-APserver.o -MD -MP -MF .deps/APserver-APserver.Tpo -c -o APserver-APserver.o `test -f 'APserver.cc' || echo './'`APserver.cc 2 warnings generated. mv -f .deps/AP100-APmain.Tpo .deps/AP100-APmain.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -g -O2 -g -O2 -MT APserver-Svar_DB_server.o -MD -MP -MF .deps/APserver-Svar_DB_server.Tpo -c -o APserver-Svar_DB_server.o `test -f 'Svar_DB_server.cc' || echo './'`Svar_DB_server.cc In file included from ../Svar_record.cc:37: ../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ ../Svar_record.cc:99:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return NO_COUPLING; ^~~~ ~ ../Svar_record.cc:125:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return false; ^~~~ ~ ../Svar_record.cc:167:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return NO_SVAR_CONTROL; ^~~~ ~ ../Svar_record.cc:178:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return; ^~~~ ~ ../Svar_record.cc:210:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return SVS_NOT_SHARED; ^~~~ ~ ../Svar_record.cc:218:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return; ^~~~ ~ ../Svar_record.cc:293:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return false; ^~~~ ~ ../Svar_record.cc:331:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return false; ^~~~ ~ 10 warnings generated. mv -f ../.deps/AP210-Svar_record.Tpo ../.deps/AP210-Svar_record.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -g -O2 -g -O2 -MT ../APserver-Svar_record.o -MD -MP -MF ../.deps/APserver-Svar_record.Tpo -c -o ../APserver-Svar_record.o `test -f '../Svar_record.cc' || echo './'`../Svar_record.cc In file included from Svar_DB_server.cc:36: In file included from ./Svar_DB_server.hh:29: ../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from APserver.cc:57: In file included from ./Svar_DB_server.hh:29: ../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f ../.deps/AP210-Svar_DB.Tpo ../.deps/AP210-Svar_DB.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -g -O2 -DAP_NUM=100 -g -O2 -MT ../AP100-Backtrace.o -MD -MP -MF ../.deps/AP100-Backtrace.Tpo -c -o ../AP100-Backtrace.o `test -f '../Backtrace.cc' || echo './'`../Backtrace.cc In file included from ../Svar_record.cc:37: ../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/APserver-Svar_DB_server.Tpo .deps/APserver-Svar_DB_server.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -g -O2 -DAP_NUM=100 -g -O2 -MT ../AP100-Svar_DB.o -MD -MP -MF ../.deps/AP100-Svar_DB.Tpo -c -o ../AP100-Svar_DB.o `test -f '../Svar_DB.cc' || echo './'`../Svar_DB.cc ../Svar_record.cc:99:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return NO_COUPLING; ^~~~ ~ ../Svar_record.cc:125:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return false; ^~~~ ~ ../Svar_record.cc:167:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return NO_SVAR_CONTROL; ^~~~ ~ ../Svar_record.cc:178:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return; ^~~~ ~ ../Svar_record.cc:210:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return SVS_NOT_SHARED; ^~~~ ~ ../Svar_record.cc:218:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return; ^~~~ ~ ../Svar_record.cc:293:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return false; ^~~~ ~ ../Svar_record.cc:331:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return false; ^~~~ ~ 10 warnings generated. mv -f ../.deps/APserver-Svar_record.Tpo ../.deps/APserver-Svar_record.Po g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -g -O2 -DAP_NUM=100 -g -O2 -MT ../AP100-Svar_record.o -MD -MP -MF ../.deps/AP100-Svar_record.Tpo -c -o ../AP100-Svar_record.o `test -f '../Svar_record.cc' || echo './'`../Svar_record.cc In file included from ../Svar_DB.cc:40: In file included from ../Svar_DB.hh:26: ../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ mv -f ../.deps/AP100-Backtrace.Tpo ../.deps/AP100-Backtrace.Po /bin/sh ../../libtool --tag=CXX --mode=link g++ -I .. -g -O2 -DAP_NUM=210 -g -O2 -o AP210 AP210-AP210.o AP210-APmain.o ../AP210-Backtrace.o ../AP210-Svar_DB.o ../AP210-Svar_record.o -ldl -lpthread -lm -lncurses libtool: link: g++ -I .. -g -O2 -DAP_NUM=210 -g -O2 -o AP210 AP210-AP210.o AP210-APmain.o ../AP210-Backtrace.o ../AP210-Svar_DB.o ../AP210-Svar_record.o -Wl,-bind_at_load -ldl -lpthread -lm -lncurses In file included from ../Svar_record.cc:37: ../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ ../Svar_record.cc:99:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return NO_COUPLING; ^~~~ ~ ../Svar_record.cc:125:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return false; ^~~~ ~ ../Svar_record.cc:167:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return NO_SVAR_CONTROL; ^~~~ ~ ../Svar_record.cc:178:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return; ^~~~ ~ ../Svar_record.cc:210:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return SVS_NOT_SHARED; ^~~~ ~ ../Svar_record.cc:218:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return; ^~~~ ~ ../Svar_record.cc:293:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return false; ^~~~ ~ ../Svar_record.cc:331:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return false; ^~~~ ~ 10 warnings generated. mv -f ../.deps/AP100-Svar_record.Tpo ../.deps/AP100-Svar_record.Po 2 warnings generated. mv -f .deps/APserver-APserver.Tpo .deps/APserver-APserver.Po /bin/sh ../../libtool --tag=CXX --mode=link g++ -I .. -g -O2 -g -O2 -o APserver APserver-APserver.o APserver-Svar_DB_server.o ../APserver-Svar_record.o -ldl -lpthread -lm -lncurses libtool: link: g++ -I .. -g -O2 -g -O2 -o APserver APserver-APserver.o APserver-Svar_DB_server.o ../APserver-Svar_record.o -Wl,-bind_at_load -ldl -lpthread -lm -lncurses 2 warnings generated. mv -f ../.deps/AP100-Svar_DB.Tpo ../.deps/AP100-Svar_DB.Po /bin/sh ../../libtool --tag=CXX --mode=link g++ -I .. -g -O2 -DAP_NUM=100 -g -O2 -o AP100 AP100-AP100.o AP100-APmain.o ../AP100-Backtrace.o ../AP100-Svar_DB.o ../AP100-Svar_record.o -ldl -lpthread -lm -lncurses libtool: link: g++ -I .. -g -O2 -DAP_NUM=100 -g -O2 -o AP100 AP100-AP100.o AP100-APmain.o ../AP100-Backtrace.o ../AP100-Svar_DB.o ../AP100-Svar_record.o -Wl,-bind_at_load -ldl -lpthread -lm -lncurses Making all in emacs_mode depbase=`echo DefCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT DefCommand.lo -MD -MP -MF $depbase.Tpo -c -o DefCommand.lo DefCommand.cc &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo emacs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT emacs.lo -MD -MP -MF $depbase.Tpo -c -o emacs.lo emacs.cc &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo FnCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT FnCommand.lo -MD -MP -MF $depbase.Tpo -c -o FnCommand.lo FnCommand.cc &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo FnTagCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT FnTagCommand.lo -MD -MP -MF $depbase.Tpo -c -o FnTagCommand.lo FnTagCommand.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT DefCommand.lo -MD -MP -MF .deps/DefCommand.Tpo -c DefCommand.cc -fno-common -DPIC -o .libs/DefCommand.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT FnTagCommand.lo -MD -MP -MF .deps/FnTagCommand.Tpo -c FnTagCommand.cc -fno-common -DPIC -o .libs/FnTagCommand.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT emacs.lo -MD -MP -MF .deps/emacs.Tpo -c emacs.cc -fno-common -DPIC -o .libs/emacs.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT FnCommand.lo -MD -MP -MF .deps/FnCommand.Tpo -c FnCommand.cc -fno-common -DPIC -o .libs/FnCommand.o clang: warning: argument unused during compilation: '-rdynamic' clang: warning: clangargument unused during compilation: '-rdynamic' : warning: argument unused during compilation: '-rdynamic' clang: warning: argument unused during compilation: '-rdynamic' In file included from emacs.cc:21: In file included from ./emacs.hh:34: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh:26: In file included from ./../Symbol.hh:30: In file included from ./../Svar_DB.hh:26: ./../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from FnTagCommand.cc:23: In file included from ./emacs.hh:34: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh:26: In file included from ./../Symbol.hh:30: In file included from ./../Svar_DB.hh:26: ./../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from FnCommand.cc:23: In file included from ./emacs.hh:34: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from In file included from DefCommand.cc./../SystemVariable.hh::2326: In file included from : ./emacs.hhIn file included from :./../Symbol.hh34:: 30In file included from : ./../Native_interface.hhIn file included from :./../Svar_DB.hh56:: 26In file included from : ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh./../Svar_record.hh::26206: :In file included from 14./../Symbol.hh:: 30: In file included from warning./../Svar_DB.hh: :26: 'this' pointer cannot be ./../Svar_record.hhnull: 206in: 14 :well-defined C++ warningcode;: comparison may'this' bepointer assumedcannot tobe alwaysnull evaluatein to well-defined falseC++ [-Wtautological-undefined-compare]code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ { if (this == 0) return NO_COUPLING; ^~~~ ~ ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to./../Svar_record.hh :always224 :convert16 :to true warning : [-Wundefined-bool-conversion] 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to { return this ? varname : 0; } always ^~~~ ~convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT emacs.lo -MD -MP -MF .deps/emacs.Tpo -c emacs.cc -o emacs.o >/dev/null 2>&1 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT FnCommand.lo -MD -MP -MF .deps/FnCommand.Tpo -c FnCommand.cc -o FnCommand.o >/dev/null 2>&1 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT FnTagCommand.lo -MD -MP -MF .deps/FnTagCommand.Tpo -c FnTagCommand.cc -o FnTagCommand.o >/dev/null 2>&1 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT DefCommand.lo -MD -MP -MF .deps/DefCommand.Tpo -c DefCommand.cc -o DefCommand.o >/dev/null 2>&1 depbase=`echo FollowCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT FollowCommand.lo -MD -MP -MF $depbase.Tpo -c -o FollowCommand.lo FollowCommand.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT FollowCommand.lo -MD -MP -MF .deps/FollowCommand.Tpo -c FollowCommand.cc -fno-common -DPIC -o .libs/FollowCommand.o clang: warning: argument unused during compilation: '-rdynamic' depbase=`echo GetVarCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT GetVarCommand.lo -MD -MP -MF $depbase.Tpo -c -o GetVarCommand.lo GetVarCommand.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT GetVarCommand.lo -MD -MP -MF .deps/GetVarCommand.Tpo -c GetVarCommand.cc -fno-common -DPIC -o .libs/GetVarCommand.o depbase=`echo Listener.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT Listener.lo -MD -MP -MF $depbase.Tpo -c -o Listener.lo Listener.cc &&\ mv -f $depbase.Tpo $depbase.Plo clang: warning: argument unused during compilation: '-rdynamic' libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT Listener.lo -MD -MP -MF .deps/Listener.Tpo -c Listener.cc -fno-common -DPIC -o .libs/Listener.o clang: warning: argument unused during compilation: '-rdynamic' depbase=`echo LockWrapper.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT LockWrapper.lo -MD -MP -MF $depbase.Tpo -c -o LockWrapper.lo LockWrapper.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT LockWrapper.lo -MD -MP -MF .deps/LockWrapper.Tpo -c LockWrapper.cc -fno-common -DPIC -o .libs/LockWrapper.o clang: warning: argument unused during compilation: '-rdynamic' libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT LockWrapper.lo -MD -MP -MF .deps/LockWrapper.Tpo -c LockWrapper.cc -o LockWrapper.o >/dev/null 2>&1 depbase=`echo network.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT network.lo -MD -MP -MF $depbase.Tpo -c -o network.lo network.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT network.lo -MD -MP -MF .deps/network.Tpo -c network.cc -fno-common -DPIC -o .libs/network.o clang: warning: argument unused during compilation: '-rdynamic' In file included from FollowCommand.cc:21: In file included from ./emacs.hh:34: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh:26: In file included from ./../Symbol.hh:30: In file included from ./../Svar_DB.hh:26: ./../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from GetVarCommand.cc:23: In file included from ./emacs.hh:34: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh:26: In file included from ./../Symbol.hh:30: In file included from ./../Svar_DB.hh:26: ./../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from Listener.cc:21: In file included from ./Listener.hh:26: In file included from ./network.hh:24: In file included from ./emacs.hh:34: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh:26: In file included from ./../Symbol.hh:30: In file included from ./../Svar_DB.hh:26: ./../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT Listener.lo -MD -MP -MF .deps/Listener.Tpo -c Listener.cc -o Listener.o >/dev/null 2>&1 In file included from network.cc:21: In file included from ./emacs.hh:34: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh:26: In file included from ./../Symbol.hh:30: In file included from ./../Svar_DB.hh:26: ./../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT FollowCommand.lo -MD -MP -MF .deps/FollowCommand.Tpo -c FollowCommand.cc -o FollowCommand.o >/dev/null 2>&1 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT GetVarCommand.lo -MD -MP -MF .deps/GetVarCommand.Tpo -c GetVarCommand.cc -o GetVarCommand.o >/dev/null 2>&1 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT network.lo -MD -MP -MF .deps/network.Tpo -c network.cc -o network.o >/dev/null 2>&1 depbase=`echo NetworkConnection.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT NetworkConnection.lo -MD -MP -MF $depbase.Tpo -c -o NetworkConnection.lo NetworkConnection.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT NetworkConnection.lo -MD -MP -MF .deps/NetworkConnection.Tpo -c NetworkConnection.cc -fno-common -DPIC -o .libs/NetworkConnection.o clang: warning: argument unused during compilation: '-rdynamic' In file included from NetworkConnection.cc:21: In file included from ./emacs.hh:34: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh:26: In file included from ./../Symbol.hh:30: In file included from ./../Svar_DB.hh:26: ./../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ depbase=`echo SendCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT SendCommand.lo -MD -MP -MF $depbase.Tpo -c -o SendCommand.lo SendCommand.cc &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo SicCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT SicCommand.lo -MD -MP -MF $depbase.Tpo -c -o SicCommand.lo SicCommand.cc &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo SiCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT SiCommand.lo -MD -MP -MF $depbase.Tpo -c -o SiCommand.lo SiCommand.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT SendCommand.lo -MD -MP -MF .deps/SendCommand.Tpo -c SendCommand.cc -fno-common -DPIC -o .libs/SendCommand.o clang: warning: argument unused during compilation: '-rdynamic' libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT SicCommand.lo -MD -MP -MF .deps/SicCommand.Tpo -c SicCommand.cc -fno-common -DPIC -o .libs/SicCommand.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT SiCommand.lo -MD -MP -MF .deps/SiCommand.Tpo -c SiCommand.cc -fno-common -DPIC -o .libs/SiCommand.o clang: warning: argument unused during compilation: '-rdynamic' clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT NetworkConnection.lo -MD -MP -MF .deps/NetworkConnection.Tpo -c NetworkConnection.cc -o NetworkConnection.o >/dev/null 2>&1 In file included from SicCommand.cc:22: In file included from ./emacs.hh:34: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh:26: In file included from ./../Symbol.hh:30: In file included from ./../Svar_DB.hh:26: ./../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from SendCommand.cc:25: In file included from ./emacs.hh:34: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh:26: In file included from ./../Symbol.hh:30: In file included from ./../Svar_DB.hh:26: ./../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from SiCommand.cc:23: In file included from ./emacs.hh:34: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh:26: In file included from ./../Symbol.hh:30: In file included from ./../Svar_DB.hh:26: ./../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT SicCommand.lo -MD -MP -MF .deps/SicCommand.Tpo -c SicCommand.cc -o SicCommand.o >/dev/null 2>&1 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT SiCommand.lo -MD -MP -MF .deps/SiCommand.Tpo -c SiCommand.cc -o SiCommand.o >/dev/null 2>&1 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT SendCommand.lo -MD -MP -MF .deps/SendCommand.Tpo -c SendCommand.cc -o SendCommand.o >/dev/null 2>&1 depbase=`echo SystemFnCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT SystemFnCommand.lo -MD -MP -MF $depbase.Tpo -c -o SystemFnCommand.lo SystemFnCommand.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT SystemFnCommand.lo -MD -MP -MF .deps/SystemFnCommand.Tpo -c SystemFnCommand.cc -fno-common -DPIC -o .libs/SystemFnCommand.o clang: warning: argument unused during compilation: '-rdynamic' depbase=`echo SystemVariableCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT SystemVariableCommand.lo -MD -MP -MF $depbase.Tpo -c -o SystemVariableCommand.lo SystemVariableCommand.cc &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo TcpListener.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT TcpListener.lo -MD -MP -MF $depbase.Tpo -c -o TcpListener.lo TcpListener.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT SystemVariableCommand.lo -MD -MP -MF .deps/SystemVariableCommand.Tpo -c SystemVariableCommand.cc -fno-common -DPIC -o .libs/SystemVariableCommand.o clang: warning: argument unused during compilation: '-rdynamic' libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT TcpListener.lo -MD -MP -MF .deps/TcpListener.Tpo -c TcpListener.cc -fno-common -DPIC -o .libs/TcpListener.o clang: warning: argument unused during compilation: '-rdynamic' In file included from SystemFnCommand.cc:23: In file included from ./emacs.hh:34: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh:26: In file included from ./../Symbol.hh:30: In file included from ./../Svar_DB.hh:26: ./../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ depbase=`echo TempFileWrapper.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT TempFileWrapper.lo -MD -MP -MF $depbase.Tpo -c -o TempFileWrapper.lo TempFileWrapper.cc &&\ mv -f $depbase.Tpo $depbase.Plo 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT SystemFnCommand.lo -MD -MP -MF .deps/SystemFnCommand.Tpo -c SystemFnCommand.cc -o SystemFnCommand.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT TempFileWrapper.lo -MD -MP -MF .deps/TempFileWrapper.Tpo -c TempFileWrapper.cc -fno-common -DPIC -o .libs/TempFileWrapper.o clang: warning: argument unused during compilation: '-rdynamic' In file included from SystemVariableCommand.cc:23: In file included from ./emacs.hh:34: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh:26: In file included from ./../Symbol.hh:30: In file included from ./../Svar_DB.hh:26: ./../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from TcpListener.cc:21: In file included from ./emacs.hh:34: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh:26: In file included from ./../Symbol.hh:30: In file included from ./../Svar_DB.hh:26: ./../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT SystemVariableCommand.lo -MD -MP -MF .deps/SystemVariableCommand.Tpo -c SystemVariableCommand.cc -o SystemVariableCommand.o >/dev/null 2>&1 In file included from TempFileWrapper.cc:27: In file included from ./emacs.hh:34: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh:26: In file included from ./../Symbol.hh:30: In file included from ./../Svar_DB.hh:26: ./../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT TcpListener.lo -MD -MP -MF .deps/TcpListener.Tpo -c TcpListener.cc -o TcpListener.o >/dev/null 2>&1 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT TempFileWrapper.lo -MD -MP -MF .deps/TempFileWrapper.Tpo -c TempFileWrapper.cc -o TempFileWrapper.o >/dev/null 2>&1 depbase=`echo TraceData.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT TraceData.lo -MD -MP -MF $depbase.Tpo -c -o TraceData.lo TraceData.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT TraceData.lo -MD -MP -MF .deps/TraceData.Tpo -c TraceData.cc -fno-common -DPIC -o .libs/TraceData.o clang: warning: argument unused during compilation: '-rdynamic' depbase=`echo UnixSocketListener.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT UnixSocketListener.lo -MD -MP -MF $depbase.Tpo -c -o UnixSocketListener.lo UnixSocketListener.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT UnixSocketListener.lo -MD -MP -MF .deps/UnixSocketListener.Tpo -c UnixSocketListener.cc -fno-common -DPIC -o .libs/UnixSocketListener.o clang: warning: argument unused during compilation: '-rdynamic' In file included from TraceData.cc:21: In file included from ./TraceData.hh:24: In file included from ./emacs.hh:34: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh:26: In file included from ./../Symbol.hh:30: In file included from ./../Svar_DB.hh:26: ./../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ depbase=`echo util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT util.lo -MD -MP -MF $depbase.Tpo -c -o util.lo util.cc &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo VariablesCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT VariablesCommand.lo -MD -MP -MF $depbase.Tpo -c -o VariablesCommand.lo VariablesCommand.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cc -fno-common -DPIC -o .libs/util.o clang: warning: argument unused during compilation: '-rdynamic' libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT VariablesCommand.lo -MD -MP -MF .deps/VariablesCommand.Tpo -c VariablesCommand.cc -fno-common -DPIC -o .libs/VariablesCommand.o clang: warning: argument unused during compilation: '-rdynamic' In file included from UnixSocketListener.cc:21: In file included from ./emacs.hh:34: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh:26: In file included from ./../Symbol.hh:30: In file included from ./../Svar_DB.hh:26: ./../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT TraceData.lo -MD -MP -MF .deps/TraceData.Tpo -c TraceData.cc -o TraceData.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cc -o util.o >/dev/null 2>&1 In file included from VariablesCommand.cc:23: In file included from ./emacs.hh:34: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh:26: In file included from ./../Symbol.hh:30: In file included from ./../Svar_DB.hh:26: ./../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT UnixSocketListener.lo -MD -MP -MF .deps/UnixSocketListener.Tpo -c UnixSocketListener.cc -o UnixSocketListener.o >/dev/null 2>&1 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT VariablesCommand.lo -MD -MP -MF .deps/VariablesCommand.Tpo -c VariablesCommand.cc -o VariablesCommand.o >/dev/null 2>&1 depbase=`echo VersionCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT VersionCommand.lo -MD -MP -MF $depbase.Tpo -c -o VersionCommand.lo VersionCommand.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT VersionCommand.lo -MD -MP -MF .deps/VersionCommand.Tpo -c VersionCommand.cc -fno-common -DPIC -o .libs/VersionCommand.o clang: warning: argument unused during compilation: '-rdynamic' In file included from VersionCommand.cc:23: In file included from ./emacs.hh:34: In file included from ./../Native_interface.hh:56: In file included from ./../Workspace.hh:28: In file included from ./../Quad_RL.hh:24: In file included from ./../SystemVariable.hh:26: In file included from ./../Symbol.hh:30: In file included from ./../Svar_DB.hh:26: ./../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT VersionCommand.lo -MD -MP -MF .deps/VersionCommand.Tpo -c VersionCommand.cc -o VersionCommand.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=link g++ -rdynamic -g -O2 -o libemacs.la -rpath /usr/local/lib/apl DefCommand.lo emacs.lo FnCommand.lo FnTagCommand.lo FollowCommand.lo GetVarCommand.lo Listener.lo LockWrapper.lo network.lo NetworkConnection.lo SendCommand.lo SicCommand.lo SiCommand.lo SystemFnCommand.lo SystemVariableCommand.lo TcpListener.lo TempFileWrapper.lo TraceData.lo UnixSocketListener.lo util.lo VariablesCommand.lo VersionCommand.lo -ldl -lpthread -lm -lncurses libtool: link: g++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libemacs.0.dylib .libs/DefCommand.o .libs/emacs.o .libs/FnCommand.o .libs/FnTagCommand.o .libs/FollowCommand.o .libs/GetVarCommand.o .libs/Listener.o .libs/LockWrapper.o .libs/network.o .libs/NetworkConnection.o .libs/SendCommand.o .libs/SicCommand.o .libs/SiCommand.o .libs/SystemFnCommand.o .libs/SystemVariableCommand.o .libs/TcpListener.o .libs/TempFileWrapper.o .libs/TraceData.o .libs/UnixSocketListener.o .libs/util.o .libs/VariablesCommand.o .libs/VersionCommand.o -ldl -lpthread -lm -lncurses -O2 -install_name /usr/local/lib/apl/libemacs.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module libtool: link: (cd ".libs" && rm -f "libemacs.dylib" && ln -s "libemacs.0.dylib" "libemacs.dylib") libtool: link: ar cru .libs/libemacs.a DefCommand.o emacs.o FnCommand.o FnTagCommand.o FollowCommand.o GetVarCommand.o Listener.o LockWrapper.o network.o NetworkConnection.o SendCommand.o SicCommand.o SiCommand.o SystemFnCommand.o SystemVariableCommand.o TcpListener.o TempFileWrapper.o TraceData.o UnixSocketListener.o util.o VariablesCommand.o VersionCommand.o libtool: link: ranlib .libs/libemacs.a libtool: link: ( cd ".libs" && rm -f "libemacs.la" && ln -s "../libemacs.la" "libemacs.la" ) Making all in sql depbase=`echo apl-sqlite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -I ../.. -g -O2 -MT apl-sqlite.lo -MD -MP -MF $depbase.Tpo -c -o apl-sqlite.lo apl-sqlite.cc &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo Connection.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -I ../.. -g -O2 -MT Connection.lo -MD -MP -MF $depbase.Tpo -c -o Connection.lo Connection.cc &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo SqliteArgListBuilder.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -I ../.. -g -O2 -MT SqliteArgListBuilder.lo -MD -MP -MF $depbase.Tpo -c -o SqliteArgListBuilder.lo SqliteArgListBuilder.cc &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo SqliteConnection.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -I ../.. -g -O2 -MT SqliteConnection.lo -MD -MP -MF $depbase.Tpo -c -o SqliteConnection.lo SqliteConnection.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -I ../.. -g -O2 -MT apl-sqlite.lo -MD -MP -MF .deps/apl-sqlite.Tpo -c apl-sqlite.cc -fno-common -DPIC -o .libs/apl-sqlite.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -I ../.. -g -O2 -MT Connection.lo -MD -MP -MF .deps/Connection.Tpo -c Connection.cc -fno-common -DPIC -o .libs/Connection.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -I ../.. -g -O2 -MT SqliteConnection.lo -MD -MP -MF .deps/SqliteConnection.Tpo -c SqliteConnection.cc -fno-common -DPIC -o .libs/SqliteConnection.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -I ../.. -g -O2 -MT SqliteArgListBuilder.lo -MD -MP -MF .deps/SqliteArgListBuilder.Tpo -c SqliteArgListBuilder.cc -fno-common -DPIC -o .libs/SqliteArgListBuilder.o In file included from apl-sqlite.cc:23: In file included from ./apl-sqlite.hh:34: In file included from ../Native_interface.hh:56: In file included from ../Workspace.hh:28: In file included from ../Quad_RL.hh:24: In file included from ../SystemVariable.hh:26: In file included from ../Symbol.hh:30: In file included from ../Svar_DB.hh:26: ../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from SqliteArgListBuilder.cc:21: In file included from ./SqliteArgListBuilder.hh:24: In file included from ./apl-sqlite.hh:34: In file included from ../Native_interface.hh:56: In file included from ../Workspace.hh:28: In file included from ../Quad_RL.hh:24: In file included from ../SystemVariable.hh:26: In file included from ../Symbol.hh:30: In file included from ../Svar_DB.hh:26: ../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from Connection.cc:21: In file included from ./Connection.hh:24: In file included from ./apl-sqlite.hh:34: In file included from ../Native_interface.hh:56: In file included from ../Workspace.hh:28: In file included from ../Quad_RL.hh:24: In file included from ../SystemVariable.hh:26: In file included from ../Symbol.hh:30: In file included from ../Svar_DB.hh:26: ../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from SqliteConnection.cc:21: In file included from ./apl-sqlite.hh:34: In file included from ../Native_interface.hh:56: In file included from ../Workspace.hh:28: In file included from ../Quad_RL.hh:24: In file included from ../SystemVariable.hh:26: In file included from ../Symbol.hh:30: In file included from ../Svar_DB.hh:26: ../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ apl-sqlite.cc:71:3: warning: "PostgreSQL unavailable since ./configure could not detect it." [-W#warnings] # warning "PostgreSQL unavailable since ./configure could not detect it." ^ 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -I ../.. -g -O2 -MT Connection.lo -MD -MP -MF .deps/Connection.Tpo -c Connection.cc -o Connection.o >/dev/null 2>&1 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -I ../.. -g -O2 -MT SqliteArgListBuilder.lo -MD -MP -MF .deps/SqliteArgListBuilder.Tpo -c SqliteArgListBuilder.cc -o SqliteArgListBuilder.o >/dev/null 2>&1 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -I ../.. -g -O2 -MT SqliteConnection.lo -MD -MP -MF .deps/SqliteConnection.Tpo -c SqliteConnection.cc -o SqliteConnection.o >/dev/null 2>&1 3 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -I ../.. -g -O2 -MT apl-sqlite.lo -MD -MP -MF .deps/apl-sqlite.Tpo -c apl-sqlite.cc -o apl-sqlite.o >/dev/null 2>&1 depbase=`echo SqliteResultValue.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -I ../.. -g -O2 -MT SqliteResultValue.lo -MD -MP -MF $depbase.Tpo -c -o SqliteResultValue.lo SqliteResultValue.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -I ../.. -g -O2 -MT SqliteResultValue.lo -MD -MP -MF .deps/SqliteResultValue.Tpo -c SqliteResultValue.cc -fno-common -DPIC -o .libs/SqliteResultValue.o depbase=`echo SqliteProvider.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -I ../.. -g -O2 -MT SqliteProvider.lo -MD -MP -MF $depbase.Tpo -c -o SqliteProvider.lo SqliteProvider.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -I ../.. -g -O2 -MT SqliteProvider.lo -MD -MP -MF .deps/SqliteProvider.Tpo -c SqliteProvider.cc -fno-common -DPIC -o .libs/SqliteProvider.o In file included from SqliteResultValue.cc:21: In file included from ./apl-sqlite.hh:34: In file included from ../Native_interface.hh:56: In file included from ../Workspace.hh:28: In file included from ../Quad_RL.hh:24: In file included from ../SystemVariable.hh:26: In file included from ../Symbol.hh:30: In file included from ../Svar_DB.hh:26: ../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from SqliteProvider.cc:21: In file included from ./SqliteProvider.hh:21: In file included from ./Provider.hh:24: In file included from ./apl-sqlite.hh:34: In file included from ../Native_interface.hh:56: In file included from ../Workspace.hh:28: In file included from ../Quad_RL.hh:24: In file included from ../SystemVariable.hh:26: In file included from ../Symbol.hh:30: In file included from ../Svar_DB.hh:26: ../Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ../Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -I ../.. -g -O2 -MT SqliteResultValue.lo -MD -MP -MF .deps/SqliteResultValue.Tpo -c SqliteResultValue.cc -o SqliteResultValue.o >/dev/null 2>&1 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I .. -I ../.. -g -O2 -MT SqliteProvider.lo -MD -MP -MF .deps/SqliteProvider.Tpo -c SqliteProvider.cc -o SqliteProvider.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=link g++ -I .. -I ../.. -g -O2 -lsqlite3 -o lib_sql.la -rpath /usr/local/lib/apl apl-sqlite.lo Connection.lo SqliteArgListBuilder.lo SqliteConnection.lo SqliteResultValue.lo SqliteProvider.lo -ldl -lpthread -lm -lncurses libtool: link: g++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/lib_sql.0.dylib .libs/apl-sqlite.o .libs/Connection.o .libs/SqliteArgListBuilder.o .libs/SqliteConnection.o .libs/SqliteResultValue.o .libs/SqliteProvider.o -lsqlite3 -ldl -lpthread -lm -lncurses -O2 -install_name /usr/local/lib/apl/lib_sql.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module libtool: link: (cd ".libs" && rm -f "lib_sql.dylib" && ln -s "lib_sql.0.dylib" "lib_sql.dylib") libtool: link: ar cru .libs/lib_sql.a apl-sqlite.o Connection.o SqliteArgListBuilder.o SqliteConnection.o SqliteResultValue.o SqliteProvider.o libtool: link: ranlib .libs/lib_sql.a libtool: link: ( cd ".libs" && rm -f "lib_sql.la" && ln -s "../lib_sql.la" "lib_sql.la" ) Making all in workspaces make[3]: Nothing to be done for `all'. g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-main.o -MD -MP -MF .deps/apl-main.Tpo -c -o apl-main.o `test -f 'main.cc' || echo './'`main.cc g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Archive.o -MD -MP -MF .deps/apl-Archive.Tpo -c -o apl-Archive.o `test -f 'Archive.cc' || echo './'`Archive.cc g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-ArrayIterator.o -MD -MP -MF .deps/apl-ArrayIterator.Tpo -c -o apl-ArrayIterator.o `test -f 'ArrayIterator.cc' || echo './'`ArrayIterator.cc g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Assert.o -MD -MP -MF .deps/apl-Assert.Tpo -c -o apl-Assert.o `test -f 'Assert.cc' || echo './'`Assert.cc clang: warning: argument unused during compilation: '-rdynamic' clang: warning: argument unused during compilation: '-rdynamic'clang : warning: argument unused during compilation: '-rdynamic' clang: warning: argument unused during compilation: '-rdynamic' In file included from Archive.cc:44: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from Assert.cc:28: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from main.cc:38: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ mv -f .deps/apl-ArrayIterator.Tpo .deps/apl-ArrayIterator.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Avec.o -MD -MP -MF .deps/apl-Avec.Tpo -c -o apl-Avec.o `test -f 'Avec.cc' || echo './'`Avec.cc clang: warning: argument unused during compilation: '-rdynamic' Archive.cc:162:25: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] if (&values[sub_vid]._par) parent_vid = find_vid(values[sub_vid]._par); ~~ ~~~~~~~~~~~~~~~~^~~~ Archive.cc:592:37: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] if (&val) out << "vid_" << find_vid(val); ~~ ^~~ Archive.cc:824:45: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] Assert(!&values[sub_idx]._par); ~ ~~~~~~~~~~~~~~~~^~~~ ./Assert.hh:45:26: note: expanded from macro 'Assert' #define Assert(x) if (!(x)) do_Assert(#x, __FUNCTION__, __FILE__, __LINE__) ^ 2 warnings generated. mv -f .deps/apl-Assert.Tpo .deps/apl-Assert.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Backtrace.o -MD -MP -MF .deps/apl-Backtrace.Tpo -c -o apl-Backtrace.o `test -f 'Backtrace.cc' || echo './'`Backtrace.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-main.Tpo .deps/apl-main.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Bif_F12_FORMAT.o -MD -MP -MF .deps/apl-Bif_F12_FORMAT.Tpo -c -o apl-Bif_F12_FORMAT.o `test -f 'Bif_F12_FORMAT.cc' || echo './'`Bif_F12_FORMAT.cc clang: warning: argument unused during compilation: '-rdynamic' mv -f .deps/apl-Avec.Tpo .deps/apl-Avec.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Bif_F12_SORT.o -MD -MP -MF .deps/apl-Bif_F12_SORT.Tpo -c -o apl-Bif_F12_SORT.o `test -f 'Bif_F12_SORT.cc' || echo './'`Bif_F12_SORT.cc clang: warning: argument unused during compilation: '-rdynamic' mv -f .deps/apl-Backtrace.Tpo .deps/apl-Backtrace.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Bif_OPER1_COMMUTE.o -MD -MP -MF .deps/apl-Bif_OPER1_COMMUTE.Tpo -c -o apl-Bif_OPER1_COMMUTE.o `test -f 'Bif_OPER1_COMMUTE.cc' || echo './'`Bif_OPER1_COMMUTE.cc In file included from Bif_F12_FORMAT.cc:30: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ clang: warning: argument unused during compilation: '-rdynamic' In file included from Bif_F12_SORT.cc:26: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 5 warnings generated. mv -f .deps/apl-Archive.Tpo .deps/apl-Archive.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Bif_OPER1_EACH.o -MD -MP -MF .deps/apl-Bif_OPER1_EACH.Tpo -c -o apl-Bif_OPER1_EACH.o `test -f 'Bif_OPER1_EACH.cc' || echo './'`Bif_OPER1_EACH.cc clang: warning: argument unused during compilation: '-rdynamic' mv -f .deps/apl-Bif_OPER1_COMMUTE.Tpo .deps/apl-Bif_OPER1_COMMUTE.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Bif_OPER2_POWER.o -MD -MP -MF .deps/apl-Bif_OPER2_POWER.Tpo -c -o apl-Bif_OPER2_POWER.o `test -f 'Bif_OPER2_POWER.cc' || echo './'`Bif_OPER2_POWER.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-Bif_F12_SORT.Tpo .deps/apl-Bif_F12_SORT.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Bif_OPER2_INNER.o -MD -MP -MF .deps/apl-Bif_OPER2_INNER.Tpo -c -o apl-Bif_OPER2_INNER.o `test -f 'Bif_OPER2_INNER.cc' || echo './'`Bif_OPER2_INNER.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from Bif_OPER1_EACH.cc:23: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from Bif_OPER2_POWER.cc:24: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/apl-Bif_F12_FORMAT.Tpo .deps/apl-Bif_F12_FORMAT.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Bif_OPER2_OUTER.o -MD -MP -MF .deps/apl-Bif_OPER2_OUTER.Tpo -c -o apl-Bif_OPER2_OUTER.o `test -f 'Bif_OPER2_OUTER.cc' || echo './'`Bif_OPER2_OUTER.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from Bif_OPER2_INNER.cc:24: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/apl-Bif_OPER2_POWER.Tpo .deps/apl-Bif_OPER2_POWER.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Bif_OPER2_RANK.o -MD -MP -MF .deps/apl-Bif_OPER2_RANK.Tpo -c -o apl-Bif_OPER2_RANK.o `test -f 'Bif_OPER2_RANK.cc' || echo './'`Bif_OPER2_RANK.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-Bif_OPER1_EACH.Tpo .deps/apl-Bif_OPER1_EACH.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Bif_OPER1_REDUCE.o -MD -MP -MF .deps/apl-Bif_OPER1_REDUCE.Tpo -c -o apl-Bif_OPER1_REDUCE.o `test -f 'Bif_OPER1_REDUCE.cc' || echo './'`Bif_OPER1_REDUCE.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-Bif_OPER2_INNER.Tpo .deps/apl-Bif_OPER2_INNER.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Bif_OPER1_SCAN.o -MD -MP -MF .deps/apl-Bif_OPER1_SCAN.Tpo -c -o apl-Bif_OPER1_SCAN.o `test -f 'Bif_OPER1_SCAN.cc' || echo './'`Bif_OPER1_SCAN.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from Bif_OPER2_OUTER.cc:23: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from Bif_OPER2_RANK.cc:24: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from Bif_OPER1_REDUCE.cc:22: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/apl-Bif_OPER2_OUTER.Tpo .deps/apl-Bif_OPER2_OUTER.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-CDR.o -MD -MP -MF .deps/apl-CDR.Tpo -c -o apl-CDR.o `test -f 'CDR.cc' || echo './'`CDR.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from Bif_OPER1_SCAN.cc:24: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/apl-Bif_OPER2_RANK.Tpo .deps/apl-Bif_OPER2_RANK.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Cell.o -MD -MP -MF .deps/apl-Cell.Tpo -c -o apl-Cell.o `test -f 'Cell.cc' || echo './'`Cell.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-Bif_OPER1_REDUCE.Tpo .deps/apl-Bif_OPER1_REDUCE.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-CharCell.o -MD -MP -MF .deps/apl-CharCell.Tpo -c -o apl-CharCell.o `test -f 'CharCell.cc' || echo './'`CharCell.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-Bif_OPER1_SCAN.Tpo .deps/apl-Bif_OPER1_SCAN.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Command.o -MD -MP -MF .deps/apl-Command.Tpo -c -o apl-Command.o `test -f 'Command.cc' || echo './'`Command.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from CDR.cc:28: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from Cell.cc:32: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from Command.cc:43: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ mv -f .deps/apl-CharCell.Tpo .deps/apl-CharCell.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Common.o -MD -MP -MF .deps/apl-Common.Tpo -c -o apl-Common.o `test -f 'Common.cc' || echo './'`Common.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-Cell.Tpo .deps/apl-Cell.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-ComplexCell.o -MD -MP -MF .deps/apl-ComplexCell.Tpo -c -o apl-ComplexCell.o `test -f 'ComplexCell.cc' || echo './'`ComplexCell.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. In file included from Common.cc:38: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ mv -f .deps/apl-CDR.Tpo .deps/apl-CDR.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-configure_args.o -MD -MP -MF .deps/apl-configure_args.Tpo -c -o apl-configure_args.o `test -f 'configure_args.cc' || echo './'`configure_args.cc clang: warning: argument unused during compilation: '-rdynamic' mv -f .deps/apl-configure_args.Tpo .deps/apl-configure_args.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-DiffOut.o -MD -MP -MF .deps/apl-DiffOut.Tpo -c -o apl-DiffOut.o `test -f 'DiffOut.cc' || echo './'`DiffOut.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. In file included from ComplexCell.cc:32: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ mv -f .deps/apl-Common.Tpo .deps/apl-Common.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-DynamicObject.o -MD -MP -MF .deps/apl-DynamicObject.Tpo -c -o apl-DynamicObject.o `test -f 'DynamicObject.cc' || echo './'`DynamicObject.cc clang: warning: argument unused during compilation: '-rdynamic' mv -f .deps/apl-DiffOut.Tpo .deps/apl-DiffOut.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-EOC_arg.o -MD -MP -MF .deps/apl-EOC_arg.Tpo -c -o apl-EOC_arg.o `test -f 'EOC_arg.cc' || echo './'`EOC_arg.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-ComplexCell.Tpo .deps/apl-ComplexCell.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Error.o -MD -MP -MF .deps/apl-Error.Tpo -c -o apl-Error.o `test -f 'Error.cc' || echo './'`Error.cc clang: warning: argument unused during compilation: '-rdynamic' mv -f .deps/apl-DynamicObject.Tpo .deps/apl-DynamicObject.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Executable.o -MD -MP -MF .deps/apl-Executable.Tpo -c -o apl-Executable.o `test -f 'Executable.cc' || echo './'`Executable.cc clang: warning: argument unused during compilation: '-rdynamic' mv -f .deps/apl-EOC_arg.Tpo .deps/apl-EOC_arg.Po In file included from Error.cc:25: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-FloatCell.o -MD -MP -MF .deps/apl-FloatCell.Tpo -c -o apl-FloatCell.o `test -f 'FloatCell.cc' || echo './'`FloatCell.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from Executable.cc:26: In file included from ./UserFunction.hh:29: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from FloatCell.cc:31: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/apl-Error.Tpo .deps/apl-Error.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Function.o -MD -MP -MF .deps/apl-Function.Tpo -c -o apl-Function.o `test -f 'Function.cc' || echo './'`Function.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-FloatCell.Tpo .deps/apl-FloatCell.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-DerivedFunction.o -MD -MP -MF .deps/apl-DerivedFunction.Tpo -c -o apl-DerivedFunction.o `test -f 'DerivedFunction.cc' || echo './'`DerivedFunction.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-Executable.Tpo .deps/apl-Executable.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Id.o -MD -MP -MF .deps/apl-Id.Tpo -c -o apl-Id.o `test -f 'Id.cc' || echo './'`Id.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from Function.cc:33: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/apl-Function.Tpo .deps/apl-Function.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-IndexExpr.o -MD -MP -MF .deps/apl-IndexExpr.Tpo -c -o apl-IndexExpr.o `test -f 'IndexExpr.cc' || echo './'`IndexExpr.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from DerivedFunction.cc:27: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from Id.cc:39: In file included from ./Quad_SVx.hh:25: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/apl-Id.Tpo .deps/apl-Id.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-IndexIterator.o -MD -MP -MF .deps/apl-IndexIterator.Tpo -c -o apl-IndexIterator.o `test -f 'IndexIterator.cc' || echo './'`IndexIterator.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-DerivedFunction.Tpo .deps/apl-DerivedFunction.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-InputFile.o -MD -MP -MF .deps/apl-InputFile.Tpo -c -o apl-InputFile.o `test -f 'InputFile.cc' || echo './'`InputFile.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from IndexExpr.cc:25: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/apl-IndexExpr.Tpo .deps/apl-IndexExpr.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-IntCell.o -MD -MP -MF .deps/apl-IntCell.Tpo -c -o apl-IntCell.o `test -f 'IntCell.cc' || echo './'`IntCell.cc clang: warning: argument unused during compilation: '-rdynamic' mv -f .deps/apl-InputFile.Tpo .deps/apl-InputFile.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-LApack.o -MD -MP -MF .deps/apl-LApack.Tpo -c -o apl-LApack.o `test -f 'LApack.cc' || echo './'`LApack.cc clang: warning: argument unused during compilation: '-rdynamic' mv -f .deps/apl-IndexIterator.Tpo .deps/apl-IndexIterator.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-LibPaths.o -MD -MP -MF .deps/apl-LibPaths.Tpo -c -o apl-LibPaths.o `test -f 'LibPaths.cc' || echo './'`LibPaths.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from IntCell.cc:30: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/apl-IntCell.Tpo .deps/apl-IntCell.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-LineInput.o -MD -MP -MF .deps/apl-LineInput.Tpo -c -o apl-LineInput.o `test -f 'LineInput.cc' || echo './'`LineInput.cc clang: warning: argument unused during compilation: '-rdynamic' mv -f .deps/apl-LibPaths.Tpo .deps/apl-LibPaths.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Logging.o -MD -MP -MF .deps/apl-Logging.Tpo -c -o apl-Logging.o `test -f 'Logging.cc' || echo './'`Logging.cc clang: warning: argument unused during compilation: '-rdynamic' mv -f .deps/apl-LApack.Tpo .deps/apl-LApack.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-LvalCell.o -MD -MP -MF .deps/apl-LvalCell.Tpo -c -o apl-LvalCell.o `test -f 'LvalCell.cc' || echo './'`LvalCell.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from LineInput.cc:32: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ mv -f .deps/apl-Logging.Tpo .deps/apl-Logging.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Malloc_hooks.o -MD -MP -MF .deps/apl-Malloc_hooks.Tpo -c -o apl-Malloc_hooks.o `test -f 'Malloc_hooks.cc' || echo './'`Malloc_hooks.cc clang: warning: argument unused during compilation: '-rdynamic' mv -f .deps/apl-Malloc_hooks.Tpo .deps/apl-Malloc_hooks.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Nabla.o -MD -MP -MF .deps/apl-Nabla.Tpo -c -o apl-Nabla.o `test -f 'Nabla.cc' || echo './'`Nabla.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-Command.Tpo .deps/apl-Command.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-NamedObject.o -MD -MP -MF .deps/apl-NamedObject.Tpo -c -o apl-NamedObject.o `test -f 'NamedObject.cc' || echo './'`NamedObject.cc clang: warning: argument unused during compilation: '-rdynamic' mv -f .deps/apl-LvalCell.Tpo .deps/apl-LvalCell.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-NativeFunction.o -MD -MP -MF .deps/apl-NativeFunction.Tpo -c -o apl-NativeFunction.o `test -f 'NativeFunction.cc' || echo './'`NativeFunction.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from Nabla.cc:30: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/apl-LineInput.Tpo .deps/apl-LineInput.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-NumericCell.o -MD -MP -MF .deps/apl-NumericCell.Tpo -c -o apl-NumericCell.o `test -f 'NumericCell.cc' || echo './'`NumericCell.cc In file included from NamedObject.cc:25: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from NativeFunction.cc:30: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-NamedObject.Tpo .deps/apl-NamedObject.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Output.o -MD -MP -MF .deps/apl-Output.Tpo -c -o apl-Output.o `test -f 'Output.cc' || echo './'`Output.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from NumericCell.cc:25: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from Output.cc:73: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/apl-NativeFunction.Tpo .deps/apl-NativeFunction.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Parser.o -MD -MP -MF .deps/apl-Parser.Tpo -c -o apl-Parser.o `test -f 'Parser.cc' || echo './'`Parser.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-NumericCell.Tpo .deps/apl-NumericCell.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Prefix.o -MD -MP -MF .deps/apl-Prefix.Tpo -c -o apl-Prefix.o `test -f 'Prefix.cc' || echo './'`Prefix.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-Output.Tpo .deps/apl-Output.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-PointerCell.o -MD -MP -MF .deps/apl-PointerCell.Tpo -c -o apl-PointerCell.o `test -f 'PointerCell.cc' || echo './'`PointerCell.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-Nabla.Tpo .deps/apl-Nabla.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-PrimitiveFunction.o -MD -MP -MF .deps/apl-PrimitiveFunction.Tpo -c -o apl-PrimitiveFunction.o `test -f 'PrimitiveFunction.cc' || echo './'`PrimitiveFunction.cc In file included from Parser.cc:32: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ clang: warning: argument unused during compilation: '-rdynamic' In file included from Prefix.cc:30: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from PointerCell.cc:25: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/apl-Parser.Tpo .deps/apl-Parser.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-PrimitiveOperator.o -MD -MP -MF .deps/apl-PrimitiveOperator.Tpo -c -o apl-PrimitiveOperator.o `test -f 'PrimitiveOperator.cc' || echo './'`PrimitiveOperator.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from PrimitiveFunction.cc:42: In file included from ./UserFunction.hh:29: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/apl-PointerCell.Tpo .deps/apl-PointerCell.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-PrintBuffer.o -MD -MP -MF .deps/apl-PrintBuffer.Tpo -c -o apl-PrintBuffer.o `test -f 'PrintBuffer.cc' || echo './'`PrintBuffer.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from PrimitiveOperator.cc:32: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/apl-Prefix.Tpo .deps/apl-Prefix.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-QuadFunction.o -MD -MP -MF .deps/apl-QuadFunction.Tpo -c -o apl-QuadFunction.o `test -f 'QuadFunction.cc' || echo './'`QuadFunction.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-PrimitiveOperator.Tpo .deps/apl-PrimitiveOperator.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-ProcessorID.o -MD -MP -MF .deps/apl-ProcessorID.Tpo -c -o apl-ProcessorID.o `test -f 'ProcessorID.cc' || echo './'`ProcessorID.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from QuadFunction.cc:40: In file included from ./UserFunction.hh:29: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from ProcessorID.cc:29: In file included from ./Quad_SVx.hh:25: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/apl-ProcessorID.Tpo .deps/apl-ProcessorID.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Quad_CR.o -MD -MP -MF .deps/apl-Quad_CR.Tpo -c -o apl-Quad_CR.o `test -f 'Quad_CR.cc' || echo './'`Quad_CR.cc clang: warning: argument unused during compilation: '-rdynamic' mv -f .deps/apl-PrintBuffer.Tpo .deps/apl-PrintBuffer.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Quad_FX.o -MD -MP -MF .deps/apl-Quad_FX.Tpo -c -o apl-Quad_FX.o `test -f 'Quad_FX.cc' || echo './'`Quad_FX.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from Quad_CR.cc:24: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from Quad_FX.cc:27: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/apl-PrimitiveFunction.Tpo .deps/apl-PrimitiveFunction.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Quad_RL.o -MD -MP -MF .deps/apl-Quad_RL.Tpo -c -o apl-Quad_RL.o `test -f 'Quad_RL.cc' || echo './'`Quad_RL.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-Quad_FX.Tpo .deps/apl-Quad_FX.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Quad_SVx.o -MD -MP -MF .deps/apl-Quad_SVx.Tpo -c -o apl-Quad_SVx.o `test -f 'Quad_SVx.cc' || echo './'`Quad_SVx.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from Quad_RL.cc:23: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/apl-Quad_RL.Tpo .deps/apl-Quad_RL.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Quad_TF.o -MD -MP -MF .deps/apl-Quad_TF.Tpo -c -o apl-Quad_TF.o `test -f 'Quad_TF.cc' || echo './'`Quad_TF.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. In file included from Quad_SVx.cc:34: In file included from ./Quad_SVx.hh:25: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ mv -f .deps/apl-Quad_CR.Tpo .deps/apl-Quad_CR.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Parallel.o -MD -MP -MF .deps/apl-Parallel.Tpo -c -o apl-Parallel.o `test -f 'Parallel.cc' || echo './'`Parallel.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-QuadFunction.Tpo .deps/apl-QuadFunction.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Performance.o -MD -MP -MF .deps/apl-Performance.Tpo -c -o apl-Performance.o `test -f 'Performance.cc' || echo './'`Performance.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from Quad_TF.cc:29: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ Quad_TF.cc:996:14: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] if (&value) ~~ ^~~~~ In file included from Parallel.cc:26: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/apl-Parallel.Tpo .deps/apl-Parallel.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-RealCell.o -MD -MP -MF .deps/apl-RealCell.Tpo -c -o apl-RealCell.o `test -f 'RealCell.cc' || echo './'`RealCell.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-Quad_SVx.Tpo .deps/apl-Quad_SVx.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Shape.o -MD -MP -MF .deps/apl-Shape.Tpo -c -o apl-Shape.o `test -f 'Shape.cc' || echo './'`Shape.cc clang: warning: argument unused during compilation: '-rdynamic' mv -f .deps/apl-Performance.Tpo .deps/apl-Performance.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-ScalarFunction.o -MD -MP -MF .deps/apl-ScalarFunction.Tpo -c -o apl-ScalarFunction.o `test -f 'ScalarFunction.cc' || echo './'`ScalarFunction.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from RealCell.cc:28: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/apl-RealCell.Tpo .deps/apl-RealCell.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-StateIndicator.o -MD -MP -MF .deps/apl-StateIndicator.Tpo -c -o apl-StateIndicator.o `test -f 'StateIndicator.cc' || echo './'`StateIndicator.cc clang: warning: argument unused during compilation: '-rdynamic' 3 warnings generated. mv -f .deps/apl-Quad_TF.Tpo .deps/apl-Quad_TF.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Svar_DB.o -MD -MP -MF .deps/apl-Svar_DB.Tpo -c -o apl-Svar_DB.o `test -f 'Svar_DB.cc' || echo './'`Svar_DB.cc clang: warning: argument unused during compilation: '-rdynamic' mv -f .deps/apl-Shape.Tpo .deps/apl-Shape.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Svar_record.o -MD -MP -MF .deps/apl-Svar_record.Tpo -c -o apl-Svar_record.o `test -f 'Svar_record.cc' || echo './'`Svar_record.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from ScalarFunction.cc:33: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from StateIndicator.cc:31: In file included from ./UserFunction.hh:29: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from Svar_DB.cc:40: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from Svar_record.cc:37: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ Svar_record.cc:99:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return NO_COUPLING; ^~~~ ~ Svar_record.cc:125:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return false; ^~~~ ~ Svar_record.cc:167:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return NO_SVAR_CONTROL; ^~~~ ~ Svar_record.cc:178:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return; ^~~~ ~ Svar_record.cc:210:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return SVS_NOT_SHARED; ^~~~ ~ Svar_record.cc:218:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return; ^~~~ ~ Svar_record.cc:293:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return false; ^~~~ ~ Svar_record.cc:331:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return false; ^~~~ ~ 10 warnings generated. mv -f .deps/apl-Svar_record.Tpo .deps/apl-Svar_record.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Symbol.o -MD -MP -MF .deps/apl-Symbol.Tpo -c -o apl-Symbol.o `test -f 'Symbol.cc' || echo './'`Symbol.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-StateIndicator.Tpo .deps/apl-StateIndicator.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-SymbolTable.o -MD -MP -MF .deps/apl-SymbolTable.Tpo -c -o apl-SymbolTable.o `test -f 'SymbolTable.cc' || echo './'`SymbolTable.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from Symbol.cc:35: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. In file included from SymbolTable.cc:31: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ mv -f .deps/apl-Svar_DB.Tpo .deps/apl-Svar_DB.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-SystemVariable.o -MD -MP -MF .deps/apl-SystemVariable.Tpo -c -o apl-SystemVariable.o `test -f 'SystemVariable.cc' || echo './'`SystemVariable.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-ScalarFunction.Tpo .deps/apl-ScalarFunction.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-IO_Files.o -MD -MP -MF .deps/apl-IO_Files.Tpo -c -o apl-IO_Files.o `test -f 'IO_Files.cc' || echo './'`IO_Files.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from SystemVariable.cc:45: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ In file included from IO_Files.cc:30: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/apl-SymbolTable.Tpo .deps/apl-SymbolTable.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Token.o -MD -MP -MF .deps/apl-Token.Tpo -c -o apl-Token.o `test -f 'Token.cc' || echo './'`Token.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from Token.cc:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/apl-IO_Files.Tpo .deps/apl-IO_Files.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Tokenizer.o -MD -MP -MF .deps/apl-Tokenizer.Tpo -c -o apl-Tokenizer.o `test -f 'Tokenizer.cc' || echo './'`Tokenizer.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-Symbol.Tpo .deps/apl-Symbol.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-UCS_string.o -MD -MP -MF .deps/apl-UCS_string.Tpo -c -o apl-UCS_string.o `test -f 'UCS_string.cc' || echo './'`UCS_string.cc clang: warning: argument unused during compilation: '-rdynamic' 2 warnings generated. mv -f .deps/apl-SystemVariable.Tpo .deps/apl-SystemVariable.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-UserFunction.o -MD -MP -MF .deps/apl-UserFunction.Tpo -c -o apl-UserFunction.o `test -f 'UserFunction.cc' || echo './'`UserFunction.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from Tokenizer.cc:41: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/apl-Token.Tpo .deps/apl-Token.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-UserPreferences.o -MD -MP -MF .deps/apl-UserPreferences.Tpo -c -o apl-UserPreferences.o `test -f 'UserPreferences.cc' || echo './'`UserPreferences.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from UserFunction.cc:33: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ UserPreferences.cc:1242:9: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (&fun == 0) return; ^~~ ~ 2 warnings generated. mv -f .deps/apl-Tokenizer.Tpo .deps/apl-Tokenizer.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-UTF8_string.o -MD -MP -MF .deps/apl-UTF8_string.Tpo -c -o apl-UTF8_string.o `test -f 'UTF8_string.cc' || echo './'`UTF8_string.cc clang: warning: argument unused during compilation: '-rdynamic' mv -f .deps/apl-UCS_string.Tpo .deps/apl-UCS_string.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Value.o -MD -MP -MF .deps/apl-Value.Tpo -c -o apl-Value.o `test -f 'Value.cc' || echo './'`Value.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from UTF8_string.cc:30: In file included from ./Workspace.hh:28: In file included from ./Quad_RL.hh:24: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 1 warning generated. mv -f .deps/apl-UserPreferences.Tpo .deps/apl-UserPreferences.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-ValueHistory.o -MD -MP -MF .deps/apl-ValueHistory.Tpo -c -o apl-ValueHistory.o `test -f 'ValueHistory.cc' || echo './'`ValueHistory.cc clang: warning: argument unused during compilation: '-rdynamic' In file included from Value.cc:37: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ 2 warnings generated. mv -f .deps/apl-UserFunction.Tpo .deps/apl-UserFunction.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-Workspace.o -MD -MP -MF .deps/apl-Workspace.Tpo -c -o apl-Workspace.o `test -f 'Workspace.cc' || echo './'`Workspace.cc clang: warning: argument unused during compilation: '-rdynamic' Value.cc:362:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) return false; // not a valie value ^~~~ ~ Value.cc:1042:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) AXIS_ERROR; ^~~~ ~ Value.cc:1060:8: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == 0) INDEX_ERROR; // elided index ? ^~~~ ~ 2 warnings generated. mv -f .deps/apl-UTF8_string.Tpo .deps/apl-UTF8_string.Po In file included from Workspace.cc:35: In file included from ./SystemVariable.hh:26: In file included from ./Symbol.hh:30: In file included from ./Svar_DB.hh:26: ./Svar_record.hh:206:14: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] { if (this == 0) return NO_COUPLING; ^~~~ ~ ./Svar_record.hh:224:16: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] { return this ? varname : 0; } ^~~~ ~ mv -f .deps/apl-ValueHistory.Tpo .deps/apl-ValueHistory.Po 5 warnings generated. mv -f .deps/apl-Value.Tpo .deps/apl-Value.Po 2 warnings generated. mv -f .deps/apl-Workspace.Tpo .deps/apl-Workspace.Po /bin/sh ../libtool --tag=CXX --mode=link g++ -rdynamic -g -O2 -o apl apl-main.o apl-Archive.o apl-ArrayIterator.o apl-Assert.o apl-Avec.o apl-Backtrace.o apl-Bif_F12_FORMAT.o apl-Bif_F12_SORT.o apl-Bif_OPER1_COMMUTE.o apl-Bif_OPER1_EACH.o apl-Bif_OPER2_POWER.o apl-Bif_OPER2_INNER.o apl-Bif_OPER2_OUTER.o apl-Bif_OPER2_RANK.o apl-Bif_OPER1_REDUCE.o apl-Bif_OPER1_SCAN.o apl-CDR.o apl-Cell.o apl-CharCell.o apl-Command.o apl-Common.o apl-ComplexCell.o apl-configure_args.o apl-DiffOut.o apl-DynamicObject.o apl-EOC_arg.o apl-Error.o apl-Executable.o apl-FloatCell.o apl-Function.o apl-DerivedFunction.o apl-Id.o apl-IndexExpr.o apl-IndexIterator.o apl-InputFile.o apl-IntCell.o apl-LApack.o apl-LibPaths.o apl-LineInput.o apl-Logging.o apl-LvalCell.o apl-Malloc_hooks.o apl-Nabla.o apl-NamedObject.o apl-NativeFunction.o apl-NumericCell.o apl-Output.o apl-Parser.o apl-Prefix.o apl-PointerCell.o apl-PrimitiveFunction.o apl-PrimitiveOperator.o apl-PrintBuffer.o apl-QuadFunction.o apl-ProcessorID.o apl-Quad_CR.o apl-Quad_FX.o apl-Quad_RL.o apl-Quad_SVx.o apl-Quad_TF.o apl-Parallel.o apl-Performance.o apl-RealCell.o apl-Shape.o apl-ScalarFunction.o apl-StateIndicator.o apl-Svar_DB.o apl-Svar_record.o apl-Symbol.o apl-SymbolTable.o apl-SystemVariable.o apl-IO_Files.o apl-Token.o apl-Tokenizer.o apl-UCS_string.o apl-UserFunction.o apl-UserPreferences.o apl-UTF8_string.o apl-Value.o apl-ValueHistory.o apl-Workspace.o -ldl -lpthread -lm -lncurses -ldl -lpthread -lm -lncurses libtool: link: g++ -rdynamic -g -O2 -o apl apl-main.o apl-Archive.o apl-ArrayIterator.o apl-Assert.o apl-Avec.o apl-Backtrace.o apl-Bif_F12_FORMAT.o apl-Bif_F12_SORT.o apl-Bif_OPER1_COMMUTE.o apl-Bif_OPER1_EACH.o apl-Bif_OPER2_POWER.o apl-Bif_OPER2_INNER.o apl-Bif_OPER2_OUTER.o apl-Bif_OPER2_RANK.o apl-Bif_OPER1_REDUCE.o apl-Bif_OPER1_SCAN.o apl-CDR.o apl-Cell.o apl-CharCell.o apl-Command.o apl-Common.o apl-ComplexCell.o apl-configure_args.o apl-DiffOut.o apl-DynamicObject.o apl-EOC_arg.o apl-Error.o apl-Executable.o apl-FloatCell.o apl-Function.o apl-DerivedFunction.o apl-Id.o apl-IndexExpr.o apl-IndexIterator.o apl-InputFile.o apl-IntCell.o apl-LApack.o apl-LibPaths.o apl-LineInput.o apl-Logging.o apl-LvalCell.o apl-Malloc_hooks.o apl-Nabla.o apl-NamedObject.o apl-NativeFunction.o apl-NumericCell.o apl-Output.o apl-Parser.o apl-Prefix.o apl-PointerCell.o apl-PrimitiveFunction.o apl-PrimitiveOperator.o apl-PrintBuffer.o apl-QuadFunction.o apl-ProcessorID.o apl-Quad_CR.o apl-Quad_FX.o apl-Quad_RL.o apl-Quad_SVx.o apl-Quad_TF.o apl-Parallel.o apl-Performance.o apl-RealCell.o apl-Shape.o apl-ScalarFunction.o apl-StateIndicator.o apl-Svar_DB.o apl-Svar_record.o apl-Symbol.o apl-SymbolTable.o apl-SystemVariable.o apl-IO_Files.o apl-Token.o apl-Tokenizer.o apl-UCS_string.o apl-UserFunction.o apl-UserPreferences.o apl-UTF8_string.o apl-Value.o apl-ValueHistory.o apl-Workspace.o -Wl,-bind_at_load -ldl -lpthread -lm -lncurses Making all in support-files Making all in Dyalog-Keyboard make[3]: Nothing to be done for `all'. Making all in Dirk make[3]: Nothing to be done for `all'. Making all in old-Keyboard make[3]: Nothing to be done for `all'. Making all in Unicomp-Keyboard make[3]: Nothing to be done for `all'. Making all in WASD-Keyboard make[3]: Nothing to be done for `all'. Making all in OS-X-Keyboard make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `all-am'. Making all in tools depbase=`echo APL_keyboard.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT APL_keyboard.o -MD -MP -MF $depbase.Tpo -c -o APL_keyboard.o APL_keyboard.cc &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -o APL_keyboard APL_keyboard.o libtool: link: g++ -g -O2 -o APL_keyboard APL_keyboard.o -Wl,-bind_at_load depbase=`echo phrase_gen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT phrase_gen.o -MD -MP -MF $depbase.Tpo -c -o phrase_gen.o phrase_gen.cc &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -o phrase_gen phrase_gen.o libtool: link: g++ -g -O2 -o phrase_gen phrase_gen.o -Wl,-bind_at_load depbase=`echo sockconst.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT sockconst.o -MD -MP -MF $depbase.Tpo -c -o sockconst.o sockconst.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o sockconst sockconst.o libtool: link: gcc -g -O2 -o sockconst sockconst.o Making all in workspaces make[2]: Nothing to be done for `all'. Making all in wslib3 make[2]: Nothing to be done for `all'. Making all in wslib4 make[2]: Nothing to be done for `all'. Making all in wslib5 Making all in APLComponentFiles make[3]: Nothing to be done for `all'. Making all in iso-apl-cf make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `all-am'. Mac-Pro-Louis:Subversion lchretien$