Skip to content

Instantly share code, notes, and snippets.

@zenna
Created May 4, 2015 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zenna/af996a4aeb997805d695 to your computer and use it in GitHub Desktop.
Save zenna/af996a4aeb997805d695 to your computer and use it in GitHub Desktop.
OS: Linux
CXX: g++-4.8 found at /usr/bin/g++-4.8...
CC: gcc-4.8 found at /usr/bin/gcc-4.8...
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/gcc-4.8
-- Check for working C compiler: /usr/bin/gcc-4.8 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++-4.8
-- Check for working CXX compiler: /usr/bin/g++-4.8 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found Git: /home/zenna/bin/git
-- Found BISON: /usr/bin/bison (found version "3.0.2")
-- Found FLEX: /usr/bin/flex (found version "2.5.35")
-- Found Git: /home/zenna/bin/git (found version "1.8.3.3.820.ge3d4493")
-- Found LIBUNWIND: /usr/lib/x86_64-linux-gnu/libunwind.so
-- libunwind found
-- lib: /usr/lib/x86_64-linux-gnu/libunwind.so
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Use built-in EGLIBC.
-- Found PythonInterp: /usr/bin/python (found version "2.7.6")
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zenna/repos/dreallatest/build
Scanning dependencies of target CLP
B
[ 2%] Creating directories for 'FILIB'
[ 3%] [ 3%] Performing download step (git clone) for 'FILIB'
Performing download step (git clone) for 'CLP'
Cloning into 'CLP'...
Cloning into 'FILIB'...
Checking connectivity... done
Note: checking out 'origin/master'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 1a9fcf0... fix(libprim): add fp_traits_x87_const only if HAVE_X87 is defined.
[ 4%] No patch step for 'FILIB'
[ 5%] Performing update step for 'FILIB'
From https://github.com/dreal-deps/filibxx
* branch master -> FETCH_HEAD
Already up-to-date.
[ 5%] Performing configure step for 'FILIB'
Checking connectivity... done
Note: checking out 'origin/master'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 86b8498... feat: add .gitignore
[ 6%] No patch step for 'CLP'
[ 7%] Performing update step for 'CLP'
From https://github.com/dreal-deps/clp-1.16
* branch master -> FETCH_HEAD
Already up-to-date.
[ 8%] Performing configure step for 'CLP'
checking build system type... x86_64-unknown-linux-gnu
checking whether we want to compile in debug mode... no
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.8 accepts -g... yes
checking for /usr/bin/gcc-4.8 option to accept ANSI C... none needed
configure: C compiler options are: -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++-4.8 accepts -g... yes
checking whether C++ compiler /usr/bin/g++-4.8 works... yes
configure: C++ compiler options are: -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long
configure: Trying to determine Fortran compiler name
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
configure: Fortran compiler options are: -O3 -pipe
checking for egrep... grep -E
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of /usr/bin/gcc-4.8... gcc3
checking dependency style of /usr/bin/g++-4.8... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by /usr/bin/gcc-4.8... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... /usr/bin/gcc-4.8 -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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... /usr/bin/g++-4.8 -E
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from /usr/bin/gcc-4.8 object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if /usr/bin/gcc-4.8 supports -fno-rtti -fno-exceptions... no
checking for /usr/bin/gcc-4.8 option to produce PIC... -fPIC
checking if /usr/bin/gcc-4.8 PIC flag -fPIC works... yes
checking if /usr/bin/gcc-4.8 static flag -static works... yes
checking if /usr/bin/gcc-4.8 supports -c -o file.o... yes
checking whether the /usr/bin/gcc-4.8 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by /usr/bin/g++-4.8... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the /usr/bin/g++-4.8 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for /usr/bin/g++-4.8 option to produce PIC... -fPIC
checking if /usr/bin/g++-4.8 PIC flag -fPIC works... yes
checking if /usr/bin/g++-4.8 static flag -static works... yes
checking if /usr/bin/g++-4.8 supports -c -o file.o... yes
checking whether the /usr/bin/g++-4.8 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... /usr/bin/gcc-4.8
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
configure: Build is "x86_64-unknown-linux-gnu".
checking whether we are cross compiling... checking if library version is set... no
checking whether source of project ASL is available and should be compiled... no, source file ./ThirdParty/ASL/solvers/asl.h not available
checking whether source of project Blas is available and should be compiled... no, source file ./ThirdParty/Blas/daxpy.f not available
checking whether source of project Lapack is available and should be compiled... no, source file ./ThirdParty/Lapack/LAPACK/SRC/dlarf.f not available
checking whether source of project Metis is available and should be compiled... no, source file ./ThirdParty/Metis/metis-4.0/Lib/balance.c not available
checking whether source of project Mumps is available and should be compiled... no, source file ./ThirdParty/Mumps/MUMPS/src/dmumps_part1.F not available
checking whether source of project Glpk is available and should be compiled... no, source file ./ThirdParty/Glpk/glpk/src/glplpx01.c not available
checking whether source of project Sample is available and should be compiled... yes, source in Data/Sample
checking whether source of project Netlib is available and should be compiled... yes, source in Data/Netlib
checking whether source of project CoinUtils is available and should be compiled... yes, source in CoinUtils
checking whether source of project Osi is available and should be compiled... yes, source in Osi
checking whether source of project Clp is available and should be compiled... yes, source in Clp
configure: configuring doxygen documentation options
checking for doxygen... yes
checking for dot... YES
checking for doxygen doc'n for CoinUtils ... /home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/doxydoc (tag)
checking for doxygen doc'n for Osi ... /home/zenna/repos/dreallatest/build/external/src/CLP/Osi/doxydoc (tag)
checking which command should be used to link input files... ln -s
no
checking for suffix of object files... configure: creating ./config.status
o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.8 accepts -g... yes
checking for /usr/bin/gcc-4.8 option to accept ISO C89... config.status: creating Makefile
none needed
checking whether /usr/bin/gcc-4.8 understands -c and -o together... config.status: creating doxydoc/doxygen.conf
config.status: executing depfiles commands
yes
checking for style of include used by make... GNU
configure: configuring in Data/Sample
checking dependency style of /usr/bin/gcc-4.8... configure: running /bin/bash './configure' --prefix=/home/zenna/repos/dreallatest/build '--prefix=/home/zenna/repos/dreallatest/build' '--enable-shared' '--enable-static' '--with-blas=BUILD' '--with-lapack=BUILD' '--disable-bzlib' '--disable-zlib' 'CC=/usr/bin/gcc-4.8' 'CXX=/usr/bin/g++-4.8' --cache-file=/dev/null --srcdir=.
gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++-4.8 accepts -g... yes
checking dependency style of /usr/bin/g++-4.8... checking for svnversion... yes
checking for egrep... grep -E
checking whether ln -s works... yes
checking for a BSD-compatible install... gcc3
checking for ranlib... ranlib
/usr/bin/install -c
checking whether build environment is sane... checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by /usr/bin/gcc-4.8... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
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 ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from /usr/bin/gcc-4.8 object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... /usr/bin/gcc-4.8 -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 for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether this is a VPATH configuration... no
yes
checking for dlfcn.h... checking build system type... x86_64-unknown-linux-gnu
checking which command should be used to link input files... ln -s
yes
checking for objdir... .libs
configure: creating ./config.status
config.status: creating Makefile
checking if /usr/bin/gcc-4.8 supports -fno-rtti -fno-exceptions... config.status: creating coindatasample.pc
config.status: creating coindatasample-uninstalled.pc
no
checking for /usr/bin/gcc-4.8 option to produce PIC... -fPIC -DPIC
checking if /usr/bin/gcc-4.8 PIC flag -fPIC -DPIC works... configure: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting
configure: Configuration of DataSample successful
yes
checking if /usr/bin/gcc-4.8 static flag -static works... configure: configuring in Data/Netlib
configure: running /bin/bash './configure' --prefix=/home/zenna/repos/dreallatest/build '--prefix=/home/zenna/repos/dreallatest/build' '--enable-shared' '--enable-static' '--with-blas=BUILD' '--with-lapack=BUILD' '--disable-bzlib' '--disable-zlib' 'CC=/usr/bin/gcc-4.8' 'CXX=/usr/bin/g++-4.8' --cache-file=/dev/null --srcdir=.
yes
checking if /usr/bin/gcc-4.8 supports -c -o file.o... yes
checking if /usr/bin/gcc-4.8 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gcc-4.8 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... checking for svnversion... yes
checking for egrep... grep -E
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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... /usr/bin/g++-4.8 -E
checking for ld used by /usr/bin/g++-4.8... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the /usr/bin/g++-4.8 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for /usr/bin/g++-4.8 option to produce PIC... -fPIC -DPIC
checking if /usr/bin/g++-4.8 PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/g++-4.8 static flag -static works... yes
checking if /usr/bin/g++-4.8 supports -c -o file.o... yes
checking if /usr/bin/g++-4.8 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/g++-4.8 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for floating point architecture... SSE
Using SSE floating point architecture.
checking whether gcc accepts -frounding-math...
checking whether gcc accepts -ffloat-store...
checking whether the boost random library is installed... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... /usr/bin/gcc-4.8
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.8 accepts -g... yes
checking for /usr/bin/gcc-4.8 option to accept ANSI C... none needed
checking dependency style of /usr/bin/gcc-4.8... gcc3
checking how to run the C preprocessor... /usr/bin/gcc-4.8 -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 whether this is a VPATH configuration... no
checking build system type... x86_64-unknown-linux-gnu
checking which command should be used to link input files... ln -s
configure: creating ./config.status
config.status: creating Makefile
config.status: creating coindatanetlib.pc
config.status: creating coindatanetlib-uninstalled.pc
config.status: executing depfiles commands
configure: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting
configure: Configuration of DataNetlib successful
configure: configuring in CoinUtils
configure: running /bin/bash './configure' --prefix=/home/zenna/repos/dreallatest/build '--prefix=/home/zenna/repos/dreallatest/build' '--enable-shared' '--enable-static' '--with-blas=BUILD' '--with-lapack=BUILD' '--disable-bzlib' '--disable-zlib' 'CC=/usr/bin/gcc-4.8' 'CXX=/usr/bin/g++-4.8' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-unknown-linux-gnu
checking for svnversion... yes
checking whether we want to compile in debug mode... no
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.8 accepts -g... yes
checking for /usr/bin/gcc-4.8 option to accept ANSI C... none needed
configure: C compiler options are: -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++-4.8 accepts -g... yes
checking whether C++ compiler /usr/bin/g++-4.8 works... yes
configure: C++ compiler options are: -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD
configure: Trying to determine Fortran compiler name
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
configure: Fortran compiler options are: -O3 -pipe
checking how to get verbose linking output from gfortran... -v
checking for Fortran libraries of gfortran... -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lgfortran -lm -lgcc_s -lquadmath
configure: Corrected Fortran libraries: -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lgfortran -lm -lquadmath
checking for dummy main to link with Fortran libraries... none
checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore
checking for egrep... grep -E
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libprim/Makefile
config.status: creating examples/Makefile
config.status: creating test/Makefile
config.status: creating benchmark/Makefile
config.status: creating rounding_control/rounding_control_config.hpp
yes
config.status: creating config.h
checking for gawk... gawk
checking whether make sets $(MAKE)... config.status: executing depfiles commands
yes
checking for style of include used by make... GNU
checking dependency style of /usr/bin/gcc-4.8... gcc3
checking dependency style of /usr/bin/g++-4.8... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
configure: Using libtool script in directory ..
config.status: executing libtool commands
checking if library version is set... no
checking cmath usability... yes
checking cmath presence... yes
checking for cmath... yes
checking cfloat usability...
Note on using the library:
Please set your CXXFLAGS to "-Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math" when compiling programs using the installed filib++.
[ 9%] Performing build step for 'FILIB'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
yes
checking cfloat presence... Making all in libprim
yes
checking for cfloat... yes
checking cieeefp usability... libtool: compile: /usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -MT ../ieee/primitive.lo -MD -MP -MF ../ieee/.deps/primitive.Tpo -c ../ieee/primitive.cpp -fPIC -DPIC -o ../ieee/.libs/primitive.o
no
checking cieeefp presence... no
checking for cieeefp... no
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking whether isfinite is declared... no
checking whether finite is declared... yes
checking for cmath... (cached) yes
checking for cfloat... (cached) yes
checking for cieeefp... (cached) no
checking for ieeefp.h... (cached) no
checking whether isnan is declared... yes
checking cinttypes usability... libtool: compile: /usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -MT ../ieee/primitive.lo -MD -MP -MF ../ieee/.deps/primitive.Tpo -c ../ieee/primitive.cpp -o ../ieee/primitive.o >/dev/null 2>&1
no
checking cinttypes presence... no
checking for cinttypes... no
checking inttypes.h usability... yes
checking inttypes.h presence... yes
checking for inttypes.h... yes
checking cstdint usability... no
checking cstdint presence... no
checking for cstdint... no
checking stdint.h usability... yes
checking stdint.h presence... yes
checking for stdint.h... yes
checking for int64_t... yes
checking for intptr_t... yes
checking windows.h usability... libtool: compile: /usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -MT ../interval/stdfun/filib_consts.lo -MD -MP -MF ../interval/stdfun/.deps/filib_consts.Tpo -c ../interval/stdfun/filib_consts.cpp -fPIC -DPIC -o ../interval/stdfun/.libs/filib_consts.o
no
checking windows.h presence... no
checking for windows.h... no
checking endian.h usability... libtool: compile: /usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -MT ../interval/stdfun/filib_consts.lo -MD -MP -MF ../interval/stdfun/.deps/filib_consts.Tpo -c ../interval/stdfun/filib_consts.cpp -o ../interval/stdfun/filib_consts.o >/dev/null 2>&1
yes
checking endian.h presence... yes
checking for endian.h... yes
libtool: compile: /usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -MT ../fp_traits/fp_traits_double_setup.lo -MD -MP -MF ../fp_traits/.deps/fp_traits_double_setup.Tpo -c ../fp_traits/fp_traits_double_setup.cpp -fPIC -DPIC -o ../fp_traits/.libs/fp_traits_double_setup.o
checking for pkg-config... pkg-config
checking pkg-config is at least version 0.16.0... yes
checking for COIN-OR package Blas... not given: No package 'coinblas' found
checking for COIN-OR package Lapack... not given: No package 'coinlapack' found
checking for COIN-OR package Glpk... not given: No package 'coinglpk' found
checking for COIN-OR package Sample... yes: 1.2.10
checking for COIN-OR package Netlib... yes: 1.2.6
checking whether this is a VPATH configuration... no
configure: configuring doxygen documentation options
checking for doxygen... yes
checking for dot... YES
checking which command should be used to link input files... ln -s
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating coinutils.pc
config.status: creating coinutils-uninstalled.pc
config.status: creating doxydoc/doxygen.conf
config.status: creating src/config.h
config.status: creating src/config_coinutils.h
config.status: executing depfiles commands
libtool: compile: /usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -MT ../fp_traits/fp_traits_double_setup.lo -MD -MP -MF ../fp_traits/.deps/fp_traits_double_setup.Tpo -c ../fp_traits/fp_traits_double_setup.cpp -o ../fp_traits/fp_traits_double_setup.o >/dev/null 2>&1
configure: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting
configure: Configuration of CoinUtils successful
configure: configuring in Osi
configure: running /bin/bash './configure' --prefix=/home/zenna/repos/dreallatest/build '--prefix=/home/zenna/repos/dreallatest/build' '--enable-shared' '--enable-static' '--with-blas=BUILD' '--with-lapack=BUILD' '--disable-bzlib' '--disable-zlib' 'CC=/usr/bin/gcc-4.8' 'CXX=/usr/bin/g++-4.8' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-unknown-linux-gnu
checking for svnversion... yes
checking whether we want to compile in debug mode... no
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... libtool: compile: /usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -MT ../fp_traits/fp_traits_float_setup.lo -MD -MP -MF ../fp_traits/.deps/fp_traits_float_setup.Tpo -c ../fp_traits/fp_traits_float_setup.cpp -fPIC -DPIC -o ../fp_traits/.libs/fp_traits_float_setup.o
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.8 accepts -g... yes
checking for /usr/bin/gcc-4.8 option to accept ANSI C... none needed
configure: C compiler options are: -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++-4.8 accepts -g... yes
libtool: compile: /usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -MT ../fp_traits/fp_traits_float_setup.lo -MD -MP -MF ../fp_traits/.deps/fp_traits_float_setup.Tpo -c ../fp_traits/fp_traits_float_setup.cpp -o ../fp_traits/fp_traits_float_setup.o >/dev/null 2>&1
checking whether C++ compiler /usr/bin/g++-4.8 works... yes
configure: C++ compiler options are: -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD
checking for egrep... grep -E
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... libtool: compile: /usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -MT ../fp_traits/fp_traits_base_double_setup.lo -MD -MP -MF ../fp_traits/.deps/fp_traits_base_double_setup.Tpo -c ../fp_traits/fp_traits_base_double_setup.cpp -fPIC -DPIC -o ../fp_traits/.libs/fp_traits_base_double_setup.o
libtool: compile: /usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -MT ../fp_traits/fp_traits_base_double_setup.lo -MD -MP -MF ../fp_traits/.deps/fp_traits_base_double_setup.Tpo -c ../fp_traits/fp_traits_base_double_setup.cpp -o ../fp_traits/fp_traits_base_double_setup.o >/dev/null 2>&1
libtool: compile: /usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -MT ../fp_traits/fp_traits_base_float_setup.lo -MD -MP -MF ../fp_traits/.deps/fp_traits_base_float_setup.Tpo -c ../fp_traits/fp_traits_base_float_setup.cpp -fPIC -DPIC -o ../fp_traits/.libs/fp_traits_base_float_setup.o
yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of /usr/bin/gcc-4.8... gcc3
checking dependency style of /usr/bin/g++-4.8... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
configure: Using libtool script in directory ..
checking if library version is set... no
checking for pkg-config... pkg-config
checking pkg-config is at least version 0.16.0... yes
checking for COIN-OR package CoinUtils... yes: 2.10
checking for COIN-OR package Glpk... not given: No package 'coinglpk' found
checking for COIN-OR package SoPlex... not given: No package 'coinsoplex' found
checking for COIN-OR package Sample... yes: 1.2.10
checking for COIN-OR package Netlib... yes: 1.2.6
checking if user provides library for Cplex... no
checking if user provides library for Mosek... no
checking if user provides library for Xpress... no
checking if user provides library for Gurobi... no
configure: WARNING: No solver available, examples will not work.
configure: configuring doxygen documentation options
checking for doxygen... yes
checking for dot... YES
checking for doxygen doc'n for CoinUtils ... /home/zenna/repos/dreallatest/build/share/coin/doc/CoinUtils/doxydoc (tag)
checking cmath usability... yes
checking cmath presence... yes
checking for cmath... yes
checking cfloat usability... libtool: compile: /usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -MT ../fp_traits/fp_traits_base_float_setup.lo -MD -MP -MF ../fp_traits/.deps/fp_traits_base_float_setup.Tpo -c ../fp_traits/fp_traits_base_float_setup.cpp -o ../fp_traits/fp_traits_base_float_setup.o >/dev/null 2>&1
yes
checking cfloat presence... yes
checking for cfloat... yes
checking cieeefp usability... no
checking cieeefp presence... no
checking for cieeefp... no
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking which command should be used to link input files... ln -s
configure: creating ./config.status
config.status: creating Makefile
config.status: creating examples/Makefile
config.status: creating src/Osi/Makefile
config.status: creating src/OsiCpx/Makefile
libtool: compile: /usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -MT ../fp_traits/fp_traits_sse_const.lo -MD -MP -MF ../fp_traits/.deps/fp_traits_sse_const.Tpo -c ../fp_traits/fp_traits_sse_const.cpp -fPIC -DPIC -o ../fp_traits/.libs/fp_traits_sse_const.o
config.status: creating src/OsiGlpk/Makefile
libtool: compile: /usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -MT ../fp_traits/fp_traits_sse_const.lo -MD -MP -MF ../fp_traits/.deps/fp_traits_sse_const.Tpo -c ../fp_traits/fp_traits_sse_const.cpp -o ../fp_traits/fp_traits_sse_const.o >/dev/null 2>&1
config.status: creating src/OsiMsk/Makefile
config.status: creating src/OsiXpr/Makefile
config.status: creating src/OsiGrb/Makefile
config.status: creating src/OsiSpx/Makefile
config.status: creating src/OsiCommonTest/Makefile
libtool: link: /usr/bin/g++-4.8 -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbeginS.o ../ieee/.libs/primitive.o ../interval/stdfun/.libs/filib_consts.o ../fp_traits/.libs/fp_traits_double_setup.o ../fp_traits/.libs/fp_traits_float_setup.o ../fp_traits/.libs/fp_traits_base_double_setup.o ../fp_traits/.libs/fp_traits_base_float_setup.o ../fp_traits/.libs/fp_traits_sse_const.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o -mfpmath=sse -msse -msse2 -Wl,-soname -Wl,libprim.so.0 -o .libs/libprim.so.0.0.0
config.status: creating test/Makefile
config.status: creating osi.pc
libtool: link: (cd ".libs" && rm -f "libprim.so.0" && ln -s "libprim.so.0.0.0" "libprim.so.0")
config.status: creating osi-uninstalled.pc
libtool: link: (cd ".libs" && rm -f "libprim.so" && ln -s "libprim.so.0.0.0" "libprim.so")
libtool: link: ar cru .libs/libprim.a ../ieee/primitive.o ../interval/stdfun/filib_consts.o ../fp_traits/fp_traits_double_setup.o ../fp_traits/fp_traits_float_setup.o ../fp_traits/fp_traits_base_double_setup.o ../fp_traits/fp_traits_base_float_setup.o ../fp_traits/fp_traits_sse_const.o
config.status: creating osi-unittests.pc
libtool: link: ranlib .libs/libprim.a
libtool: link: ( cd ".libs" && rm -f "libprim.la" && ln -s "../libprim.la" "libprim.la" )
config.status: creating osi-unittests-uninstalled.pc
Making all in examples
config.status: creating doxydoc/doxygen.conf
config.status: creating src/Osi/config.h
config.status: creating src/Osi/config_osi.h
config.status: executing depfiles commands
configure: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting
configure: Configuration of Osi successful
configure: configuring in Clp
configure: running /bin/bash './configure' --prefix=/home/zenna/repos/dreallatest/build '--prefix=/home/zenna/repos/dreallatest/build' '--enable-shared' '--enable-static' '--with-blas=BUILD' '--with-lapack=BUILD' '--disable-bzlib' '--disable-zlib' 'CC=/usr/bin/gcc-4.8' 'CXX=/usr/bin/g++-4.8' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-unknown-linux-gnu
checking for svnversion... yes
checking whether we want to compile in debug mode... no
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.8 accepts -g... yes
checking for /usr/bin/gcc-4.8 option to accept ANSI C... none needed
configure: C compiler options are: -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++-4.8 accepts -g... yes
libtool: link: /usr/bin/g++-4.8 -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -o .libs/testGauss testGauss.o ../libprim/.libs/libprim.so -Wl,-rpath -Wl,/home/zenna/repos/dreallatest/build/lib
checking whether C++ compiler /usr/bin/g++-4.8 works... yes
configure: C++ compiler options are: -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD
checking for egrep... grep -E
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... libtool: link: /usr/bin/g++-4.8 -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -o .libs/bisection bisection.o ../libprim/.libs/libprim.so -Wl,-rpath -Wl,/home/zenna/repos/dreallatest/build/lib
yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of /usr/bin/gcc-4.8... gcc3
checking dependency style of /usr/bin/g++-4.8... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
configure: Using libtool script in directory ..
checking if library version is set... no
checking for pkg-config... pkg-config
checking pkg-config is at least version 0.16.0... yes
checking for COIN-OR package CoinUtils... yes: 2.10
checking for COIN-OR package Osi... yes: 0.107
checking for COIN-OR package OsiTests... yes: 0.107
checking for COIN-OR package Sample... yes: 1.2.10
checking for COIN-OR package Netlib... yes: 1.2.6
checking if user provides library for AMD... no
checking if user provides library for CHOLMOD... no
checking for COIN-OR package Glpk... not given: No package 'coinglpk' found
checking for COIN-OR package Mumps... not given: No package 'coinmumps' found
checking for COIN-OR package ASL... not given: No package 'coinasl' found
checking cmath usability... yes
checking cmath presence... yes
checking for cmath... yes
checking cfloat usability... yes
checking cfloat presence... yes
checking for cfloat... yes
checking cieeefp usability... libtool: link: /usr/bin/g++-4.8 -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -o .libs/comp_exp comp_exp.o ../libprim/.libs/libprim.so -Wl,-rpath -Wl,/home/zenna/repos/dreallatest/build/lib
no
checking cieeefp presence... no
checking for cieeefp... no
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking whether this is a VPATH configuration... no
configure: configuring doxygen documentation options
checking for doxygen... yes
checking for dot... YES
checking for doxygen doc'n for CoinUtils ... /home/zenna/repos/dreallatest/build/share/coin/doc/CoinUtils/doxydoc (tag)
checking for doxygen doc'n for Osi ... /home/zenna/repos/dreallatest/build/share/coin/doc/Osi/doxydoc (tag)
checking which command should be used to link input files... ln -s
configure: creating ./config.status
config.status: creating Makefile
config.status: creating examples/Makefile
config.status: creating src/Makefile
config.status: creating src/OsiClp/Makefile
config.status: creating test/Makefile
config.status: creating clp.pc
config.status: creating clp-uninstalled.pc
config.status: creating osi-clp.pc
config.status: creating osi-clp-uninstalled.pc
config.status: creating doxydoc/doxygen.conf
config.status: creating src/config.h
config.status: creating src/config_clp.h
config.status: executing depfiles commands
configure: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting
configure: Configuration of Clp successful
libtool: link: /usr/bin/g++-4.8 -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -o .libs/comp_sin comp_sin.o ../libprim/.libs/libprim.so -Wl,-rpath -Wl,/home/zenna/repos/dreallatest/build/lib
configure: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting
configure: Main configuration of Clp successful
[ 10%] Performing build step for 'CLP'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
Making all in Data/Sample
Making all in Data/Netlib
Making all in CoinUtils
Making all in src
mkdir .libs
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinAlloc.lo -MD -MP -MF .deps/CoinAlloc.Tpo -c CoinAlloc.cpp -fPIC -DPIC -o .libs/CoinAlloc.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinAlloc.lo -MD -MP -MF .deps/CoinAlloc.Tpo -c CoinAlloc.cpp -o CoinAlloc.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinBuild.lo -MD -MP -MF .deps/CoinBuild.Tpo -c CoinBuild.cpp -fPIC -DPIC -o .libs/CoinBuild.o
libtool: link: /usr/bin/g++-4.8 -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -o .libs/horner horner.o ../libprim/.libs/libprim.so -Wl,-rpath -Wl,/home/zenna/repos/dreallatest/build/lib
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinBuild.lo -MD -MP -MF .deps/CoinBuild.Tpo -c CoinBuild.cpp -o CoinBuild.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinDenseVector.lo -MD -MP -MF .deps/CoinDenseVector.Tpo -c CoinDenseVector.cpp -fPIC -DPIC -o .libs/CoinDenseVector.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinDenseVector.lo -MD -MP -MF .deps/CoinDenseVector.Tpo -c CoinDenseVector.cpp -o CoinDenseVector.o >/dev/null 2>&1
libtool: link: /usr/bin/g++-4.8 -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -o .libs/testNewton testNewton.o ../libprim/.libs/libprim.so -Wl,-rpath -Wl,/home/zenna/repos/dreallatest/build/lib
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinError.lo -MD -MP -MF .deps/CoinError.Tpo -c CoinError.cpp -fPIC -DPIC -o .libs/CoinError.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinError.lo -MD -MP -MF .deps/CoinError.Tpo -c CoinError.cpp -o CoinError.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinFactorization1.lo -MD -MP -MF .deps/CoinFactorization1.Tpo -c CoinFactorization1.cpp -fPIC -DPIC -o .libs/CoinFactorization1.o
libtool: link: /usr/bin/g++-4.8 -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -o .libs/simple_example1 simple_example1.o ../libprim/.libs/libprim.so -Wl,-rpath -Wl,/home/zenna/repos/dreallatest/build/lib
libtool: link: /usr/bin/g++-4.8 -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -o .libs/example_template example_template.o ../libprim/.libs/libprim.so -Wl,-rpath -Wl,/home/zenna/repos/dreallatest/build/lib
Making all in test
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinFactorization1.lo -MD -MP -MF .deps/CoinFactorization1.Tpo -c CoinFactorization1.cpp -o CoinFactorization1.o >/dev/null 2>&1
libtool: link: /usr/bin/g++-4.8 -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -o .libs/check_0f check_0f.o ../libprim/.libs/libprim.so -Wl,-rpath -Wl,/home/zenna/repos/dreallatest/build/lib
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinFactorization2.lo -MD -MP -MF .deps/CoinFactorization2.Tpo -c CoinFactorization2.cpp -fPIC -DPIC -o .libs/CoinFactorization2.o
CoinFactorization2.cpp: In member function 'int CoinFactorization::factorDense()':
CoinFactorization2.cpp:520:11: warning: conversion to 'CoinBigIndex {aka int}' from 'long unsigned int' may alter its value [-Wconversion]
newSize += (numberDense_+1)/(sizeof(CoinFactorizationDouble)/sizeof(int));
^
CoinFactorization2.cpp:521:11: warning: conversion to 'CoinBigIndex {aka int}' from 'long unsigned int' may alter its value [-Wconversion]
newSize += 2*((numberDense_+3)/(sizeof(CoinFactorizationDouble)/sizeof(short)));
^
CoinFactorization2.cpp:522:11: warning: conversion to 'CoinBigIndex {aka int}' from 'long unsigned int' may alter its value [-Wconversion]
newSize += ((numberRows_+3)/(sizeof(CoinFactorizationDouble)/sizeof(short)));
^
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinFactorization2.lo -MD -MP -MF .deps/CoinFactorization2.Tpo -c CoinFactorization2.cpp -o CoinFactorization2.o >/dev/null 2>&1
libtool: link: /usr/bin/g++-4.8 -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -o .libs/check_0t check_0t.o ../libprim/.libs/libprim.so -Wl,-rpath -Wl,/home/zenna/repos/dreallatest/build/lib
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinFactorization3.lo -MD -MP -MF .deps/CoinFactorization3.Tpo -c CoinFactorization3.cpp -fPIC -DPIC -o .libs/CoinFactorization3.o
CoinFactorization3.cpp: In member function 'void CoinFactorization::updateColumnLSparsish(CoinIndexedVector*, int*) const':
CoinFactorization3.cpp:401:36: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int nInBig = sizeof(CoinBigIndex)/sizeof(int);
^
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinFactorization3.lo -MD -MP -MF .deps/CoinFactorization3.Tpo -c CoinFactorization3.cpp -o CoinFactorization3.o >/dev/null 2>&1
libtool: link: /usr/bin/g++-4.8 -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -o .libs/check_1f check_1f.o ../libprim/.libs/libprim.so -Wl,-rpath -Wl,/home/zenna/repos/dreallatest/build/lib
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinFactorization4.lo -MD -MP -MF .deps/CoinFactorization4.Tpo -c CoinFactorization4.cpp -fPIC -DPIC -o .libs/CoinFactorization4.o
CoinFactorization4.cpp: In member function 'void CoinFactorization::updateColumnTransposeUSparsish(CoinIndexedVector*, int) const':
CoinFactorization4.cpp:936:36: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int nInBig = sizeof(CoinBigIndex)/sizeof(int);
^
CoinFactorization4.cpp: In member function 'void CoinFactorization::updateColumnTransposeLSparsish(CoinIndexedVector*) const':
CoinFactorization4.cpp:1301:36: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int nInBig = sizeof(CoinBigIndex)/sizeof(int);
^
libtool: link: /usr/bin/g++-4.8 -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -o .libs/check_2f check_2f.o ../libprim/.libs/libprim.so -Wl,-rpath -Wl,/home/zenna/repos/dreallatest/build/lib
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinFactorization4.lo -MD -MP -MF .deps/CoinFactorization4.Tpo -c CoinFactorization4.cpp -o CoinFactorization4.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinSimpFactorization.lo -MD -MP -MF .deps/CoinSimpFactorization.Tpo -c CoinSimpFactorization.cpp -fPIC -DPIC -o .libs/CoinSimpFactorization.o
libtool: link: /usr/bin/g++-4.8 -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -o .libs/check_4f check_4f.o ../libprim/.libs/libprim.so -Wl,-rpath -Wl,/home/zenna/repos/dreallatest/build/lib
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinSimpFactorization.lo -MD -MP -MF .deps/CoinSimpFactorization.Tpo -c CoinSimpFactorization.cpp -o CoinSimpFactorization.o >/dev/null 2>&1
libtool: link: /usr/bin/g++-4.8 -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -o .libs/check_5f check_5f.o ../libprim/.libs/libprim.so -Wl,-rpath -Wl,/home/zenna/repos/dreallatest/build/lib
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinDenseFactorization.lo -MD -MP -MF .deps/CoinDenseFactorization.Tpo -c CoinDenseFactorization.cpp -fPIC -DPIC -o .libs/CoinDenseFactorization.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinDenseFactorization.lo -MD -MP -MF .deps/CoinDenseFactorization.Tpo -c CoinDenseFactorization.cpp -o CoinDenseFactorization.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinOslFactorization.lo -MD -MP -MF .deps/CoinOslFactorization.Tpo -c CoinOslFactorization.cpp -fPIC -DPIC -o .libs/CoinOslFactorization.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinOslFactorization.lo -MD -MP -MF .deps/CoinOslFactorization.Tpo -c CoinOslFactorization.cpp -o CoinOslFactorization.o >/dev/null 2>&1
libtool: link: /usr/bin/g++-4.8 -O0 -Wall -Wextra -std=c++11 -mfpmath=sse -msse -msse2 -ffloat-store -frounding-math -w -frounding-math -o .libs/makeTestCases makeTestCases-makeTestCases.o makeTestCases-stdFunTestCases.o ../libprim/.libs/libprim.so -Wl,-rpath -Wl,/home/zenna/repos/dreallatest/build/lib
[ 11%] Performing install step for 'FILIB'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
Making install in libprim
/bin/mkdir -p '/home/zenna/repos/dreallatest/build/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libprim.la '/home/zenna/repos/dreallatest/build/lib'
libtool: install: /usr/bin/install -c .libs/libprim.so.0.0.0 /home/zenna/repos/dreallatest/build/lib/libprim.so.0.0.0
libtool: install: (cd /home/zenna/repos/dreallatest/build/lib && { ln -s -f libprim.so.0.0.0 libprim.so.0 || { rm -f libprim.so.0 && ln -s libprim.so.0.0.0 libprim.so.0; }; })
libtool: install: (cd /home/zenna/repos/dreallatest/build/lib && { ln -s -f libprim.so.0.0.0 libprim.so || { rm -f libprim.so && ln -s libprim.so.0.0.0 libprim.so; }; })
libtool: install: /usr/bin/install -c .libs/libprim.lai /home/zenna/repos/dreallatest/build/lib/libprim.la
libtool: install: /usr/bin/install -c .libs/libprim.a /home/zenna/repos/dreallatest/build/lib/libprim.a
libtool: install: chmod 644 /home/zenna/repos/dreallatest/build/lib/libprim.a
libtool: install: ranlib /home/zenna/repos/dreallatest/build/lib/libprim.a
libtool: finish: PATH="/home/zenna/.cabal/bin:/home/zenna/Downloads/android-studio/bin:/home/zenna/repos/clojurescript/bin:/home/zenna/Downloads/mongodb/bin:/home/zenna/bin:/home/zenna/Downloads/bin:/home/zenna/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/zenna/scala/bin:/sbin" ldconfig -n /home/zenna/repos/dreallatest/build/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/zenna/repos/dreallatest/build/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Making install in examples
/bin/mkdir -p '/home/zenna/repos/dreallatest/build/bin'
/bin/bash ../libtool --mode=install /usr/bin/install -c testGauss bisection comp_exp comp_sin horner testNewton simple_example1 example_template '/home/zenna/repos/dreallatest/build/bin'
libtool: install: /usr/bin/install -c .libs/testGauss /home/zenna/repos/dreallatest/build/bin/testGauss
libtool: install: /usr/bin/install -c .libs/bisection /home/zenna/repos/dreallatest/build/bin/bisection
libtool: install: /usr/bin/install -c .libs/comp_exp /home/zenna/repos/dreallatest/build/bin/comp_exp
libtool: install: /usr/bin/install -c .libs/comp_sin /home/zenna/repos/dreallatest/build/bin/comp_sin
libtool: install: /usr/bin/install -c .libs/horner /home/zenna/repos/dreallatest/build/bin/horner
libtool: install: /usr/bin/install -c .libs/testNewton /home/zenna/repos/dreallatest/build/bin/testNewton
libtool: install: /usr/bin/install -c .libs/simple_example1 /home/zenna/repos/dreallatest/build/bin/simple_example1
libtool: install: /usr/bin/install -c .libs/example_template /home/zenna/repos/dreallatest/build/bin/example_template
Making install in test
/bin/mkdir -p '/home/zenna/repos/dreallatest/build/bin'
/bin/bash ../libtool --mode=install /usr/bin/install -c check_0f check_0t check_1f check_2f check_4f check_5f '/home/zenna/repos/dreallatest/build/bin'
libtool: install: /usr/bin/install -c .libs/check_0f /home/zenna/repos/dreallatest/build/bin/check_0f
libtool: install: /usr/bin/install -c .libs/check_0t /home/zenna/repos/dreallatest/build/bin/check_0t
libtool: install: /usr/bin/install -c .libs/check_1f /home/zenna/repos/dreallatest/build/bin/check_1f
libtool: install: /usr/bin/install -c .libs/check_2f /home/zenna/repos/dreallatest/build/bin/check_2f
libtool: install: /usr/bin/install -c .libs/check_4f /home/zenna/repos/dreallatest/build/bin/check_4f
libtool: install: /usr/bin/install -c .libs/check_5f /home/zenna/repos/dreallatest/build/bin/check_5f
/bin/mkdir -p '/home/zenna/repos/dreallatest/build/external/src/FILIB/test/.bin/'
/bin/bash ../libtool --mode=install /usr/bin/install -c makeTestCases '/home/zenna/repos/dreallatest/build/external/src/FILIB/test/.bin/'
libtool: install: /usr/bin/install -c .libs/makeTestCases /home/zenna/repos/dreallatest/build/external/src/FILIB/test/.bin/makeTestCases
/bin/mkdir -p '/home/zenna/repos/dreallatest/build/include'
/bin/mkdir -p '/home/zenna/repos/dreallatest/build/include/fp_traits'
/usr/bin/install -c -m 644 fp_traits/fp_traits.hpp fp_traits/fp_traits_double_x87_no_rounding.icc fp_traits/fp_traits_base_double.icc fp_traits/fp_traits_double_x87_pred_succ_rounding.icc fp_traits/fp_traits_base_float.icc fp_traits/fp_traits_float.hpp fp_traits/fp_traits_double.hpp fp_traits/fp_traits_float_generic_multiplicative.icc fp_traits/fp_traits_double_generic_multiplicative.icc fp_traits/fp_traits_float_generic_native_directed.icc fp_traits/fp_traits_double_generic_native_directed.icc fp_traits/fp_traits_float_generic_native_switched.icc fp_traits/fp_traits_double_generic_native_switched.icc fp_traits/fp_traits_float_generic_no_rounding.icc fp_traits/fp_traits_double_generic_no_rounding.icc fp_traits/fp_traits_float_sse_multiplicative.icc fp_traits/fp_traits_double_generic_pred_succ_rounding.icc fp_traits/fp_traits_float_sse_native_directed.icc fp_traits/fp_traits_double_sse_multiplicative.icc fp_traits/fp_traits_float_sse_native_switched.icc fp_traits/fp_traits_double_sse_native_directed.icc fp_traits/fp_traits_float_sse_no_rounding.icc fp_traits/fp_traits_double_sse_native_switched.icc fp_traits/fp_traits_float_x87_multiplicative.icc fp_traits/fp_traits_double_sse_no_rounding.icc fp_traits/fp_traits_float_x87_native_directed.icc fp_traits/fp_traits_double_sse_pred_succ_rounding.icc fp_traits/fp_traits_float_x87_native_switched.icc fp_traits/fp_traits_double_x87_multiplicative.icc fp_traits/fp_traits_float_x87_no_rounding.icc fp_traits/fp_traits_double_x87_native_directed.icc fp_traits/fp_traits_sse_const.hpp fp_traits/fp_traits_double_x87_native_switched.icc fp_traits/fp_traits_x87_const.hpp fp_traits/fp_traits_double_sse_native_onesided_global.icc fp_traits/fp_traits_double_x87_native_onesided_global.icc fp_traits/fp_traits_float_sse_native_onesided_global.icc fp_traits/fp_traits_float_x87_native_onesided_global.icc fp_traits/fp_traits_double_generic_native_onesided_global.icc fp_traits/fp_traits_float_generic_native_onesided_global.icc '/home/zenna/repos/dreallatest/build/include/fp_traits'
/bin/mkdir -p '/home/zenna/repos/dreallatest/build/include/interval/stdfun'
/usr/bin/install -c -m 644 interval/stdfun/filib_tools.icc interval/stdfun/filib_consts.hpp '/home/zenna/repos/dreallatest/build/include/interval/stdfun'
/bin/mkdir -p '/home/zenna/repos/dreallatest/build/include/interval/stdfun/interval'
/usr/bin/install -c -m 644 interval/stdfun/interval/acos.icc interval/stdfun/interval/acosh.icc interval/stdfun/interval/acoth.icc interval/stdfun/interval/asin.icc interval/stdfun/interval/asinh.icc interval/stdfun/interval/atan.icc interval/stdfun/interval/atanh.icc interval/stdfun/interval/cos.icc interval/stdfun/interval/cosh.icc interval/stdfun/interval/cot.icc interval/stdfun/interval/coth.icc interval/stdfun/interval/exp.icc interval/stdfun/interval/exp10.icc interval/stdfun/interval/exp2.icc interval/stdfun/interval/expm1.icc interval/stdfun/interval/log.icc interval/stdfun/interval/log10.icc interval/stdfun/interval/log1p.icc interval/stdfun/interval/log2.icc interval/stdfun/interval/pow.icc interval/stdfun/interval/sin.icc interval/stdfun/interval/sinh.icc interval/stdfun/interval/sqr.icc interval/stdfun/interval/sqrt.icc interval/stdfun/interval/tan.icc interval/stdfun/interval/tanh.icc '/home/zenna/repos/dreallatest/build/include/interval/stdfun/interval'
/bin/mkdir -p '/home/zenna/repos/dreallatest/build/include/ieee'
/usr/bin/install -c -m 644 ieee/primitive.hpp '/home/zenna/repos/dreallatest/build/include/ieee'
/bin/mkdir -p '/home/zenna/repos/dreallatest/build/include/interval/stdfun/interval/'
/usr/bin/install -c -m 644 interval/stdfun/interval//acot.icc '/home/zenna/repos/dreallatest/build/include/interval/stdfun/interval/'
/bin/mkdir -p '/home/zenna/repos/dreallatest/build/include/rounding_control'
/usr/bin/install -c -m 644 rounding_control/rounding_control.hpp rounding_control/rounding_control_float.hpp rounding_control/rounding_control_config.hpp rounding_control/rounding_control_float_asmmsvci386.icc rounding_control/rounding_control_double.hpp rounding_control/rounding_control_float_asmsparc.icc rounding_control/rounding_control_double_asmmsvci386.icc rounding_control/rounding_control_float_iso9x.icc rounding_control/rounding_control_double_asmsparc.icc rounding_control/rounding_control_float_void.icc rounding_control/rounding_control_double_iso9x.icc rounding_control/rounding_control_stub.hpp rounding_control/rounding_control_double_void.icc '/home/zenna/repos/dreallatest/build/include/rounding_control'
/bin/mkdir -p '/home/zenna/repos/dreallatest/build/include/interval'
/usr/bin/install -c -m 644 interval/tools.icc interval/interval.hpp interval/interval_fo.hpp interval/filib.hpp interval/interval_arith.icc interval/interval.icc '/home/zenna/repos/dreallatest/build/include/interval'
/bin/mkdir -p '/home/zenna/repos/dreallatest/build/include/interval/stdfun/point'
/usr/bin/install -c -m 644 interval/stdfun/point/q_acos.icc interval/stdfun/point/q_acot.icc interval/stdfun/point/q_acsh.icc interval/stdfun/point/q_acth.icc interval/stdfun/point/q_asin.icc interval/stdfun/point/q_asnh.icc interval/stdfun/point/q_atan.icc interval/stdfun/point/q_atn1.icc interval/stdfun/point/q_atnh.icc interval/stdfun/point/q_cos.icc interval/stdfun/point/q_cos1.icc interval/stdfun/point/q_cosh.icc interval/stdfun/point/q_cot.icc interval/stdfun/point/q_coth.icc interval/stdfun/point/q_cth1.icc interval/stdfun/point/q_ep1.icc interval/stdfun/point/q_epm1.icc interval/stdfun/point/q_errm.icc interval/stdfun/point/q_ex10.icc interval/stdfun/point/q_exp.icc interval/stdfun/point/q_exp2.icc interval/stdfun/point/q_expm.icc interval/stdfun/point/q_lg10.icc interval/stdfun/point/q_log.icc interval/stdfun/point/q_log1.icc interval/stdfun/point/q_log2.icc interval/stdfun/point/q_rtrg.icc interval/stdfun/point/q_sin.icc interval/stdfun/point/q_sin1.icc interval/stdfun/point/q_sinh.icc interval/stdfun/point/q_sqr.icc interval/stdfun/point/q_sqrt.icc interval/stdfun/point/q_tan.icc interval/stdfun/point/q_tanh.icc '/home/zenna/repos/dreallatest/build/include/interval/stdfun/point'
[ 11%] Completed 'FILIB'
[ 11%] Built target FILIB
Scanning dependencies of target GFLAGS
[ 12%] Creating directories for 'GFLAGS'
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinOslFactorization2.lo -MD -MP -MF .deps/CoinOslFactorization2.Tpo -c CoinOslFactorization2.cpp -fPIC -DPIC -o .libs/CoinOslFactorization2.o
[ 12%] Performing download step (git clone) for 'GFLAGS'
Cloning into 'GFLAGS'...
Checking connectivity... done
Note: checking out 'origin/master'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 295e83e... fix(CMakeLists.txt): workaround of relative path problem
Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'doc'
Cloning into 'doc'...
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinOslFactorization2.lo -MD -MP -MF .deps/CoinOslFactorization2.Tpo -c CoinOslFactorization2.cpp -o CoinOslFactorization2.o >/dev/null 2>&1
Checking connectivity... done
Submodule path 'doc': checked out 'e1d15b33406ec571095e7a91dbc4b2ada1ae3bac'
[ 13%] No patch step for 'GFLAGS'
[ 14%] Performing update step for 'GFLAGS'
From https://github.com/dreal-deps/gflags
* branch master -> FETCH_HEAD
Already up-to-date.
[ 15%] Performing configure step for 'GFLAGS'
-- The CXX compiler identification is GNU 4.8.2
-- Check for working CXX compiler: /usr/bin/g++-4.8
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinOslFactorization3.lo -MD -MP -MF .deps/CoinOslFactorization3.Tpo -c CoinOslFactorization3.cpp -fPIC -DPIC -o .libs/CoinOslFactorization3.o
-- Check for working CXX compiler: /usr/bin/g++-4.8 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- The C compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/gcc-4.8
-- Check for working C compiler: /usr/bin/gcc-4.8 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Looking for C++ include unistd.h
-- Looking for C++ include unistd.h - found
-- Looking for C++ include stdint.h
-- Looking for C++ include stdint.h - found
-- Looking for C++ include inttypes.h
-- Looking for C++ include inttypes.h - found
-- Looking for C++ include sys/types.h
-- Looking for C++ include sys/types.h - found
-- Looking for C++ include sys/stat.h
-- Looking for C++ include sys/stat.h - found
-- Looking for C++ include fnmatch.h
-- Looking for C++ include fnmatch.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of uint32_t
-- Check size of uint32_t - done
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Check size of pthread_rwlock_t
-- Check size of pthread_rwlock_t - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zenna/repos/dreallatest/build/external/src/GFLAGS
[ 16%] Performing build step for 'GFLAGS'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
Scanning dependencies of target gflags-shared
[ 8%] Building CXX object CMakeFiles/gflags-shared.dir/src/gflags.cc.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinOslFactorization3.lo -MD -MP -MF .deps/CoinOslFactorization3.Tpo -c CoinOslFactorization3.cpp -o CoinOslFactorization3.o >/dev/null 2>&1
[ 16%] Building CXX object CMakeFiles/gflags-shared.dir/src/gflags_reporting.cc.o
[ 25%] Building CXX object CMakeFiles/gflags-shared.dir/src/gflags_completions.cc.o
Linking CXX shared library lib/libgflags.so
[ 25%] Built target gflags-shared
Scanning dependencies of target gflags-static
[ 33%] Building CXX object CMakeFiles/gflags-static.dir/src/gflags.cc.o
[ 41%] Building CXX object CMakeFiles/gflags-static.dir/src/gflags_reporting.cc.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinFileIO.lo -MD -MP -MF .deps/CoinFileIO.Tpo -c CoinFileIO.cpp -fPIC -DPIC -o .libs/CoinFileIO.o
[ 50%] Building CXX object CMakeFiles/gflags-static.dir/src/gflags_completions.cc.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinFileIO.lo -MD -MP -MF .deps/CoinFileIO.Tpo -c CoinFileIO.cpp -o CoinFileIO.o >/dev/null 2>&1
Linking CXX static library lib/libgflags.a
[ 50%] Built target gflags-static
Scanning dependencies of target gflags_nothreads-shared
[ 58%] Building CXX object CMakeFiles/gflags_nothreads-shared.dir/src/gflags.cc.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinFinite.lo -MD -MP -MF .deps/CoinFinite.Tpo -c CoinFinite.cpp -fPIC -DPIC -o .libs/CoinFinite.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinFinite.lo -MD -MP -MF .deps/CoinFinite.Tpo -c CoinFinite.cpp -o CoinFinite.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinIndexedVector.lo -MD -MP -MF .deps/CoinIndexedVector.Tpo -c CoinIndexedVector.cpp -fPIC -DPIC -o .libs/CoinIndexedVector.o
[ 66%] Building CXX object CMakeFiles/gflags_nothreads-shared.dir/src/gflags_reporting.cc.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinIndexedVector.lo -MD -MP -MF .deps/CoinIndexedVector.Tpo -c CoinIndexedVector.cpp -o CoinIndexedVector.o >/dev/null 2>&1
[ 75%] Building CXX object CMakeFiles/gflags_nothreads-shared.dir/src/gflags_completions.cc.o
Linking CXX shared library lib/libgflags_nothreads.so
[ 75%] Built target gflags_nothreads-shared
Scanning dependencies of target gflags_nothreads-static
[ 83%] Building CXX object CMakeFiles/gflags_nothreads-static.dir/src/gflags.cc.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinLpIO.lo -MD -MP -MF .deps/CoinLpIO.Tpo -c CoinLpIO.cpp -fPIC -DPIC -o .libs/CoinLpIO.o
[ 91%] Building CXX object CMakeFiles/gflags_nothreads-static.dir/src/gflags_reporting.cc.o
CoinLpIO.cpp: In member function 'void CoinLpIO::readLp(FILE*)':
CoinLpIO.cpp:2264:29: warning: conversion to 'int' from 'size_t {aka long unsigned int}' may alter its value [-Wconversion]
int length=strlen(buff);
^
CoinLpIO.cpp:2316:31: warning: conversion to 'int' from 'size_t {aka long unsigned int}' may alter its value [-Wconversion]
int length=strlen(next+1);
^
CoinLpIO.cpp:2364:72: warning: too many arguments for format [-Wformat-extra-args]
sprintf(printBuffer,"### CoinLpIO::readLp(): bad SOS item", buff);
^
[100%] Building CXX object CMakeFiles/gflags_nothreads-static.dir/src/gflags_completions.cc.o
Linking CXX static library lib/libgflags_nothreads.a
[100%] Built target gflags_nothreads-static
[ 17%] Performing install step for 'GFLAGS'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
[ 25%] Built target gflags-shared
[ 50%] Built target gflags-static
[ 75%] Built target gflags_nothreads-shared
[100%] Built target gflags_nothreads-static
Install the project...
-- Install configuration: ""
-- Installing: /home/zenna/repos/dreallatest/build/lib/libgflags.a
-- Installing: /home/zenna/repos/dreallatest/build/lib/libgflags_nothreads.a
-- Installing: /home/zenna/repos/dreallatest/build/lib/libgflags.so.2.2.0
-- Installing: /home/zenna/repos/dreallatest/build/lib/libgflags.so.2
-- Installing: /home/zenna/repos/dreallatest/build/lib/libgflags.so
-- Installing: /home/zenna/repos/dreallatest/build/lib/libgflags_nothreads.so.2.2.0
-- Installing: /home/zenna/repos/dreallatest/build/lib/libgflags_nothreads.so.2
-- Installing: /home/zenna/repos/dreallatest/build/lib/libgflags_nothreads.so
-- Installing: /home/zenna/repos/dreallatest/build/include/gflags/gflags.h
-- Installing: /home/zenna/repos/dreallatest/build/include/gflags/gflags_declare.h
-- Installing: /home/zenna/repos/dreallatest/build/include/gflags/gflags_completions.h
-- Installing: /home/zenna/repos/dreallatest/build/include/gflags/gflags_gflags.h
-- Installing: /home/zenna/repos/dreallatest/build/lib/cmake/gflags/gflags-config.cmake
-- Installing: /home/zenna/repos/dreallatest/build/lib/cmake/gflags/gflags-config-version.cmake
-- Installing: /home/zenna/repos/dreallatest/build/lib/cmake/gflags/gflags-export.cmake
-- Installing: /home/zenna/repos/dreallatest/build/lib/cmake/gflags/gflags-export-noconfig.cmake
-- Installing: /home/zenna/repos/dreallatest/build/bin/gflags_completions.sh
[ 18%] Completed 'GFLAGS'
[ 18%] Built target GFLAGS
Scanning dependencies of target GTEST
[ 19%] Creating directories for 'GTEST'
[ 20%] Performing download step (git clone) for 'GTEST'
Cloning into 'GTEST'...
Checking connectivity... done
Note: checking out 'origin/master'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 10ffe5f... add lib in install
[ 21%] No patch step for 'GTEST'
[ 21%] Performing update step for 'GTEST'
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinLpIO.lo -MD -MP -MF .deps/CoinLpIO.Tpo -c CoinLpIO.cpp -o CoinLpIO.o >/dev/null 2>&1
From https://github.com/dreal-deps/googletest
* branch master -> FETCH_HEAD
Already up-to-date.
[ 22%] Performing configure step for 'GTEST'
-- The CXX compiler identification is GNU 4.8.2
-- The C compiler identification is GNU 4.8.2
-- Check for working CXX compiler: /usr/bin/g++-4.8
-- Check for working CXX compiler: /usr/bin/g++-4.8 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc-4.8
-- Check for working C compiler: /usr/bin/gcc-4.8 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Found PythonInterp: /usr/bin/python (found version "2.7.6")
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zenna/repos/dreallatest/build/external/src/GTEST
[ 23%] Performing build step for 'GTEST'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
Scanning dependencies of target gtest
[ 50%] Building CXX object CMakeFiles/gtest.dir/src/gtest-all.cc.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinMessage.lo -MD -MP -MF .deps/CoinMessage.Tpo -c CoinMessage.cpp -fPIC -DPIC -o .libs/CoinMessage.o
CoinMessage.cpp: In constructor 'CoinMessage::CoinMessage(CoinMessages::Language)':
CoinMessage.cpp:77:34: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
CoinMessages(sizeof(us_english)/sizeof(Coin_message))
^
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinMessage.lo -MD -MP -MF .deps/CoinMessage.Tpo -c CoinMessage.cpp -o CoinMessage.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinMessageHandler.lo -MD -MP -MF .deps/CoinMessageHandler.Tpo -c CoinMessageHandler.cpp -fPIC -DPIC -o .libs/CoinMessageHandler.o
CoinMessageHandler.cpp: In member function 'CoinMessageHandler& CoinMessageHandler::operator<<(double)':
CoinMessageHandler.cpp:823:35: warning: format not a string literal and no format arguments [-Wformat-security]
sprintf(messageOut_,format_+2);
^
Linking CXX static library libgtest.a
[ 50%] Built target gtest
Scanning dependencies of target gtest_main
[100%] Building CXX object CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinMessageHandler.lo -MD -MP -MF .deps/CoinMessageHandler.Tpo -c CoinMessageHandler.cpp -o CoinMessageHandler.o >/dev/null 2>&1
Linking CXX static library libgtest_main.a
[100%] Built target gtest_main
[ 24%] Performing install step for 'GTEST'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
[ 50%] Built target gtest
[100%] Built target gtest_main
Install the project...
-- Install configuration: ""
-- Installing: /home/zenna/repos/dreallatest/build/include/gtest
-- Installing: /home/zenna/repos/dreallatest/build/include/gtest/gtest.h
-- Installing: /home/zenna/repos/dreallatest/build/include/gtest/gtest_prod.h
-- Installing: /home/zenna/repos/dreallatest/build/include/gtest/gtest-typed-test.h
-- Installing: /home/zenna/repos/dreallatest/build/include/gtest/gtest-message.h
-- Installing: /home/zenna/repos/dreallatest/build/include/gtest/internal
-- Installing: /home/zenna/repos/dreallatest/build/include/gtest/internal/gtest-filepath.h
-- Installing: /home/zenna/repos/dreallatest/build/include/gtest/internal/gtest-param-util-generated.h
-- Installing: /home/zenna/repos/dreallatest/build/include/gtest/internal/gtest-internal.h
-- Installing: /home/zenna/repos/dreallatest/build/include/gtest/internal/gtest-linked_ptr.h
-- Installing: /home/zenna/repos/dreallatest/build/include/gtest/internal/gtest-death-test-internal.h
-- Installing: /home/zenna/repos/dreallatest/build/include/gtest/internal/gtest-port.h
-- Installing: /home/zenna/repos/dreallatest/build/include/gtest/internal/gtest-param-util.h
-- Installing: /home/zenna/repos/dreallatest/build/include/gtest/internal/gtest-string.h
-- Installing: /home/zenna/repos/dreallatest/build/include/gtest/internal/gtest-tuple.h
-- Installing: /home/zenna/repos/dreallatest/build/include/gtest/internal/gtest-type-util.h
-- Installing: /home/zenna/repos/dreallatest/build/include/gtest/gtest-test-part.h
-- Installing: /home/zenna/repos/dreallatest/build/include/gtest/gtest_pred_impl.h
-- Installing: /home/zenna/repos/dreallatest/build/include/gtest/gtest-param-test.h
-- Installing: /home/zenna/repos/dreallatest/build/include/gtest/gtest-spi.h
-- Installing: /home/zenna/repos/dreallatest/build/include/gtest/gtest-death-test.h
-- Installing: /home/zenna/repos/dreallatest/build/include/gtest/gtest-printers.h
-- Installing: /home/zenna/repos/dreallatest/build/lib/libgtest.a
[ 25%] Completed 'GTEST'
[ 25%] Built target GTEST
Scanning dependencies of target JSON
[ 26%] Creating directories for 'JSON'
[ 27%] Performing download step (git clone) for 'JSON'
Cloning into 'JSON'...
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinModel.lo -MD -MP -MF .deps/CoinModel.Tpo -c CoinModel.cpp -fPIC -DPIC -o .libs/CoinModel.o
Checking connectivity... done
Note: checking out 'origin/master'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 2b82576... removed failing test case
[ 27%] No patch step for 'JSON'
[ 28%] Performing update step for 'JSON'
From https://github.com/dreal-deps/json
* branch master -> FETCH_HEAD
Already up-to-date.
[ 29%] Performing configure step for 'JSON'
nothing to configure
[ 30%] Performing build step for 'JSON'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
In file included from test/unit.cpp:11:0:
test/catch.hpp:264:57: warning: ‘const T& Catch::operator+(const T&, Catch::StreamEndStop)’ should return by value [-Weffc++]
T const& operator + ( T const& value, StreamEndStop ) {
^
test/catch.hpp: In copy constructor ‘Catch::NotImplementedException::NotImplementedException(const Catch::NotImplementedException&)’:
test/catch.hpp:280:9: warning: ‘Catch::NotImplementedException::m_what’ should be initialized in the member initialization list [-Weffc++]
NotImplementedException( NotImplementedException const& ) {}
^
test/catch.hpp:280:9: warning: ‘Catch::NotImplementedException::m_lineInfo’ should be initialized in the member initialization list [-Weffc++]
In file included from test/unit.cpp:11:0:
test/catch.hpp: At global scope:
test/catch.hpp:478:7: warning: ‘class Catch::MethodTestCase<C>’ only defines a private destructor and has no friends [-Wctor-dtor-privacy]
class MethodTestCase : public SharedImpl<ITestCase> {
^
test/catch.hpp: In constructor ‘Catch::AssertionInfo::AssertionInfo()’:
test/catch.hpp:645:9: warning: ‘Catch::AssertionInfo::macroName’ should be initialized in the member initialization list [-Weffc++]
AssertionInfo() {}
^
test/catch.hpp:645:9: warning: ‘Catch::AssertionInfo::lineInfo’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:645:9: warning: ‘Catch::AssertionInfo::capturedExpression’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:645:9: warning: ‘Catch::AssertionInfo::resultDisposition’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp: In constructor ‘Catch::AssertionResultData::AssertionResultData()’:
test/catch.hpp:659:9: warning: ‘Catch::AssertionResultData::reconstructedExpression’ should be initialized in the member initialization list [-Weffc++]
AssertionResultData() : resultType( ResultWas::Unknown ) {}
^
test/catch.hpp:659:9: warning: ‘Catch::AssertionResultData::message’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp: In constructor ‘Catch::CopyableStream::CopyableStream()’:
test/catch.hpp:707:9: warning: ‘Catch::CopyableStream::oss’ should be initialized in the member initialization list [-Weffc++]
CopyableStream() {}
^
test/catch.hpp: In copy constructor ‘Catch::CopyableStream::CopyableStream(const Catch::CopyableStream&)’:
test/catch.hpp:708:9: warning: ‘Catch::CopyableStream::oss’ should be initialized in the member initialization list [-Weffc++]
CopyableStream( CopyableStream const& other ) {
^
test/catch.hpp: At global scope:
test/catch.hpp:736:133: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ResultBuilder::operator&&(const RhsT&)’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator && ( RhsT const& );
^
test/catch.hpp:737:133: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ResultBuilder::operator||(const RhsT&)’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator || ( RhsT const& );
^
test/catch.hpp: In constructor ‘Catch::ResultBuilder::ExprComponents::ExprComponents()’:
test/catch.hpp:761:13: warning: ‘Catch::ResultBuilder::ExprComponents::lhs’ should be initialized in the member initialization list [-Weffc++]
ExprComponents() : testFalse( false ) {}
^
test/catch.hpp:761:13: warning: ‘Catch::ResultBuilder::ExprComponents::rhs’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:761:13: warning: ‘Catch::ResultBuilder::ExprComponents::op’ should be initialized in the member initialization list [-Weffc++]
In file included from test/unit.cpp:11:0:
test/catch.hpp: At global scope:
test/catch.hpp:1276:128: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator+(const RhsT&)’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator + ( RhsT const& );
^
test/catch.hpp:1277:128: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator-(const RhsT&)’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator - ( RhsT const& );
^
test/catch.hpp:1278:128: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator/(const RhsT&)’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator / ( RhsT const& );
^
test/catch.hpp:1279:128: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator*(const RhsT&)’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator * ( RhsT const& );
^
test/catch.hpp:1280:129: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator&&(const RhsT&)’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator && ( RhsT const& );
^
test/catch.hpp:1281:129: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator||(const RhsT&)’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator || ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘class Catch::ExpressionLhs<bool>’:
test/catch.hpp:1308:72: required from here
test/catch.hpp:1276:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator+(const RhsT&) [with RhsT = RhsT; T = bool]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator + ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp:1277:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator-(const RhsT&) [with RhsT = RhsT; T = bool]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator - ( RhsT const& );
^
test/catch.hpp:1278:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator/(const RhsT&) [with RhsT = RhsT; T = bool]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator / ( RhsT const& );
^
test/catch.hpp:1279:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator*(const RhsT&) [with RhsT = RhsT; T = bool]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator * ( RhsT const& );
^
test/catch.hpp:1280:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator&&(const RhsT&) [with RhsT = RhsT; T = bool]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator && ( RhsT const& );
^
test/catch.hpp:1281:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator||(const RhsT&) [with RhsT = RhsT; T = bool]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator || ( RhsT const& );
^
test/catch.hpp: In constructor ‘Catch::MessageBuilder::MessageBuilder(const string&, const Catch::SourceLineInfo&, Catch::ResultWas::OfType)’:
test/catch.hpp:1343:9: warning: ‘Catch::MessageBuilder::m_stream’ should be initialized in the member initialization list [-Weffc++]
MessageBuilder( std::string const& macroName,
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In constructor ‘Catch::Totals::Totals()’:
test/catch.hpp:1645:12: warning: ‘Catch::Totals::assertions’ should be initialized in the member initialization list [-Weffc++]
struct Totals {
^
test/catch.hpp:1645:12: warning: ‘Catch::Totals::testCases’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp: In member function ‘Catch::Totals Catch::Totals::operator-(const Catch::Totals&) const’:
test/catch.hpp:1648:20: note: synthesized method ‘Catch::Totals::Totals()’ first required here
Totals diff;
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: At global scope:
test/catch.hpp:2470:11: warning: base class ‘struct Catch::TestCaseInfo’ has a non-virtual destructor [-Weffc++]
class TestCase : public TestCaseInfo {
^
In file included from test/unit.cpp:11:0:
test/catch.hpp:2845:11: warning: ‘class Catch::TestSpecParser’ has pointer data members [-Weffc++]
class TestSpecParser {
^
test/catch.hpp:2845:11: warning: but does not override ‘Catch::TestSpecParser(const Catch::TestSpecParser&)’ [-Weffc++]
test/catch.hpp:2845:11: warning: or ‘operator=(const Catch::TestSpecParser&)’ [-Weffc++]
test/catch.hpp: In constructor ‘Catch::TestSpecParser::TestSpecParser(const Catch::ITagAliasRegistry&)’:
test/catch.hpp:2856:9: warning: ‘Catch::TestSpecParser::m_mode’ should be initialized in the member initialization list [-Weffc++]
TestSpecParser( ITagAliasRegistry const& tagAliases ) : m_tagAliases( &tagAliases ) {}
^
test/catch.hpp:2856:9: warning: ‘Catch::TestSpecParser::m_exclusion’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:2856:9: warning: ‘Catch::TestSpecParser::m_start’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:2856:9: warning: ‘Catch::TestSpecParser::m_pos’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:2856:9: warning: ‘Catch::TestSpecParser::m_arg’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:2856:9: warning: ‘Catch::TestSpecParser::m_currentFilter’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp: In constructor ‘Catch::TestSpec::Filter::Filter()’:
test/catch.hpp:2808:16: warning: ‘Catch::TestSpec::Filter::m_patterns’ should be initialized in the member initialization list [-Weffc++]
struct Filter {
^
test/catch.hpp: In constructor ‘Catch::TestSpecParser::TestSpecParser(const Catch::ITagAliasRegistry&)’:
test/catch.hpp:2856:91: note: synthesized method ‘Catch::TestSpec::Filter::Filter()’ first required here
TestSpecParser( ITagAliasRegistry const& tagAliases ) : m_tagAliases( &tagAliases ) {}
^
test/catch.hpp:2856:9: warning: ‘Catch::TestSpecParser::m_testSpec’ should be initialized in the member initialization list [-Weffc++]
TestSpecParser( ITagAliasRegistry const& tagAliases ) : m_tagAliases( &tagAliases ) {}
^
test/catch.hpp: In constructor ‘Catch::TestSpec::TestSpec()’:
test/catch.hpp:2739:11: warning: ‘Catch::TestSpec::m_filters’ should be initialized in the member initialization list [-Weffc++]
class TestSpec {
^
test/catch.hpp: In constructor ‘Catch::TestSpecParser::TestSpecParser(const Catch::ITagAliasRegistry&)’:
test/catch.hpp:2856:91: note: synthesized method ‘Catch::TestSpec::TestSpec()’ first required here
TestSpecParser( ITagAliasRegistry const& tagAliases ) : m_tagAliases( &tagAliases ) {}
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In constructor ‘Catch::ConfigData::ConfigData()’:
test/catch.hpp:3022:9: warning: ‘Catch::ConfigData::reporterName’ should be initialized in the member initialization list [-Weffc++]
ConfigData()
^
test/catch.hpp:3022:9: warning: ‘Catch::ConfigData::outputFilename’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:3022:9: warning: ‘Catch::ConfigData::name’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:3022:9: warning: ‘Catch::ConfigData::processName’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:3022:9: warning: ‘Catch::ConfigData::testsOrTags’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp: In constructor ‘Catch::Config::Config()’:
test/catch.hpp:3070:9: warning: ‘Catch::Config::m_data’ should be initialized in the member initialization list [-Weffc++]
Config()
^
test/catch.hpp:3070:9: warning: ‘Catch::Config::m_stream’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:3070:9: warning: ‘Catch::Config::m_testSpec’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp: In constructor ‘Catch::Config::Config(const Catch::ConfigData&)’:
test/catch.hpp:3074:9: warning: ‘Catch::Config::m_stream’ should be initialized in the member initialization list [-Weffc++]
Config( ConfigData const& data )
^
test/catch.hpp:3074:9: warning: ‘Catch::Config::m_testSpec’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp: In member function ‘void Catch::Config::useStream(const string&)’:
test/catch.hpp:3113:20: warning: declaration of ‘stream’ shadows a member of 'this' [-Wshadow]
Stream stream = createStream( streamName );
^
test/catch.hpp: In constructor ‘Tbc::Text::Text(const string&, const Tbc::TextAttributes&)’:
test/catch.hpp:3219:9: warning: ‘Tbc::Text::str’ should be initialized in the member initialization list [-Weffc++]
Text( std::string const& _str, TextAttributes const& _attr = TextAttributes() )
^
test/catch.hpp:3219:9: warning: ‘Tbc::Text::lines’ should be initialized in the member initialization list [-Weffc++]
In file included from test/unit.cpp:11:0:
test/catch.hpp: In member function ‘Catch::Clara::CommandLine<ConfigT>::ArgBuilder& Catch::Clara::CommandLine<ConfigT>::ArgBuilder::detail(const string&)’:
test/catch.hpp:3728:61: warning: declaration of ‘detail’ shadows a member of 'this' [-Wshadow]
ArgBuilder& detail( std::string const& detail ) {
^
test/catch.hpp: In member function ‘void Catch::Clara::CommandLine<ConfigT>::optUsage(std::ostream&, std::size_t, std::size_t) const’:
test/catch.hpp:3812:37: warning: declaration of ‘usage’ shadows a member of 'this' [-Wshadow]
Detail::Text usage( it->commands(), Detail::TextAttributes()
^
test/catch.hpp: In instantiation of ‘class Catch::Clara::CommandLine<Catch::ConfigData>::OptBuilder’:
test/catch.hpp:4062:17: required from here
test/catch.hpp:3737:15: warning: base class ‘class Catch::Clara::CommandLine<Catch::ConfigData>::ArgBuilder’ has a non-virtual destructor [-Weffc++]
class OptBuilder : public ArgBuilder {
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In constructor ‘Catch::Tbc::Text::Text(const string&, const Catch::Tbc::TextAttributes&)’:
test/catch.hpp:4207:9: warning: ‘Catch::Tbc::Text::str’ should be initialized in the member initialization list [-Weffc++]
Text( std::string const& _str, TextAttributes const& _attr = TextAttributes() )
^
test/catch.hpp:4207:9: warning: ‘Catch::Tbc::Text::lines’ should be initialized in the member initialization list [-Weffc++]
In file included from test/unit.cpp:11:0:
test/catch.hpp: At global scope:
test/catch.hpp:4383:12: warning: ‘struct Catch::ReporterConfig’ has pointer data members [-Weffc++]
struct ReporterConfig {
^
test/catch.hpp:4383:12: warning: but does not override ‘Catch::ReporterConfig(const Catch::ReporterConfig&)’ [-Weffc++]
test/catch.hpp:4383:12: warning: or ‘operator=(const Catch::ReporterConfig&)’ [-Weffc++]
In file included from test/unit.cpp:11:0:
test/catch.hpp: In constructor ‘Catch::TestGroupStats::TestGroupStats(const Catch::GroupInfo&)’:
test/catch.hpp:4531:9: warning: ‘Catch::TestGroupStats::totals’ should be initialized in the member initialization list [-Weffc++]
TestGroupStats( GroupInfo const& _groupInfo )
^
test/catch.hpp: In constructor ‘Catch::TagInfo::TagInfo()’:
test/catch.hpp:4680:9: warning: ‘Catch::TagInfo::spellings’ should be initialized in the member initialization list [-Weffc++]
TagInfo() : count ( 0 ) {}
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: At global scope:
test/catch.hpp:4793:11: warning: ‘class Catch::SectionTracking::TrackedSection’ has pointer data members [-Weffc++]
class TrackedSection {
^
test/catch.hpp:4793:11: warning: but does not override ‘Catch::SectionTracking::TrackedSection(const Catch::SectionTracking::TrackedSection&)’ [-Weffc++]
test/catch.hpp:4793:11: warning: or ‘operator=(const Catch::SectionTracking::TrackedSection&)’ [-Weffc++]
test/catch.hpp: In constructor ‘Catch::SectionTracking::TrackedSection::TrackedSection(const string&, Catch::SectionTracking::TrackedSection*)’:
test/catch.hpp:4805:9: warning: ‘Catch::SectionTracking::TrackedSection::m_children’ should be initialized in the member initialization list [-Weffc++]
TrackedSection( std::string const& name, TrackedSection* parent )
^
test/catch.hpp: At global scope:
test/catch.hpp:4852:11: warning: ‘class Catch::SectionTracking::TestCaseTracker’ has pointer data members [-Weffc++]
class TestCaseTracker {
^
test/catch.hpp:4852:11: warning: but does not override ‘Catch::SectionTracking::TestCaseTracker(const Catch::SectionTracking::TestCaseTracker&)’ [-Weffc++]
test/catch.hpp:4852:11: warning: or ‘operator=(const Catch::SectionTracking::TestCaseTracker&)’ [-Weffc++]
test/catch.hpp:4923:11: warning: ‘class Catch::StreamRedirect’ has pointer data members [-Weffc++]
class StreamRedirect {
^
test/catch.hpp:4923:11: warning: but does not override ‘Catch::StreamRedirect(const Catch::StreamRedirect&)’ [-Weffc++]
test/catch.hpp:4923:11: warning: or ‘operator=(const Catch::StreamRedirect&)’ [-Weffc++]
test/catch.hpp: In constructor ‘Catch::StreamRedirect::StreamRedirect(std::ostream&, std::string&)’:
test/catch.hpp:4926:9: warning: ‘Catch::StreamRedirect::m_oss’ should be initialized in the member initialization list [-Weffc++]
StreamRedirect( std::ostream& stream, std::string& targetString )
^
test/catch.hpp: In constructor ‘Catch::RunContext::RunContext(const Catch::Ptr<const Catch::IConfig>&, const Catch::Ptr<Catch::IStreamingReporter>&)’:
test/catch.hpp:4956:9: warning: declaration of ‘config’ shadows a member of 'this' [-Wshadow]
: m_runInfo( config->name() ),
^
test/catch.hpp:4955:18: warning: ‘Catch::RunContext::m_testCaseTracker’ should be initialized in the member initialization list [-Weffc++]
explicit RunContext( Ptr<IConfig const> const& config, Ptr<IStreamingReporter> const& reporter )
^
test/catch.hpp:4955:18: warning: ‘Catch::RunContext::m_lastResult’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:4955:18: warning: ‘Catch::RunContext::m_totals’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:4955:18: warning: ‘Catch::RunContext::m_messages’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:4955:18: warning: ‘Catch::RunContext::m_lastAssertionInfo’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:4955:18: warning: ‘Catch::RunContext::m_unfinishedSections’ should be initialized in the member initialization list [-Weffc++]
In file included from test/unit.cpp:11:0:
test/catch.hpp: In constructor ‘Catch::Runner::Runner(const Catch::Ptr<Catch::Config>&)’:
test/catch.hpp:5243:9: warning: ‘Catch::Runner::m_ofs’ should be initialized in the member initialization list [-Weffc++]
Runner( Ptr<Config> const& config )
^
test/catch.hpp:5243:9: warning: ‘Catch::Runner::m_reporter’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:5243:9: warning: ‘Catch::Runner::m_testsAlreadyRun’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp: In constructor ‘Catch::Session::Session()’:
test/catch.hpp:5323:9: warning: ‘Catch::Session::m_unusedTokens’ should be initialized in the member initialization list [-Weffc++]
Session()
^
test/catch.hpp:5323:9: warning: ‘Catch::Session::m_configData’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:5323:9: warning: ‘Catch::Session::m_config’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp: In constructor ‘Catch::TestRegistry::TestRegistry()’:
test/catch.hpp:5444:9: warning: ‘Catch::TestRegistry::m_functions’ should be initialized in the member initialization list [-Weffc++]
TestRegistry() : m_unnamedCount( 0 ) {}
^
test/catch.hpp:5444:9: warning: ‘Catch::TestRegistry::m_functionsInOrder’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:5444:9: warning: ‘Catch::TestRegistry::m_nonHiddenFunctions’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp: At global scope:
test/catch.hpp:5501:11: warning: ‘class Catch::FreeFunctionTestCase’ only defines a private destructor and has no friends [-Wctor-dtor-privacy]
class FreeFunctionTestCase : public SharedImpl<ITestCase> {
^
test/catch.hpp: In constructor ‘Catch::{anonymous}::RegistryHub::RegistryHub()’:
test/catch.hpp:5666:13: warning: ‘Catch::{anonymous}::RegistryHub::m_testCaseRegistry’ should be initialized in the member initialization list [-Weffc++]
RegistryHub() {
^
test/catch.hpp:5666:13: warning: ‘Catch::{anonymous}::RegistryHub::m_reporterRegistry’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp: In constructor ‘Catch::ReporterRegistry::ReporterRegistry()’:
test/catch.hpp:5561:11: warning: ‘Catch::ReporterRegistry::m_factories’ should be initialized in the member initialization list [-Weffc++]
class ReporterRegistry : public IReporterRegistry {
^
test/catch.hpp: In constructor ‘Catch::{anonymous}::RegistryHub::RegistryHub()’:
test/catch.hpp:5666:27: note: synthesized method ‘Catch::ReporterRegistry::ReporterRegistry()’ first required here
RegistryHub() {
^
test/catch.hpp:5666:13: warning: ‘Catch::{anonymous}::RegistryHub::m_exceptionTranslatorRegistry’ should be initialized in the member initialization list [-Weffc++]
RegistryHub() {
^
test/catch.hpp: In constructor ‘Catch::ExceptionTranslatorRegistry::ExceptionTranslatorRegistry()’:
test/catch.hpp:5598:11: warning: ‘Catch::ExceptionTranslatorRegistry::m_translators’ should be initialized in the member initialization list [-Weffc++]
class ExceptionTranslatorRegistry : public IExceptionTranslatorRegistry {
^
test/catch.hpp: In constructor ‘Catch::{anonymous}::RegistryHub::RegistryHub()’:
test/catch.hpp:5666:27: note: synthesized method ‘Catch::ExceptionTranslatorRegistry::ExceptionTranslatorRegistry()’ first required here
RegistryHub() {
^
test/catch.hpp: In constructor ‘Catch::NotImplementedException::NotImplementedException(const Catch::SourceLineInfo&)’:
test/catch.hpp:5728:5: warning: ‘Catch::NotImplementedException::m_what’ should be initialized in the member initialization list [-Weffc++]
NotImplementedException::NotImplementedException( SourceLineInfo const& lineInfo )
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In constructor ‘Catch::Context::Context()’:
test/catch.hpp:5832:9: warning: ‘Catch::Context::m_generatorsByTestName’ should be initialized in the member initialization list [-Weffc++]
Context() : m_config( NULL ), m_runner( NULL ), m_resultCapture( NULL ) {}
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In constructor ‘Catch::GeneratorsForTest::GeneratorsForTest()’:
test/catch.hpp:6115:11: warning: ‘Catch::GeneratorsForTest::m_generatorsByName’ should be initialized in the member initialization list [-Weffc++]
class GeneratorsForTest : public IGeneratorsForTest {
^
test/catch.hpp:6115:11: warning: ‘Catch::GeneratorsForTest::m_generatorsInOrder’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp: In function ‘Catch::IGeneratorsForTest* Catch::createGeneratorsForTest()’:
test/catch.hpp:6150:38: note: synthesized method ‘Catch::GeneratorsForTest::GeneratorsForTest()’ first required here
return new GeneratorsForTest();
^
test/catch.hpp: In constructor ‘Catch::AssertionResult::AssertionResult()’:
test/catch.hpp:6170:5: warning: ‘Catch::AssertionResult::m_info’ should be initialized in the member initialization list [-Weffc++]
AssertionResult::AssertionResult() {}
^
test/catch.hpp:6170:5: warning: ‘Catch::AssertionResult::m_resultData’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp: In constructor ‘Catch::TestCaseInfo::TestCaseInfo(const string&, const string&, const string&, const std::set<std::basic_string<char> >&, const Catch::SourceLineInfo&)’:
test/catch.hpp:6317:5: warning: ‘Catch::TestCaseInfo::lcaseTags’ should be initialized in the member initialization list [-Weffc++]
TestCaseInfo::TestCaseInfo( std::string const& _name,
^
test/catch.hpp:6317:5: warning: ‘Catch::TestCaseInfo::tagsAsString’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp: In constructor ‘Catch::MessageInfo::MessageInfo(const string&, const Catch::SourceLineInfo&, Catch::ResultWas::OfType)’:
test/catch.hpp:6428:5: warning: ‘Catch::MessageInfo::message’ should be initialized in the member initialization list [-Weffc++]
MessageInfo::MessageInfo( std::string const& _macroName,
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In constructor ‘Catch::SourceLineInfo::SourceLineInfo()’:
test/catch.hpp:6675:5: warning: ‘Catch::SourceLineInfo::file’ should be initialized in the member initialization list [-Weffc++]
SourceLineInfo::SourceLineInfo() : line( 0 ){}
^
test/catch.hpp: In constructor ‘Catch::Section::Section(const Catch::SectionInfo&)’:
test/catch.hpp:6722:5: warning: ‘Catch::Section::m_name’ should be initialized in the member initialization list [-Weffc++]
Section::Section( SectionInfo const& info )
^
test/catch.hpp:6722:5: warning: ‘Catch::Section::m_assertions’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:6722:5: warning: ‘Catch::Section::m_timer’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp: In constructor ‘Catch::ResultBuilder::ResultBuilder(const char*, const Catch::SourceLineInfo&, const char*, Catch::ResultDisposition::Flags)’:
test/catch.hpp:7005:5: warning: ‘Catch::ResultBuilder::m_data’ should be initialized in the member initialization list [-Weffc++]
ResultBuilder::ResultBuilder( char const* macroName,
^
test/catch.hpp:7005:5: warning: ‘Catch::ResultBuilder::m_exprComponents’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:7005:5: warning: ‘Catch::ResultBuilder::m_stream’ should be initialized in the member initialization list [-Weffc++]
In file included from test/unit.cpp:11:0:
test/catch.hpp: In constructor ‘Catch::TagAliasRegistry::TagAliasRegistry()’:
test/catch.hpp:7123:11: warning: ‘Catch::TagAliasRegistry::m_registry’ should be initialized in the member initialization list [-Weffc++]
class TagAliasRegistry : public ITagAliasRegistry {
^
test/catch.hpp: In static member function ‘static Catch::TagAliasRegistry& Catch::TagAliasRegistry::get()’:
test/catch.hpp:7184:33: note: synthesized method ‘Catch::TagAliasRegistry::TagAliasRegistry()’ first required here
static TagAliasRegistry instance;
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘struct Catch::LazyStat<Catch::TestRunInfo>’:
test/catch.hpp:7257:31: required from here
test/catch.hpp:4407:12: warning: base class ‘class Catch::Option<Catch::TestRunInfo>’ has a non-virtual destructor [-Weffc++]
struct LazyStat : Option<T> {
^
test/catch.hpp: In instantiation of ‘struct Catch::LazyStat<Catch::GroupInfo>’:
test/catch.hpp:7258:29: required from here
test/catch.hpp:4407:12: warning: base class ‘class Catch::Option<Catch::GroupInfo>’ has a non-virtual destructor [-Weffc++]
test/catch.hpp: In instantiation of ‘struct Catch::LazyStat<Catch::TestCaseInfo>’:
test/catch.hpp:7259:32: required from here
test/catch.hpp:4407:12: warning: base class ‘class Catch::Option<Catch::TestCaseInfo>’ has a non-virtual destructor [-Weffc++]
In file included from test/unit.cpp:11:0:
test/catch.hpp: In constructor ‘Catch::StreamingReporterBase::StreamingReporterBase(const Catch::ReporterConfig&)’:
test/catch.hpp:7215:9: warning: ‘Catch::StreamingReporterBase::currentTestRunInfo’ should be initialized in the member initialization list [-Weffc++]
StreamingReporterBase( ReporterConfig const& _config )
^
test/catch.hpp:7215:9: warning: ‘Catch::StreamingReporterBase::currentGroupInfo’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:7215:9: warning: ‘Catch::StreamingReporterBase::currentTestCaseInfo’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:7215:9: warning: ‘Catch::StreamingReporterBase::m_sectionStack’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp: In constructor ‘Catch::CumulativeReporterBase::SectionNode::SectionNode(const Catch::SectionStats&)’:
test/catch.hpp:7275:22: warning: ‘Catch::CumulativeReporterBase::SectionNode::childSections’ should be initialized in the member initialization list [-Weffc++]
explicit SectionNode( SectionStats const& _stats ) : stats( _stats ) {}
^
test/catch.hpp:7275:22: warning: ‘Catch::CumulativeReporterBase::SectionNode::assertions’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:7275:22: warning: ‘Catch::CumulativeReporterBase::SectionNode::stdOut’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:7275:22: warning: ‘Catch::CumulativeReporterBase::SectionNode::stdErr’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp: In constructor ‘Catch::CumulativeReporterBase::CumulativeReporterBase(const Catch::ReporterConfig&)’:
test/catch.hpp:7309:9: warning: ‘Catch::CumulativeReporterBase::m_assertions’ should be initialized in the member initialization list [-Weffc++]
CumulativeReporterBase( ReporterConfig const& _config )
^
test/catch.hpp:7309:9: warning: ‘Catch::CumulativeReporterBase::m_sections’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:7309:9: warning: ‘Catch::CumulativeReporterBase::m_testCases’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:7309:9: warning: ‘Catch::CumulativeReporterBase::m_testGroups’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:7309:9: warning: ‘Catch::CumulativeReporterBase::m_testRuns’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:7309:9: warning: ‘Catch::CumulativeReporterBase::m_rootSection’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:7309:9: warning: ‘Catch::CumulativeReporterBase::m_deepestSection’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:7309:9: warning: ‘Catch::CumulativeReporterBase::m_sectionStack’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp: At global scope:
test/catch.hpp:7476:15: warning: ‘class Catch::XmlWriter::ScopedElement’ has pointer data members [-Weffc++]
class ScopedElement {
^
test/catch.hpp:7476:15: warning: but does not override ‘operator=(const Catch::XmlWriter::ScopedElement&)’ [-Weffc++]
test/catch.hpp: In constructor ‘Catch::XmlWriter::XmlWriter()’:
test/catch.hpp:7507:9: warning: ‘Catch::XmlWriter::m_tags’ should be initialized in the member initialization list [-Weffc++]
XmlWriter()
^
test/catch.hpp:7507:9: warning: ‘Catch::XmlWriter::m_indent’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp: In constructor ‘Catch::XmlWriter::XmlWriter(std::ostream&)’:
test/catch.hpp:7513:9: warning: ‘Catch::XmlWriter::m_tags’ should be initialized in the member initialization list [-Weffc++]
XmlWriter( std::ostream& os )
^
test/catch.hpp:7513:9: warning: ‘Catch::XmlWriter::m_indent’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp: In constructor ‘Catch::XmlReporter::XmlReporter(const Catch::ReporterConfig&)’:
test/catch.hpp:7682:9: warning: ‘Catch::XmlReporter::m_currentTestSuccess’ should be initialized in the member initialization list [-Weffc++]
XmlReporter( ReporterConfig const& config ) : m_config( config ), m_sectionDepth( 0 ) {}
^
test/catch.hpp:7682:9: warning: ‘Catch::XmlReporter::m_xml’ should be initialized in the member initialization list [-Weffc++]
In file included from test/unit.cpp:11:0:
test/catch.hpp: In constructor ‘Catch::JunitReporter::JunitReporter(const Catch::ReporterConfig&)’:
test/catch.hpp:7825:9: warning: ‘Catch::JunitReporter::suiteTimer’ should be initialized in the member initialization list [-Weffc++]
JunitReporter( ReporterConfig const& _config )
^
test/catch.hpp:7825:9: warning: ‘Catch::JunitReporter::stdOutForSuite’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:7825:9: warning: ‘Catch::JunitReporter::stdErrForSuite’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:7825:9: warning: ‘Catch::JunitReporter::unexpectedExceptions’ should be initialized in the member initialization list [-Weffc++]
In file included from test/unit.cpp:11:0:
test/catch.hpp: In constructor ‘Catch::ConsoleReporter::AssertionPrinter::AssertionPrinter(std::ostream&, const Catch::AssertionStats&, bool)’:
test/catch.hpp:8129:13: warning: ‘Catch::ConsoleReporter::AssertionPrinter::passOrFail’ should be initialized in the member initialization list [-Weffc++]
AssertionPrinter( std::ostream& _stream, AssertionStats const& _stats, bool _printInfoMessages )
^
test/catch.hpp:8129:13: warning: ‘Catch::ConsoleReporter::AssertionPrinter::messageLabel’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp: In constructor ‘Catch::ConsoleReporter::SummaryColumn::SummaryColumn(const string&, Catch::Colour::Code)’:
test/catch.hpp:8343:13: warning: ‘Catch::ConsoleReporter::SummaryColumn::rows’ should be initialized in the member initialization list [-Weffc++]
SummaryColumn( std::string const& _label, Colour::Code _colour )
^
In file included from test/unit.cpp:25:0:
src/json.hpp: In constructor ‘nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::basic_json(nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::list_init_t, bool, nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::value_t)’:
src/json.hpp:451:14: warning: declaration of ‘is_object’ shadows a member of 'this' [-Wshadow]
bool is_object = true;
^
src/json.hpp: In constructor ‘nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::basic_json(nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::size_type, const nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>&)’:
src/json.hpp:520:9: warning: declaration of ‘count’ shadows a member of 'this' [-Wshadow]
: m_type(value_t::array)
^
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinModel.lo -MD -MP -MF .deps/CoinModel.Tpo -c CoinModel.cpp -o CoinModel.o >/dev/null 2>&1
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘class Catch::ExpressionLhs<const nlohmann::basic_json<>::value_t&>’:
test/unit.cpp:36:13: required from here
test/catch.hpp:1276:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator+(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::value_t&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator + ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp:1277:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator-(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::value_t&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator - ( RhsT const& );
^
test/catch.hpp:1278:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator/(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::value_t&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator / ( RhsT const& );
^
test/catch.hpp:1279:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator*(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::value_t&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator * ( RhsT const& );
^
test/catch.hpp:1280:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator&&(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::value_t&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator && ( RhsT const& );
^
test/catch.hpp:1281:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator||(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::value_t&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator || ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘class Catch::ExpressionLhs<const nlohmann::basic_json<>&>’:
test/unit.cpp:135:13: required from here
test/catch.hpp:1276:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator+(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator + ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp:1277:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator-(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator - ( RhsT const& );
^
test/catch.hpp:1278:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator/(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator / ( RhsT const& );
^
test/catch.hpp:1279:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator*(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator * ( RhsT const& );
^
test/catch.hpp:1280:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator&&(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator && ( RhsT const& );
^
test/catch.hpp:1281:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator||(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator || ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘class Catch::ExpressionLhs<const double&>’:
test/unit.cpp:692:13: required from here
test/catch.hpp:1276:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator+(const RhsT&) [with RhsT = RhsT; T = const double&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator + ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp:1277:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator-(const RhsT&) [with RhsT = RhsT; T = const double&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator - ( RhsT const& );
^
test/catch.hpp:1278:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator/(const RhsT&) [with RhsT = RhsT; T = const double&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator / ( RhsT const& );
^
test/catch.hpp:1279:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator*(const RhsT&) [with RhsT = RhsT; T = const double&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator * ( RhsT const& );
^
test/catch.hpp:1280:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator&&(const RhsT&) [with RhsT = RhsT; T = const double&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator && ( RhsT const& );
^
test/catch.hpp:1281:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator||(const RhsT&) [with RhsT = RhsT; T = const double&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator || ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘class Catch::ExpressionLhs<const long unsigned int&>’:
test/unit.cpp:918:9: required from here
test/catch.hpp:1276:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator+(const RhsT&) [with RhsT = RhsT; T = const long unsigned int&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator + ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp:1277:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator-(const RhsT&) [with RhsT = RhsT; T = const long unsigned int&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator - ( RhsT const& );
^
test/catch.hpp:1278:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator/(const RhsT&) [with RhsT = RhsT; T = const long unsigned int&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator / ( RhsT const& );
^
test/catch.hpp:1279:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator*(const RhsT&) [with RhsT = RhsT; T = const long unsigned int&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator * ( RhsT const& );
^
test/catch.hpp:1280:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator&&(const RhsT&) [with RhsT = RhsT; T = const long unsigned int&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator && ( RhsT const& );
^
test/catch.hpp:1281:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator||(const RhsT&) [with RhsT = RhsT; T = const long unsigned int&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator || ( RhsT const& );
^
In file included from test/unit.cpp:25:0:
src/json.hpp: In instantiation of ‘class nlohmann::basic_json<>::iterator’:
test/unit.cpp:919:24: required from here
src/json.hpp:2338:11: warning: base class ‘struct std::iterator<std::random_access_iterator_tag, nlohmann::basic_json<>, long int, nlohmann::basic_json<>*, nlohmann::basic_json<>&>’ has a non-virtual destructor [-Weffc++]
class iterator : public std::iterator<std::random_access_iterator_tag, basic_json>
^
In file included from test/unit.cpp:25:0:
src/json.hpp: In instantiation of ‘class nlohmann::basic_json<>::const_iterator’:
test/unit.cpp:938:47: required from here
src/json.hpp:2855:11: warning: base class ‘struct std::iterator<std::random_access_iterator_tag, const nlohmann::basic_json<>, long int, const nlohmann::basic_json<>*, const nlohmann::basic_json<>&>’ has a non-virtual destructor [-Weffc++]
class const_iterator : public std::iterator<std::random_access_iterator_tag, const basic_json>
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘class Catch::ExpressionLhs<const std::basic_string<char>&>’:
test/unit.cpp:1428:13: required from here
test/catch.hpp:1276:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator+(const RhsT&) [with RhsT = RhsT; T = const std::basic_string<char>&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator + ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp:1277:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator-(const RhsT&) [with RhsT = RhsT; T = const std::basic_string<char>&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator - ( RhsT const& );
^
test/catch.hpp:1278:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator/(const RhsT&) [with RhsT = RhsT; T = const std::basic_string<char>&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator / ( RhsT const& );
^
test/catch.hpp:1279:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator*(const RhsT&) [with RhsT = RhsT; T = const std::basic_string<char>&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator * ( RhsT const& );
^
test/catch.hpp:1280:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator&&(const RhsT&) [with RhsT = RhsT; T = const std::basic_string<char>&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator && ( RhsT const& );
^
test/catch.hpp:1281:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator||(const RhsT&) [with RhsT = RhsT; T = const std::basic_string<char>&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator || ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘class Catch::ExpressionLhs<const nlohmann::basic_json<>::iterator&>’:
test/unit.cpp:2667:25: required from here
test/catch.hpp:1276:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator+(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::iterator&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator + ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp:1277:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator-(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::iterator&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator - ( RhsT const& );
^
test/catch.hpp:1278:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator/(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::iterator&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator / ( RhsT const& );
^
test/catch.hpp:1279:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator*(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::iterator&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator * ( RhsT const& );
^
test/catch.hpp:1280:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator&&(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::iterator&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator && ( RhsT const& );
^
test/catch.hpp:1281:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator||(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::iterator&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator || ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘class Catch::ExpressionLhs<const nlohmann::basic_json<>::const_iterator&>’:
test/unit.cpp:2673:25: required from here
test/catch.hpp:1276:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator+(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::const_iterator&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator + ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp:1277:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator-(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::const_iterator&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator - ( RhsT const& );
^
test/catch.hpp:1278:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator/(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::const_iterator&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator / ( RhsT const& );
^
test/catch.hpp:1279:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator*(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::const_iterator&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator * ( RhsT const& );
^
test/catch.hpp:1280:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator&&(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::const_iterator&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator && ( RhsT const& );
^
test/catch.hpp:1281:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator||(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::const_iterator&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator || ( RhsT const& );
^
In file included from test/unit.cpp:25:0:
src/json.hpp: In constructor ‘nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::iterator::iterator() [with ObjectType = std::map; ArrayType = std::vector; StringType = std::basic_string<char>; BooleanType = bool; NumberIntegerType = long int; NumberFloatType = double; AllocatorType = std::allocator]’:
src/json.hpp:2356:16: warning: ‘nlohmann::basic_json<>::iterator::m_it’ should be initialized in the member initialization list [-Weffc++]
inline iterator() = default;
^
test/unit.cpp: In function ‘void ____C_A_T_C_H____T_E_S_T____3679()’:
test/unit.cpp:3685:28: note: synthesized method ‘nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::iterator::iterator() [with ObjectType = std::map; ArrayType = std::vector; StringType = std::basic_string<char>; BooleanType = bool; NumberIntegerType = long int; NumberFloatType = double; AllocatorType = std::allocator]’ first required here
json::iterator it;
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘class Catch::ExpressionLhs<nlohmann::basic_json<>* const&>’:
test/unit.cpp:3686:13: required from here
test/catch.hpp:1276:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator+(const RhsT&) [with RhsT = RhsT; T = nlohmann::basic_json<>* const&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator + ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp:1277:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator-(const RhsT&) [with RhsT = RhsT; T = nlohmann::basic_json<>* const&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator - ( RhsT const& );
^
test/catch.hpp:1278:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator/(const RhsT&) [with RhsT = RhsT; T = nlohmann::basic_json<>* const&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator / ( RhsT const& );
^
test/catch.hpp:1279:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator*(const RhsT&) [with RhsT = RhsT; T = nlohmann::basic_json<>* const&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator * ( RhsT const& );
^
test/catch.hpp:1280:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator&&(const RhsT&) [with RhsT = RhsT; T = nlohmann::basic_json<>* const&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator && ( RhsT const& );
^
test/catch.hpp:1281:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator||(const RhsT&) [with RhsT = RhsT; T = nlohmann::basic_json<>* const&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator || ( RhsT const& );
^
In file included from test/unit.cpp:25:0:
src/json.hpp: In constructor ‘nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::const_iterator::const_iterator() [with ObjectType = std::map; ArrayType = std::vector; StringType = std::basic_string<char>; BooleanType = bool; NumberIntegerType = long int; NumberFloatType = double; AllocatorType = std::allocator]’:
src/json.hpp:2873:16: warning: ‘nlohmann::basic_json<>::const_iterator::m_it’ should be initialized in the member initialization list [-Weffc++]
inline const_iterator() = default;
^
test/unit.cpp: In function ‘void ____C_A_T_C_H____T_E_S_T____3679()’:
test/unit.cpp:3688:34: note: synthesized method ‘nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::const_iterator::const_iterator() [with ObjectType = std::map; ArrayType = std::vector; StringType = std::basic_string<char>; BooleanType = bool; NumberIntegerType = long int; NumberFloatType = double; AllocatorType = std::allocator]’ first required here
json::const_iterator cit;
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘class Catch::ExpressionLhs<const nlohmann::basic_json<>* const&>’:
test/unit.cpp:3689:13: required from here
test/catch.hpp:1276:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator+(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>* const&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator + ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp:1277:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator-(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>* const&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator - ( RhsT const& );
^
test/catch.hpp:1278:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator/(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>* const&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator / ( RhsT const& );
^
test/catch.hpp:1279:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator*(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>* const&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator * ( RhsT const& );
^
test/catch.hpp:1280:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator&&(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>* const&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator && ( RhsT const& );
^
test/catch.hpp:1281:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator||(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>* const&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator || ( RhsT const& );
^
In file included from test/unit.cpp:25:0:
src/json.hpp: In instantiation of ‘class nlohmann::basic_json<>::reverse_iterator’:
test/unit.cpp:3799:40: required from here
src/json.hpp:3391:11: warning: base class ‘class std::reverse_iterator<nlohmann::basic_json<>::iterator>’ has a non-virtual destructor [-Weffc++]
class reverse_iterator : private std::reverse_iterator<basic_json::iterator>
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘class Catch::ExpressionLhs<const nlohmann::basic_json<>::reverse_iterator&>’:
test/unit.cpp:3800:17: required from here
test/catch.hpp:1276:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator+(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::reverse_iterator&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator + ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp:1277:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator-(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::reverse_iterator&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator - ( RhsT const& );
^
test/catch.hpp:1278:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator/(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::reverse_iterator&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator / ( RhsT const& );
^
test/catch.hpp:1279:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator*(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::reverse_iterator&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator * ( RhsT const& );
^
test/catch.hpp:1280:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator&&(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::reverse_iterator&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator && ( RhsT const& );
^
test/catch.hpp:1281:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator||(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::reverse_iterator&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator || ( RhsT const& );
^
In file included from test/unit.cpp:25:0:
src/json.hpp: In instantiation of ‘class nlohmann::basic_json<>::const_reverse_iterator’:
test/unit.cpp:3824:46: required from here
src/json.hpp:3412:11: warning: base class ‘class std::reverse_iterator<nlohmann::basic_json<>::const_iterator>’ has a non-virtual destructor [-Weffc++]
class const_reverse_iterator : private std::reverse_iterator<basic_json::const_iterator>
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘class Catch::ExpressionLhs<const nlohmann::basic_json<>::const_reverse_iterator&>’:
test/unit.cpp:3825:17: required from here
test/catch.hpp:1276:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator+(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::const_reverse_iterator&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator + ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp:1277:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator-(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::const_reverse_iterator&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator - ( RhsT const& );
^
test/catch.hpp:1278:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator/(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::const_reverse_iterator&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator / ( RhsT const& );
^
test/catch.hpp:1279:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator*(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::const_reverse_iterator&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator * ( RhsT const& );
^
test/catch.hpp:1280:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator&&(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::const_reverse_iterator&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator && ( RhsT const& );
^
test/catch.hpp:1281:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator||(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::const_reverse_iterator&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator || ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘class Catch::ExpressionLhs<const long int&>’:
test/unit.cpp:5164:21: required from here
test/catch.hpp:1276:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator+(const RhsT&) [with RhsT = RhsT; T = const long int&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator + ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp:1277:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator-(const RhsT&) [with RhsT = RhsT; T = const long int&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator - ( RhsT const& );
^
test/catch.hpp:1278:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator/(const RhsT&) [with RhsT = RhsT; T = const long int&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator / ( RhsT const& );
^
test/catch.hpp:1279:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator*(const RhsT&) [with RhsT = RhsT; T = const long int&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator * ( RhsT const& );
^
test/catch.hpp:1280:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator&&(const RhsT&) [with RhsT = RhsT; T = const long int&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator && ( RhsT const& );
^
test/catch.hpp:1281:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator||(const RhsT&) [with RhsT = RhsT; T = const long int&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator || ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘class Catch::ExpressionLhs<const std::_Rb_tree_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >&>’:
test/unit.cpp:6609:17: required from here
test/catch.hpp:1276:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator+(const RhsT&) [with RhsT = RhsT; T = const std::_Rb_tree_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator + ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp:1277:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator-(const RhsT&) [with RhsT = RhsT; T = const std::_Rb_tree_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator - ( RhsT const& );
^
test/catch.hpp:1278:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator/(const RhsT&) [with RhsT = RhsT; T = const std::_Rb_tree_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator / ( RhsT const& );
^
test/catch.hpp:1279:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator*(const RhsT&) [with RhsT = RhsT; T = const std::_Rb_tree_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator * ( RhsT const& );
^
test/catch.hpp:1280:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator&&(const RhsT&) [with RhsT = RhsT; T = const std::_Rb_tree_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator && ( RhsT const& );
^
test/catch.hpp:1281:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator||(const RhsT&) [with RhsT = RhsT; T = const std::_Rb_tree_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator || ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘class Catch::ExpressionLhs<const __gnu_cxx::__normal_iterator<nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >&>’:
test/unit.cpp:6618:17: required from here
test/catch.hpp:1276:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator+(const RhsT&) [with RhsT = RhsT; T = const __gnu_cxx::__normal_iterator<nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator + ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp:1277:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator-(const RhsT&) [with RhsT = RhsT; T = const __gnu_cxx::__normal_iterator<nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator - ( RhsT const& );
^
test/catch.hpp:1278:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator/(const RhsT&) [with RhsT = RhsT; T = const __gnu_cxx::__normal_iterator<nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator / ( RhsT const& );
^
test/catch.hpp:1279:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator*(const RhsT&) [with RhsT = RhsT; T = const __gnu_cxx::__normal_iterator<nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator * ( RhsT const& );
^
test/catch.hpp:1280:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator&&(const RhsT&) [with RhsT = RhsT; T = const __gnu_cxx::__normal_iterator<nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator && ( RhsT const& );
^
test/catch.hpp:1281:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator||(const RhsT&) [with RhsT = RhsT; T = const __gnu_cxx::__normal_iterator<nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator || ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘class Catch::ExpressionLhs<const std::_Rb_tree_const_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >&>’:
test/unit.cpp:6973:17: required from here
test/catch.hpp:1276:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator+(const RhsT&) [with RhsT = RhsT; T = const std::_Rb_tree_const_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator + ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp:1277:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator-(const RhsT&) [with RhsT = RhsT; T = const std::_Rb_tree_const_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator - ( RhsT const& );
^
test/catch.hpp:1278:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator/(const RhsT&) [with RhsT = RhsT; T = const std::_Rb_tree_const_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator / ( RhsT const& );
^
test/catch.hpp:1279:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator*(const RhsT&) [with RhsT = RhsT; T = const std::_Rb_tree_const_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator * ( RhsT const& );
^
test/catch.hpp:1280:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator&&(const RhsT&) [with RhsT = RhsT; T = const std::_Rb_tree_const_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator && ( RhsT const& );
^
test/catch.hpp:1281:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator||(const RhsT&) [with RhsT = RhsT; T = const std::_Rb_tree_const_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator || ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘class Catch::ExpressionLhs<const __gnu_cxx::__normal_iterator<const nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >&>’:
test/unit.cpp:6982:17: required from here
test/catch.hpp:1276:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator+(const RhsT&) [with RhsT = RhsT; T = const __gnu_cxx::__normal_iterator<const nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator + ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp:1277:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator-(const RhsT&) [with RhsT = RhsT; T = const __gnu_cxx::__normal_iterator<const nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator - ( RhsT const& );
^
test/catch.hpp:1278:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator/(const RhsT&) [with RhsT = RhsT; T = const __gnu_cxx::__normal_iterator<const nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator / ( RhsT const& );
^
test/catch.hpp:1279:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator*(const RhsT&) [with RhsT = RhsT; T = const __gnu_cxx::__normal_iterator<const nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator * ( RhsT const& );
^
test/catch.hpp:1280:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator&&(const RhsT&) [with RhsT = RhsT; T = const __gnu_cxx::__normal_iterator<const nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator && ( RhsT const& );
^
test/catch.hpp:1281:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator||(const RhsT&) [with RhsT = RhsT; T = const __gnu_cxx::__normal_iterator<const nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator || ( RhsT const& );
^
In file included from test/unit.cpp:25:0:
src/json.hpp: In instantiation of ‘class nlohmann::basic_json<>::lexer’:
test/unit.cpp:7213:13: required from here
src/json.hpp:3445:11: warning: ‘class nlohmann::basic_json<>::lexer’ has pointer data members [-Weffc++]
class lexer
^
src/json.hpp:3445:11: warning: but does not override ‘nlohmann::basic_json<>::lexer(const nlohmann::basic_json<>::lexer&)’ [-Weffc++]
src/json.hpp:3445:11: warning: or ‘operator=(const nlohmann::basic_json<>::lexer&)’ [-Weffc++]
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘class Catch::ExpressionLhs<const nlohmann::basic_json<>::lexer::token_type&>’:
test/unit.cpp:7213:13: required from here
test/catch.hpp:1276:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator+(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::lexer::token_type&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator + ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp:1277:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator-(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::lexer::token_type&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator - ( RhsT const& );
^
test/catch.hpp:1278:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator/(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::lexer::token_type&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator / ( RhsT const& );
^
test/catch.hpp:1279:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator*(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::lexer::token_type&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator * ( RhsT const& );
^
test/catch.hpp:1280:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator&&(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::lexer::token_type&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator && ( RhsT const& );
^
test/catch.hpp:1281:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator||(const RhsT&) [with RhsT = RhsT; T = const nlohmann::basic_json<>::lexer::token_type&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator || ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘class Catch::ExpressionLhs<const int&>’:
test/unit.cpp:8082:17: required from here
test/catch.hpp:1276:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator+(const RhsT&) [with RhsT = RhsT; T = const int&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator + ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp:1277:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator-(const RhsT&) [with RhsT = RhsT; T = const int&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator - ( RhsT const& );
^
test/catch.hpp:1278:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator/(const RhsT&) [with RhsT = RhsT; T = const int&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator / ( RhsT const& );
^
test/catch.hpp:1279:103: warning: ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator*(const RhsT&) [with RhsT = RhsT; T = const int&]’ should return by value [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator * ( RhsT const& );
^
test/catch.hpp:1280:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator&&(const RhsT&) [with RhsT = RhsT; T = const int&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator && ( RhsT const& );
^
test/catch.hpp:1281:103: warning: user-defined ‘Catch::STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ExpressionLhs<T>::operator||(const RhsT&) [with RhsT = RhsT; T = const int&]’ always evaluates both arguments [-Weffc++]
template<typename RhsT> STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& operator || ( RhsT const& );
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘Catch::Clara::CommandLine<ConfigT>::CommandLine() [with ConfigT = Catch::ConfigData]’:
test/catch.hpp:4058:33: required from here
test/catch.hpp:3750:9: warning: ‘Catch::Clara::CommandLine<Catch::ConfigData>::m_options’ should be initialized in the member initialization list [-Weffc++]
CommandLine()
^
test/catch.hpp:3750:9: warning: ‘Catch::Clara::CommandLine<Catch::ConfigData>::m_positionalArgs’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:3750:9: warning: ‘Catch::Clara::CommandLine<Catch::ConfigData>::m_floatingArg’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp: In instantiation of ‘struct Catch::Clara::CommandLine<Catch::ConfigData>::Arg’:
/usr/include/c++/4.8/tuple:758:35: required from ‘constexpr typename std::__add_ref<typename std::tuple_element<__i, std::tuple<_Elements ...> >::type>::type std::get(std::tuple<_Elements ...>&) [with long unsigned int __i = 0ul; _Elements = {Catch::Clara::CommandLine<Catch::ConfigData>::Arg*, std::default_delete<Catch::Clara::CommandLine<Catch::ConfigData>::Arg>}; typename std::__add_ref<typename std::tuple_element<__i, std::tuple<_Elements ...> >::type>::type = Catch::Clara::CommandLine<Catch::ConfigData>::Arg*&]’
/usr/include/c++/4.8/bits/unique_ptr.h:182:32: required from ‘std::unique_ptr<_Tp, _Dp>::~unique_ptr() [with _Tp = Catch::Clara::CommandLine<Catch::ConfigData>::Arg; _Dp = std::default_delete<Catch::Clara::CommandLine<Catch::ConfigData>::Arg>]’
test/catch.hpp:3610:11: required from here
test/catch.hpp:3612:16: warning: base class ‘struct Catch::Clara::CommonArgProperties<Catch::ConfigData>’ has a non-virtual destructor [-Weffc++]
struct Arg : CommonArgProperties<ConfigT>, OptionArgProperties, PositionalArgProperties {
^
test/catch.hpp:3612:16: warning: base class ‘struct Catch::Clara::OptionArgProperties’ has a non-virtual destructor [-Weffc++]
test/catch.hpp:3612:16: warning: base class ‘struct Catch::Clara::PositionalArgProperties’ has a non-virtual destructor [-Weffc++]
test/catch.hpp: In instantiation of ‘Catch::Clara::CommandLine<ConfigT>::CommandLine(const Catch::Clara::CommandLine<ConfigT>&) [with ConfigT = Catch::ConfigData]’:
test/catch.hpp:4143:16: required from here
test/catch.hpp:3755:9: warning: ‘Catch::Clara::CommandLine<Catch::ConfigData>::m_floatingArg’ should be initialized in the member initialization list [-Weffc++]
CommandLine( CommandLine const& other )
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘Catch::StreamBufImpl<WriterF, bufferSize>::StreamBufImpl() [with WriterF = Catch::OutputDebugWriter; long unsigned int bufferSize = 256ul]’:
test/catch.hpp:5913:56: required from here
test/catch.hpp:5772:9: warning: ‘Catch::StreamBufImpl<Catch::OutputDebugWriter>::m_writer’ should be initialized in the member initialization list [-Weffc++]
StreamBufImpl() {
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘struct Catch::StringMaker<char>’:
test/catch.hpp:1148:47: required from ‘std::string Catch::Detail::makeString(const T&) [with T = char; std::string = std::basic_string<char>]’
test/catch.hpp:6965:37: required from here
test/catch.hpp:1109:8: warning: base class ‘struct Catch::Detail::StringMakerBase<true>’ has a non-virtual destructor [-Weffc++]
struct StringMaker :
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘Catch::CumulativeReporterBase::Node<T, ChildNodeT>::Node(const T&) [with T = Catch::TestCaseStats; ChildNodeT = Catch::CumulativeReporterBase::SectionNode]’:
test/catch.hpp:7360:70: required from here
test/catch.hpp:7267:22: warning: ‘Catch::CumulativeReporterBase::Node<Catch::TestCaseStats, Catch::CumulativeReporterBase::SectionNode>::children’ should be initialized in the member initialization list [-Weffc++]
explicit Node( T const& _value ) : value( _value ) {}
^
test/catch.hpp: In instantiation of ‘Catch::CumulativeReporterBase::Node<T, ChildNodeT>::Node(const T&) [with T = Catch::TestGroupStats; ChildNodeT = Catch::CumulativeReporterBase::Node<Catch::TestCaseStats, Catch::CumulativeReporterBase::SectionNode>]’:
test/catch.hpp:7371:73: required from here
test/catch.hpp:7267:22: warning: ‘Catch::CumulativeReporterBase::Node<Catch::TestGroupStats, Catch::CumulativeReporterBase::Node<Catch::TestCaseStats, Catch::CumulativeReporterBase::SectionNode> >::children’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp: In instantiation of ‘Catch::CumulativeReporterBase::Node<T, ChildNodeT>::Node(const T&) [with T = Catch::TestRunStats; ChildNodeT = Catch::CumulativeReporterBase::Node<Catch::TestGroupStats, Catch::CumulativeReporterBase::Node<Catch::TestCaseStats, Catch::CumulativeReporterBase::SectionNode> >]’:
test/catch.hpp:7376:67: required from here
test/catch.hpp:7267:22: warning: ‘Catch::CumulativeReporterBase::Node<Catch::TestRunStats, Catch::CumulativeReporterBase::Node<Catch::TestGroupStats, Catch::CumulativeReporterBase::Node<Catch::TestCaseStats, Catch::CumulativeReporterBase::SectionNode> > >::children’ should be initialized in the member initialization list [-Weffc++]
In file included from test/unit.cpp:25:0:
src/json.hpp: In instantiation of ‘nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::basic_json(nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::list_init_t, bool, nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::value_t) [with ObjectType = std::map; ArrayType = std::vector; StringType = std::basic_string<char>; BooleanType = bool; NumberIntegerType = long int; NumberFloatType = double; AllocatorType = std::allocator; nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::list_init_t = std::initializer_list<nlohmann::basic_json<> >]’:
test/unit.cpp:172:112: required from here
src/json.hpp:451:26: warning: declaration of ‘is_object’ shadows a member of 'this' [-Wshadow]
bool is_object = true;
^
src/json.hpp: In instantiation of ‘nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::basic_json(nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::size_type, const nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>&) [with ObjectType = std::map; ArrayType = std::vector; StringType = std::basic_string<char>; BooleanType = bool; NumberIntegerType = long int; NumberFloatType = double; AllocatorType = std::allocator; nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::size_type = long unsigned int]’:
test/unit.cpp:917:22: required from here
src/json.hpp:519:12: warning: declaration of ‘count’ shadows a member of 'this' [-Wshadow]
inline basic_json(size_type count, const basic_json& other)
^
src/json.hpp: In instantiation of ‘T nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::erase(T) [with T = nlohmann::basic_json<>::const_iterator; typename std::enable_if<(std::is_same<V, nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::iterator>::value || std::is_same<V, nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::const_iterator>::value), int>::type <anonymous> = 0; ObjectType = std::map; ArrayType = std::vector; StringType = std::basic_string<char>; BooleanType = bool; NumberIntegerType = long int; NumberFloatType = double; AllocatorType = std::allocator]’:
test/unit.cpp:2655:80: required from here
src/json.hpp:1286:44: error: no matching function for call to ‘std::vector<nlohmann::basic_json<> >::erase(__gnu_cxx::__normal_iterator<const nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >&)’
result.m_it.array_iterator = m_value.array->erase(pos.m_it.array_iterator);
^
src/json.hpp:1286:44: note: candidates are:
In file included from /usr/include/c++/4.8/vector:69:0,
from /usr/include/c++/4.8/bits/random.h:34,
from /usr/include/c++/4.8/random:50,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from test/catch.hpp:62,
from test/unit.cpp:11:
/usr/include/c++/4.8/bits/vector.tcc:134:5: note: std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(std::vector<_Tp, _Alloc>::iterator) [with _Tp = nlohmann::basic_json<>; _Alloc = std::allocator<nlohmann::basic_json<> >; std::vector<_Tp, _Alloc>::iterator = __gnu_cxx::__normal_iterator<nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >; typename std::_Vector_base<_Tp, _Alloc>::pointer = nlohmann::basic_json<>*]
vector<_Tp, _Alloc>::
^
/usr/include/c++/4.8/bits/vector.tcc:134:5: note: no known conversion for argument 1 from ‘__gnu_cxx::__normal_iterator<const nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >’ to ‘std::vector<nlohmann::basic_json<> >::iterator {aka __gnu_cxx::__normal_iterator<nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >}’
/usr/include/c++/4.8/bits/vector.tcc:146:5: note: std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(std::vector<_Tp, _Alloc>::iterator, std::vector<_Tp, _Alloc>::iterator) [with _Tp = nlohmann::basic_json<>; _Alloc = std::allocator<nlohmann::basic_json<> >; std::vector<_Tp, _Alloc>::iterator = __gnu_cxx::__normal_iterator<nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >; typename std::_Vector_base<_Tp, _Alloc>::pointer = nlohmann::basic_json<>*]
vector<_Tp, _Alloc>::
^
/usr/include/c++/4.8/bits/vector.tcc:146:5: note: candidate expects 2 arguments, 1 provided
In file included from test/unit.cpp:25:0:
src/json.hpp: In instantiation of ‘T nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::erase(T, T) [with T = nlohmann::basic_json<>::const_iterator; typename std::enable_if<(std::is_same<V, nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::iterator>::value || std::is_same<V, nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::const_iterator>::value), int>::type <anonymous> = 0; ObjectType = std::map; ArrayType = std::vector; StringType = std::basic_string<char>; BooleanType = bool; NumberIntegerType = long int; NumberFloatType = double; AllocatorType = std::allocator]’:
test/unit.cpp:2671:95: required from here
src/json.hpp:1348:44: error: no matching function for call to ‘std::vector<nlohmann::basic_json<> >::erase(__gnu_cxx::__normal_iterator<const nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >&, __gnu_cxx::__normal_iterator<const nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >&)’
result.m_it.array_iterator = m_value.array->erase(first.m_it.array_iterator,
^
src/json.hpp:1348:44: note: candidates are:
In file included from /usr/include/c++/4.8/vector:69:0,
from /usr/include/c++/4.8/bits/random.h:34,
from /usr/include/c++/4.8/random:50,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from test/catch.hpp:62,
from test/unit.cpp:11:
/usr/include/c++/4.8/bits/vector.tcc:134:5: note: std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(std::vector<_Tp, _Alloc>::iterator) [with _Tp = nlohmann::basic_json<>; _Alloc = std::allocator<nlohmann::basic_json<> >; std::vector<_Tp, _Alloc>::iterator = __gnu_cxx::__normal_iterator<nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >; typename std::_Vector_base<_Tp, _Alloc>::pointer = nlohmann::basic_json<>*]
vector<_Tp, _Alloc>::
^
/usr/include/c++/4.8/bits/vector.tcc:134:5: note: candidate expects 1 argument, 2 provided
/usr/include/c++/4.8/bits/vector.tcc:146:5: note: std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(std::vector<_Tp, _Alloc>::iterator, std::vector<_Tp, _Alloc>::iterator) [with _Tp = nlohmann::basic_json<>; _Alloc = std::allocator<nlohmann::basic_json<> >; std::vector<_Tp, _Alloc>::iterator = __gnu_cxx::__normal_iterator<nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >; typename std::_Vector_base<_Tp, _Alloc>::pointer = nlohmann::basic_json<>*]
vector<_Tp, _Alloc>::
^
/usr/include/c++/4.8/bits/vector.tcc:146:5: note: no known conversion for argument 1 from ‘__gnu_cxx::__normal_iterator<const nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >’ to ‘std::vector<nlohmann::basic_json<> >::iterator {aka __gnu_cxx::__normal_iterator<nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >}’
In file included from test/unit.cpp:25:0:
src/json.hpp: In instantiation of ‘nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::const_iterator::const_iterator(const nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::iterator&) [with ObjectType = std::map; ArrayType = std::vector; StringType = std::basic_string<char>; BooleanType = bool; NumberIntegerType = long int; NumberFloatType = double; AllocatorType = std::allocator]’:
test/unit.cpp:3089:67: required from here
src/json.hpp:2899:16: warning: ‘nlohmann::basic_json<>::const_iterator::m_it’ should be initialized in the member initialization list [-Weffc++]
inline const_iterator(const iterator& other) noexcept : m_object(other.m_object)
^
In file included from test/unit.cpp:25:0:
src/json.hpp: In instantiation of ‘nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::iterator::iterator(nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::iterator::pointer) [with ObjectType = std::map; ArrayType = std::vector; StringType = std::basic_string<char>; BooleanType = bool; NumberIntegerType = long int; NumberFloatType = double; AllocatorType = std::allocator; nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::iterator::pointer = nlohmann::basic_json<>*]’:
test/unit.cpp:6430:37: required from here
src/json.hpp:2359:16: warning: ‘nlohmann::basic_json<>::iterator::m_it’ should be initialized in the member initialization list [-Weffc++]
inline iterator(pointer object) noexcept : m_object(object)
^
In file included from test/unit.cpp:25:0:
src/json.hpp: In instantiation of ‘nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::const_iterator::const_iterator(nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::const_iterator::pointer) [with ObjectType = std::map; ArrayType = std::vector; StringType = std::basic_string<char>; BooleanType = bool; NumberIntegerType = long int; NumberFloatType = double; AllocatorType = std::allocator; nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::const_iterator::pointer = const nlohmann::basic_json<>*]’:
test/unit.cpp:6794:43: required from here
src/json.hpp:2876:16: warning: ‘nlohmann::basic_json<>::const_iterator::m_it’ should be initialized in the member initialization list [-Weffc++]
inline const_iterator(pointer object) noexcept : m_object(object)
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘Catch::Clara::CommandLine<ConfigT>::Arg::Arg() [with ConfigT = Catch::ConfigData]’:
test/catch.hpp:3772:13: required from ‘Catch::Clara::CommandLine<ConfigT>::OptBuilder Catch::Clara::CommandLine<ConfigT>::operator[](const string&) [with ConfigT = Catch::ConfigData; std::string = std::basic_string<char>]’
test/catch.hpp:4062:17: required from here
test/catch.hpp:3589:12: warning: ‘Catch::Clara::OptionArgProperties::shortNames’ should be initialized in the member initialization list [-Weffc++]
struct OptionArgProperties {
^
test/catch.hpp:3589:12: warning: ‘Catch::Clara::OptionArgProperties::longName’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:3613:19: note: synthesized method ‘Catch::Clara::OptionArgProperties::OptionArgProperties()’ first required here
Arg() {}
^
test/catch.hpp: In instantiation of ‘void Catch::Clara::CommandLine<ConfigT>::optUsage(std::ostream&, std::size_t, std::size_t) const [with ConfigT = Catch::ConfigData; std::ostream = std::basic_ostream<char>; std::size_t = long unsigned int]’:
test/catch.hpp:3866:33: required from ‘void Catch::Clara::CommandLine<ConfigT>::usage(std::ostream&, const string&) const [with ConfigT = Catch::ConfigData; std::ostream = std::basic_ostream<char>; std::string = std::basic_string<char>]’
test/catch.hpp:5344:49: required from here
test/catch.hpp:3814:78: warning: declaration of ‘usage’ shadows a member of 'this' [-Wshadow]
.setIndent( indent ) );
^
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinStructuredModel.lo -MD -MP -MF .deps/CoinStructuredModel.Tpo -c CoinStructuredModel.cpp -fPIC -DPIC -o .libs/CoinStructuredModel.o
In file included from test/unit.cpp:25:0:
src/json.hpp: In instantiation of ‘nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::lexer::lexer(std::istream*) [with ObjectType = std::map; ArrayType = std::vector; StringType = std::basic_string<char>; BooleanType = bool; NumberIntegerType = long int; NumberFloatType = double; AllocatorType = std::allocator; std::istream = std::basic_istream<char>]’:
src/json.hpp:4587:25: required from ‘nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::parser::parser(std::istream&, nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::parser_callback_t) [with ObjectType = std::map; ArrayType = std::vector; StringType = std::basic_string<char>; BooleanType = bool; NumberIntegerType = long int; NumberFloatType = double; AllocatorType = std::allocator; std::istream = std::basic_istream<char>; nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>::parser_callback_t = std::function<bool(int, nlohmann::basic_json<>::parse_event_t, const nlohmann::basic_json<>&)>]’
test/unit.cpp:7404:25: required from here
src/json.hpp:3478:16: warning: ‘nlohmann::basic_json<>::lexer::m_buffer’ should be initialized in the member initialization list [-Weffc++]
inline lexer(std::istream* s) noexcept
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘Catch::Clara::CommonArgProperties<ConfigT>::CommonArgProperties() [with ConfigT = Catch::ConfigData]’:
test/catch.hpp:3613:19: required from ‘Catch::Clara::CommandLine<ConfigT>::Arg::Arg() [with ConfigT = Catch::ConfigData]’
test/catch.hpp:3772:13: required from ‘Catch::Clara::CommandLine<ConfigT>::OptBuilder Catch::Clara::CommandLine<ConfigT>::operator[](const string&) [with ConfigT = Catch::ConfigData; std::string = std::basic_string<char>]’
test/catch.hpp:4062:17: required from here
test/catch.hpp:3573:9: warning: ‘Catch::Clara::CommonArgProperties<Catch::ConfigData>::boundField’ should be initialized in the member initialization list [-Weffc++]
CommonArgProperties() {}
^
test/catch.hpp:3573:9: warning: ‘Catch::Clara::CommonArgProperties<Catch::ConfigData>::description’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:3573:9: warning: ‘Catch::Clara::CommonArgProperties<Catch::ConfigData>::detail’ should be initialized in the member initialization list [-Weffc++]
test/catch.hpp:3573:9: warning: ‘Catch::Clara::CommonArgProperties<Catch::ConfigData>::placeholder’ should be initialized in the member initialization list [-Weffc++]
CoinStructuredModel.cpp: In member function 'int CoinStructuredModel::decompose(const CoinPackedMatrix&, const double*, const double*, const double*, const double*, const double*, int, int, int*, double)':
CoinStructuredModel.cpp:761:10: warning: variable 'goodDW' set but not used [-Wunused-but-set-variable]
bool goodDW=true;
^
CoinStructuredModel.cpp:1343:10: warning: variable 'goodBenders' set but not used [-Wunused-but-set-variable]
bool goodBenders=true;
^
In file included from test/unit.cpp:11:0:
test/catch.hpp: In instantiation of ‘struct Catch::StringMaker<nlohmann::basic_json<>::value_t>’:
test/catch.hpp:1161:43: required from ‘std::string Catch::toString(const T&) [with T = nlohmann::basic_json<>::value_t; std::string = std::basic_string<char>]’
test/catch.hpp:1288:45: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::captureExpression(const RhsT&) [with Catch::Internal::Operator Op = (Catch::Internal::Operator)0u; RhsT = nlohmann::basic_json<>::value_t; T = const nlohmann::basic_json<>::value_t&]’
test/catch.hpp:1230:33: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::operator==(const RhsT&) [with RhsT = nlohmann::basic_json<>::value_t; T = const nlohmann::basic_json<>::value_t&]’
test/unit.cpp:36:13: required from here
test/catch.hpp:1109:8: warning: base class ‘struct Catch::Detail::StringMakerBase<true>’ has a non-virtual destructor [-Weffc++]
struct StringMaker :
^
test/catch.hpp: In instantiation of ‘struct Catch::StringMaker<nlohmann::basic_json<> >’:
test/catch.hpp:1161:43: required from ‘std::string Catch::toString(const T&) [with T = nlohmann::basic_json<>; std::string = std::basic_string<char>]’
test/catch.hpp:1288:45: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::captureExpression(const RhsT&) [with Catch::Internal::Operator Op = (Catch::Internal::Operator)0u; RhsT = nlohmann::basic_json<>; T = const nlohmann::basic_json<>&]’
test/catch.hpp:1230:33: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::operator==(const RhsT&) [with RhsT = nlohmann::basic_json<>; T = const nlohmann::basic_json<>&]’
test/unit.cpp:135:13: required from here
test/catch.hpp:1109:8: warning: base class ‘struct Catch::Detail::StringMakerBase<true>’ has a non-virtual destructor [-Weffc++]
test/catch.hpp: In instantiation of ‘struct Catch::StringMaker<nlohmann::basic_json<>::iterator>’:
test/catch.hpp:1161:43: required from ‘std::string Catch::toString(const T&) [with T = nlohmann::basic_json<>::iterator; std::string = std::basic_string<char>]’
test/catch.hpp:1288:45: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::captureExpression(const RhsT&) [with Catch::Internal::Operator Op = (Catch::Internal::Operator)0u; RhsT = nlohmann::basic_json<>::iterator; T = const nlohmann::basic_json<>::iterator&]’
test/catch.hpp:1230:33: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::operator==(const RhsT&) [with RhsT = nlohmann::basic_json<>::iterator; T = const nlohmann::basic_json<>::iterator&]’
test/unit.cpp:2667:25: required from here
test/catch.hpp:1109:8: warning: base class ‘struct Catch::Detail::StringMakerBase<false>’ has a non-virtual destructor [-Weffc++]
test/catch.hpp: In instantiation of ‘struct Catch::StringMaker<nlohmann::basic_json<>::const_iterator>’:
test/catch.hpp:1161:43: required from ‘std::string Catch::toString(const T&) [with T = nlohmann::basic_json<>::const_iterator; std::string = std::basic_string<char>]’
test/catch.hpp:1288:45: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::captureExpression(const RhsT&) [with Catch::Internal::Operator Op = (Catch::Internal::Operator)0u; RhsT = nlohmann::basic_json<>::const_iterator; T = const nlohmann::basic_json<>::const_iterator&]’
test/catch.hpp:1230:33: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::operator==(const RhsT&) [with RhsT = nlohmann::basic_json<>::const_iterator; T = const nlohmann::basic_json<>::const_iterator&]’
test/unit.cpp:2673:25: required from here
test/catch.hpp:1109:8: warning: base class ‘struct Catch::Detail::StringMakerBase<false>’ has a non-virtual destructor [-Weffc++]
test/catch.hpp: In instantiation of ‘struct Catch::StringMaker<nlohmann::basic_json<>::reverse_iterator>’:
test/catch.hpp:1161:43: required from ‘std::string Catch::toString(const T&) [with T = nlohmann::basic_json<>::reverse_iterator; std::string = std::basic_string<char>]’
test/catch.hpp:1288:45: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::captureExpression(const RhsT&) [with Catch::Internal::Operator Op = (Catch::Internal::Operator)1u; RhsT = nlohmann::basic_json<>::reverse_iterator; T = const nlohmann::basic_json<>::reverse_iterator&]’
test/catch.hpp:1235:33: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::operator!=(const RhsT&) [with RhsT = nlohmann::basic_json<>::reverse_iterator; T = const nlohmann::basic_json<>::reverse_iterator&]’
test/unit.cpp:3800:17: required from here
test/catch.hpp:1109:8: warning: base class ‘struct Catch::Detail::StringMakerBase<false>’ has a non-virtual destructor [-Weffc++]
test/catch.hpp: In instantiation of ‘struct Catch::StringMaker<nlohmann::basic_json<>::const_reverse_iterator>’:
test/catch.hpp:1161:43: required from ‘std::string Catch::toString(const T&) [with T = nlohmann::basic_json<>::const_reverse_iterator; std::string = std::basic_string<char>]’
test/catch.hpp:1288:45: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::captureExpression(const RhsT&) [with Catch::Internal::Operator Op = (Catch::Internal::Operator)1u; RhsT = nlohmann::basic_json<>::const_reverse_iterator; T = const nlohmann::basic_json<>::const_reverse_iterator&]’
test/catch.hpp:1235:33: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::operator!=(const RhsT&) [with RhsT = nlohmann::basic_json<>::const_reverse_iterator; T = const nlohmann::basic_json<>::const_reverse_iterator&]’
test/unit.cpp:3825:17: required from here
test/catch.hpp:1109:8: warning: base class ‘struct Catch::Detail::StringMakerBase<false>’ has a non-virtual destructor [-Weffc++]
test/catch.hpp: In instantiation of ‘struct Catch::StringMaker<long int>’:
test/catch.hpp:1161:43: required from ‘std::string Catch::toString(const T&) [with T = long int; std::string = std::basic_string<char>]’
test/catch.hpp:1288:45: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::captureExpression(const RhsT&) [with Catch::Internal::Operator Op = (Catch::Internal::Operator)0u; RhsT = int; T = const long int&]’
test/catch.hpp:1230:33: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::operator==(const RhsT&) [with RhsT = int; T = const long int&]’
test/unit.cpp:5164:21: required from here
test/catch.hpp:1109:8: warning: base class ‘struct Catch::Detail::StringMakerBase<true>’ has a non-virtual destructor [-Weffc++]
test/catch.hpp: In instantiation of ‘struct Catch::StringMaker<std::_Bit_reference>’:
test/catch.hpp:1161:43: required from ‘std::string Catch::toString(const T&) [with T = std::_Bit_reference; std::string = std::basic_string<char>]’
test/catch.hpp:1289:43: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::captureExpression(const RhsT&) [with Catch::Internal::Operator Op = (Catch::Internal::Operator)0u; RhsT = std::_Bit_reference; T = bool]’
test/catch.hpp:1230:33: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::operator==(const RhsT&) [with RhsT = std::_Bit_reference; T = bool]’
test/unit.cpp:6189:21: required from here
test/catch.hpp:1109:8: warning: base class ‘struct Catch::Detail::StringMakerBase<true>’ has a non-virtual destructor [-Weffc++]
test/catch.hpp: In instantiation of ‘struct Catch::StringMaker<std::_Rb_tree_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > > >’:
test/catch.hpp:1161:43: required from ‘std::string Catch::toString(const T&) [with T = std::_Rb_tree_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >; std::string = std::basic_string<char>]’
test/catch.hpp:1288:45: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::captureExpression(const RhsT&) [with Catch::Internal::Operator Op = (Catch::Internal::Operator)0u; RhsT = std::_Rb_tree_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >; T = const std::_Rb_tree_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >&]’
test/catch.hpp:1230:33: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::operator==(const RhsT&) [with RhsT = std::_Rb_tree_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >; T = const std::_Rb_tree_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >&]’
test/unit.cpp:6609:17: required from here
test/catch.hpp:1109:8: warning: base class ‘struct Catch::Detail::StringMakerBase<false>’ has a non-virtual destructor [-Weffc++]
test/catch.hpp: In instantiation of ‘struct Catch::StringMaker<__gnu_cxx::__normal_iterator<nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > > >’:
test/catch.hpp:1161:43: required from ‘std::string Catch::toString(const T&) [with T = __gnu_cxx::__normal_iterator<nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >; std::string = std::basic_string<char>]’
test/catch.hpp:1288:45: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::captureExpression(const RhsT&) [with Catch::Internal::Operator Op = (Catch::Internal::Operator)0u; RhsT = __gnu_cxx::__normal_iterator<nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >; T = const __gnu_cxx::__normal_iterator<nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >&]’
test/catch.hpp:1230:33: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::operator==(const RhsT&) [with RhsT = __gnu_cxx::__normal_iterator<nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >; T = const __gnu_cxx::__normal_iterator<nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >&]’
test/unit.cpp:6618:17: required from here
test/catch.hpp:1109:8: warning: base class ‘struct Catch::Detail::StringMakerBase<false>’ has a non-virtual destructor [-Weffc++]
test/catch.hpp: In instantiation of ‘struct Catch::StringMaker<std::_Rb_tree_const_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > > >’:
test/catch.hpp:1161:43: required from ‘std::string Catch::toString(const T&) [with T = std::_Rb_tree_const_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >; std::string = std::basic_string<char>]’
test/catch.hpp:1288:45: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::captureExpression(const RhsT&) [with Catch::Internal::Operator Op = (Catch::Internal::Operator)0u; RhsT = std::_Rb_tree_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >; T = const std::_Rb_tree_const_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >&]’
test/catch.hpp:1230:33: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::operator==(const RhsT&) [with RhsT = std::_Rb_tree_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >; T = const std::_Rb_tree_const_iterator<std::pair<const std::basic_string<char>, nlohmann::basic_json<> > >&]’
test/unit.cpp:6973:17: required from here
test/catch.hpp:1109:8: warning: base class ‘struct Catch::Detail::StringMakerBase<false>’ has a non-virtual destructor [-Weffc++]
test/catch.hpp: In instantiation of ‘struct Catch::StringMaker<__gnu_cxx::__normal_iterator<const nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > > >’:
test/catch.hpp:1161:43: required from ‘std::string Catch::toString(const T&) [with T = __gnu_cxx::__normal_iterator<const nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >; std::string = std::basic_string<char>]’
test/catch.hpp:1288:45: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::captureExpression(const RhsT&) [with Catch::Internal::Operator Op = (Catch::Internal::Operator)0u; RhsT = __gnu_cxx::__normal_iterator<nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >; T = const __gnu_cxx::__normal_iterator<const nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >&]’
test/catch.hpp:1230:33: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::operator==(const RhsT&) [with RhsT = __gnu_cxx::__normal_iterator<nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >; T = const __gnu_cxx::__normal_iterator<const nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<> > >&]’
test/unit.cpp:6982:17: required from here
test/catch.hpp:1109:8: warning: base class ‘struct Catch::Detail::StringMakerBase<false>’ has a non-virtual destructor [-Weffc++]
test/catch.hpp: In instantiation of ‘struct Catch::StringMaker<nlohmann::basic_json<>::lexer::token_type>’:
test/catch.hpp:1161:43: required from ‘std::string Catch::toString(const T&) [with T = nlohmann::basic_json<>::lexer::token_type; std::string = std::basic_string<char>]’
test/catch.hpp:1288:45: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::captureExpression(const RhsT&) [with Catch::Internal::Operator Op = (Catch::Internal::Operator)0u; RhsT = nlohmann::basic_json<>::lexer::token_type; T = const nlohmann::basic_json<>::lexer::token_type&]’
test/catch.hpp:1230:33: required from ‘Catch::ResultBuilder& Catch::ExpressionLhs<T>::operator==(const RhsT&) [with RhsT = nlohmann::basic_json<>::lexer::token_type; T = const nlohmann::basic_json<>::lexer::token_type&]’
test/unit.cpp:7213:13: required from here
test/catch.hpp:1109:8: warning: base class ‘struct Catch::Detail::StringMakerBase<false>’ has a non-virtual destructor [-Weffc++]
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinStructuredModel.lo -MD -MP -MF .deps/CoinStructuredModel.Tpo -c CoinStructuredModel.cpp -o CoinStructuredModel.o >/dev/null 2>&1
make[3]: *** [json_unit] Error 1
make[2]: *** [external/src/JSON-stamp/JSON-build] Error 2
make[1]: *** [CMakeFiles/JSON.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinModelUseful.lo -MD -MP -MF .deps/CoinModelUseful.Tpo -c CoinModelUseful.cpp -fPIC -DPIC -o .libs/CoinModelUseful.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinModelUseful.lo -MD -MP -MF .deps/CoinModelUseful.Tpo -c CoinModelUseful.cpp -o CoinModelUseful.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinModelUseful2.lo -MD -MP -MF .deps/CoinModelUseful2.Tpo -c CoinModelUseful2.cpp -fPIC -DPIC -o .libs/CoinModelUseful2.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinModelUseful2.lo -MD -MP -MF .deps/CoinModelUseful2.Tpo -c CoinModelUseful2.cpp -o CoinModelUseful2.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinMpsIO.lo -MD -MP -MF .deps/CoinMpsIO.Tpo -c CoinMpsIO.cpp -fPIC -DPIC -o .libs/CoinMpsIO.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinMpsIO.lo -MD -MP -MF .deps/CoinMpsIO.Tpo -c CoinMpsIO.cpp -o CoinMpsIO.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPackedMatrix.lo -MD -MP -MF .deps/CoinPackedMatrix.Tpo -c CoinPackedMatrix.cpp -fPIC -DPIC -o .libs/CoinPackedMatrix.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPackedMatrix.lo -MD -MP -MF .deps/CoinPackedMatrix.Tpo -c CoinPackedMatrix.cpp -o CoinPackedMatrix.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPackedVector.lo -MD -MP -MF .deps/CoinPackedVector.Tpo -c CoinPackedVector.cpp -fPIC -DPIC -o .libs/CoinPackedVector.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPackedVector.lo -MD -MP -MF .deps/CoinPackedVector.Tpo -c CoinPackedVector.cpp -o CoinPackedVector.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPackedVectorBase.lo -MD -MP -MF .deps/CoinPackedVectorBase.Tpo -c CoinPackedVectorBase.cpp -fPIC -DPIC -o .libs/CoinPackedVectorBase.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPackedVectorBase.lo -MD -MP -MF .deps/CoinPackedVectorBase.Tpo -c CoinPackedVectorBase.cpp -o CoinPackedVectorBase.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinParam.lo -MD -MP -MF .deps/CoinParam.Tpo -c CoinParam.cpp -fPIC -DPIC -o .libs/CoinParam.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinParam.lo -MD -MP -MF .deps/CoinParam.Tpo -c CoinParam.cpp -o CoinParam.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinParamUtils.lo -MD -MP -MF .deps/CoinParamUtils.Tpo -c CoinParamUtils.cpp -fPIC -DPIC -o .libs/CoinParamUtils.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinParamUtils.lo -MD -MP -MF .deps/CoinParamUtils.Tpo -c CoinParamUtils.cpp -o CoinParamUtils.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPostsolveMatrix.lo -MD -MP -MF .deps/CoinPostsolveMatrix.Tpo -c CoinPostsolveMatrix.cpp -fPIC -DPIC -o .libs/CoinPostsolveMatrix.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPostsolveMatrix.lo -MD -MP -MF .deps/CoinPostsolveMatrix.Tpo -c CoinPostsolveMatrix.cpp -o CoinPostsolveMatrix.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPrePostsolveMatrix.lo -MD -MP -MF .deps/CoinPrePostsolveMatrix.Tpo -c CoinPrePostsolveMatrix.cpp -fPIC -DPIC -o .libs/CoinPrePostsolveMatrix.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPrePostsolveMatrix.lo -MD -MP -MF .deps/CoinPrePostsolveMatrix.Tpo -c CoinPrePostsolveMatrix.cpp -o CoinPrePostsolveMatrix.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveDoubleton.lo -MD -MP -MF .deps/CoinPresolveDoubleton.Tpo -c CoinPresolveDoubleton.cpp -fPIC -DPIC -o .libs/CoinPresolveDoubleton.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveDoubleton.lo -MD -MP -MF .deps/CoinPresolveDoubleton.Tpo -c CoinPresolveDoubleton.cpp -o CoinPresolveDoubleton.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveDual.lo -MD -MP -MF .deps/CoinPresolveDual.Tpo -c CoinPresolveDual.cpp -fPIC -DPIC -o .libs/CoinPresolveDual.o
CoinPresolveDual.cpp: In static member function 'static const CoinPresolveAction* remove_dual_action::presolve(CoinPresolveMatrix*, const CoinPresolveAction*)':
CoinPresolveDual.cpp:236:20: warning: unused variable 'lb' [-Wunused-variable]
const double lb = clo[icol] ;
^
CoinPresolveDual.cpp:237:20: warning: unused variable 'ub' [-Wunused-variable]
const double ub = cup[icol] ;
^
CoinPresolveDual.cpp:642:13: warning: unused variable 'no_clb' [-Wunused-variable]
const bool no_clb = (active[j]&5)==0 ;
^
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveDual.lo -MD -MP -MF .deps/CoinPresolveDual.Tpo -c CoinPresolveDual.cpp -o CoinPresolveDual.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveDupcol.lo -MD -MP -MF .deps/CoinPresolveDupcol.Tpo -c CoinPresolveDupcol.cpp -fPIC -DPIC -o .libs/CoinPresolveDupcol.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveDupcol.lo -MD -MP -MF .deps/CoinPresolveDupcol.Tpo -c CoinPresolveDupcol.cpp -o CoinPresolveDupcol.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveEmpty.lo -MD -MP -MF .deps/CoinPresolveEmpty.Tpo -c CoinPresolveEmpty.cpp -fPIC -DPIC -o .libs/CoinPresolveEmpty.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveEmpty.lo -MD -MP -MF .deps/CoinPresolveEmpty.Tpo -c CoinPresolveEmpty.cpp -o CoinPresolveEmpty.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveFixed.lo -MD -MP -MF .deps/CoinPresolveFixed.Tpo -c CoinPresolveFixed.cpp -fPIC -DPIC -o .libs/CoinPresolveFixed.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveFixed.lo -MD -MP -MF .deps/CoinPresolveFixed.Tpo -c CoinPresolveFixed.cpp -o CoinPresolveFixed.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveForcing.lo -MD -MP -MF .deps/CoinPresolveForcing.Tpo -c CoinPresolveForcing.cpp -fPIC -DPIC -o .libs/CoinPresolveForcing.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveForcing.lo -MD -MP -MF .deps/CoinPresolveForcing.Tpo -c CoinPresolveForcing.cpp -o CoinPresolveForcing.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveHelperFunctions.lo -MD -MP -MF .deps/CoinPresolveHelperFunctions.Tpo -c CoinPresolveHelperFunctions.cpp -fPIC -DPIC -o .libs/CoinPresolveHelperFunctions.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveHelperFunctions.lo -MD -MP -MF .deps/CoinPresolveHelperFunctions.Tpo -c CoinPresolveHelperFunctions.cpp -o CoinPresolveHelperFunctions.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveImpliedFree.lo -MD -MP -MF .deps/CoinPresolveImpliedFree.Tpo -c CoinPresolveImpliedFree.cpp -fPIC -DPIC -o .libs/CoinPresolveImpliedFree.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveImpliedFree.lo -MD -MP -MF .deps/CoinPresolveImpliedFree.Tpo -c CoinPresolveImpliedFree.cpp -o CoinPresolveImpliedFree.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveIsolated.lo -MD -MP -MF .deps/CoinPresolveIsolated.Tpo -c CoinPresolveIsolated.cpp -fPIC -DPIC -o .libs/CoinPresolveIsolated.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveIsolated.lo -MD -MP -MF .deps/CoinPresolveIsolated.Tpo -c CoinPresolveIsolated.cpp -o CoinPresolveIsolated.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveMatrix.lo -MD -MP -MF .deps/CoinPresolveMatrix.Tpo -c CoinPresolveMatrix.cpp -fPIC -DPIC -o .libs/CoinPresolveMatrix.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveMatrix.lo -MD -MP -MF .deps/CoinPresolveMatrix.Tpo -c CoinPresolveMatrix.cpp -o CoinPresolveMatrix.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolvePsdebug.lo -MD -MP -MF .deps/CoinPresolvePsdebug.Tpo -c CoinPresolvePsdebug.cpp -fPIC -DPIC -o .libs/CoinPresolvePsdebug.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolvePsdebug.lo -MD -MP -MF .deps/CoinPresolvePsdebug.Tpo -c CoinPresolvePsdebug.cpp -o CoinPresolvePsdebug.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveMonitor.lo -MD -MP -MF .deps/CoinPresolveMonitor.Tpo -c CoinPresolveMonitor.cpp -fPIC -DPIC -o .libs/CoinPresolveMonitor.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveMonitor.lo -MD -MP -MF .deps/CoinPresolveMonitor.Tpo -c CoinPresolveMonitor.cpp -o CoinPresolveMonitor.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveSingleton.lo -MD -MP -MF .deps/CoinPresolveSingleton.Tpo -c CoinPresolveSingleton.cpp -fPIC -DPIC -o .libs/CoinPresolveSingleton.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveSingleton.lo -MD -MP -MF .deps/CoinPresolveSingleton.Tpo -c CoinPresolveSingleton.cpp -o CoinPresolveSingleton.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveSubst.lo -MD -MP -MF .deps/CoinPresolveSubst.Tpo -c CoinPresolveSubst.cpp -fPIC -DPIC -o .libs/CoinPresolveSubst.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveSubst.lo -MD -MP -MF .deps/CoinPresolveSubst.Tpo -c CoinPresolveSubst.cpp -o CoinPresolveSubst.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveTighten.lo -MD -MP -MF .deps/CoinPresolveTighten.Tpo -c CoinPresolveTighten.cpp -fPIC -DPIC -o .libs/CoinPresolveTighten.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveTighten.lo -MD -MP -MF .deps/CoinPresolveTighten.Tpo -c CoinPresolveTighten.cpp -o CoinPresolveTighten.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveTripleton.lo -MD -MP -MF .deps/CoinPresolveTripleton.Tpo -c CoinPresolveTripleton.cpp -fPIC -DPIC -o .libs/CoinPresolveTripleton.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveTripleton.lo -MD -MP -MF .deps/CoinPresolveTripleton.Tpo -c CoinPresolveTripleton.cpp -o CoinPresolveTripleton.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveUseless.lo -MD -MP -MF .deps/CoinPresolveUseless.Tpo -c CoinPresolveUseless.cpp -fPIC -DPIC -o .libs/CoinPresolveUseless.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveUseless.lo -MD -MP -MF .deps/CoinPresolveUseless.Tpo -c CoinPresolveUseless.cpp -o CoinPresolveUseless.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveZeros.lo -MD -MP -MF .deps/CoinPresolveZeros.Tpo -c CoinPresolveZeros.cpp -fPIC -DPIC -o .libs/CoinPresolveZeros.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinPresolveZeros.lo -MD -MP -MF .deps/CoinPresolveZeros.Tpo -c CoinPresolveZeros.cpp -o CoinPresolveZeros.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinRational.lo -MD -MP -MF .deps/CoinRational.Tpo -c CoinRational.cpp -fPIC -DPIC -o .libs/CoinRational.o
CoinRational.cpp: In member function 'bool CoinRational::nearestRational_(double, double, long int)':
CoinRational.cpp:30:27: warning: conversion to 'double' from 'long int' may alter its value [-Wconversion]
double mediant = (a + c)/(double(b + d));
^
CoinRational.cpp:60:30: warning: conversion to 'long int' from 'double' may alter its value [-Wconversion]
numerator_ += labs(intpart) * denominator_;
^
CoinRational.cpp:64:52: warning: conversion to 'double' from 'long int' may alter its value [-Wconversion]
return fabs(val - numerator_/double(denominator_)) <= maxdelta;
^
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinRational.lo -MD -MP -MF .deps/CoinRational.Tpo -c CoinRational.cpp -o CoinRational.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinSearchTree.lo -MD -MP -MF .deps/CoinSearchTree.Tpo -c CoinSearchTree.cpp -fPIC -DPIC -o .libs/CoinSearchTree.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinSearchTree.lo -MD -MP -MF .deps/CoinSearchTree.Tpo -c CoinSearchTree.cpp -o CoinSearchTree.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinShallowPackedVector.lo -MD -MP -MF .deps/CoinShallowPackedVector.Tpo -c CoinShallowPackedVector.cpp -fPIC -DPIC -o .libs/CoinShallowPackedVector.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinShallowPackedVector.lo -MD -MP -MF .deps/CoinShallowPackedVector.Tpo -c CoinShallowPackedVector.cpp -o CoinShallowPackedVector.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinSnapshot.lo -MD -MP -MF .deps/CoinSnapshot.Tpo -c CoinSnapshot.cpp -fPIC -DPIC -o .libs/CoinSnapshot.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinSnapshot.lo -MD -MP -MF .deps/CoinSnapshot.Tpo -c CoinSnapshot.cpp -o CoinSnapshot.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinWarmStartBasis.lo -MD -MP -MF .deps/CoinWarmStartBasis.Tpo -c CoinWarmStartBasis.cpp -fPIC -DPIC -o .libs/CoinWarmStartBasis.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinWarmStartBasis.lo -MD -MP -MF .deps/CoinWarmStartBasis.Tpo -c CoinWarmStartBasis.cpp -o CoinWarmStartBasis.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinWarmStartVector.lo -MD -MP -MF .deps/CoinWarmStartVector.Tpo -c CoinWarmStartVector.cpp -fPIC -DPIC -o .libs/CoinWarmStartVector.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinWarmStartVector.lo -MD -MP -MF .deps/CoinWarmStartVector.Tpo -c CoinWarmStartVector.cpp -o CoinWarmStartVector.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinWarmStartDual.lo -MD -MP -MF .deps/CoinWarmStartDual.Tpo -c CoinWarmStartDual.cpp -fPIC -DPIC -o .libs/CoinWarmStartDual.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinWarmStartDual.lo -MD -MP -MF .deps/CoinWarmStartDual.Tpo -c CoinWarmStartDual.cpp -o CoinWarmStartDual.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinWarmStartPrimalDual.lo -MD -MP -MF .deps/CoinWarmStartPrimalDual.Tpo -c CoinWarmStartPrimalDual.cpp -fPIC -DPIC -o .libs/CoinWarmStartPrimalDual.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -MT CoinWarmStartPrimalDual.lo -MD -MP -MF .deps/CoinWarmStartPrimalDual.Tpo -c CoinWarmStartPrimalDual.cpp -o CoinWarmStartPrimalDual.o >/dev/null 2>&1
/usr/bin/g++-4.8 -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbeginS.o .libs/CoinAlloc.o .libs/CoinBuild.o .libs/CoinDenseVector.o .libs/CoinError.o .libs/CoinFactorization1.o .libs/CoinFactorization2.o .libs/CoinFactorization3.o .libs/CoinFactorization4.o .libs/CoinSimpFactorization.o .libs/CoinDenseFactorization.o .libs/CoinOslFactorization.o .libs/CoinOslFactorization2.o .libs/CoinOslFactorization3.o .libs/CoinFileIO.o .libs/CoinFinite.o .libs/CoinIndexedVector.o .libs/CoinLpIO.o .libs/CoinMessage.o .libs/CoinMessageHandler.o .libs/CoinModel.o .libs/CoinStructuredModel.o .libs/CoinModelUseful.o .libs/CoinModelUseful2.o .libs/CoinMpsIO.o .libs/CoinPackedMatrix.o .libs/CoinPackedVector.o .libs/CoinPackedVectorBase.o .libs/CoinParam.o .libs/CoinParamUtils.o .libs/CoinPostsolveMatrix.o .libs/CoinPrePostsolveMatrix.o .libs/CoinPresolveDoubleton.o .libs/CoinPresolveDual.o .libs/CoinPresolveDupcol.o .libs/CoinPresolveEmpty.o .libs/CoinPresolveFixed.o .libs/CoinPresolveForcing.o .libs/CoinPresolveHelperFunctions.o .libs/CoinPresolveImpliedFree.o .libs/CoinPresolveIsolated.o .libs/CoinPresolveMatrix.o .libs/CoinPresolvePsdebug.o .libs/CoinPresolveMonitor.o .libs/CoinPresolveSingleton.o .libs/CoinPresolveSubst.o .libs/CoinPresolveTighten.o .libs/CoinPresolveTripleton.o .libs/CoinPresolveUseless.o .libs/CoinPresolveZeros.o .libs/CoinRational.o .libs/CoinSearchTree.o .libs/CoinShallowPackedVector.o .libs/CoinSnapshot.o .libs/CoinWarmStartBasis.o .libs/CoinWarmStartVector.o .libs/CoinWarmStartDual.o .libs/CoinWarmStartPrimalDual.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,libCoinUtils.so.0 -o .libs/libCoinUtils.so.0.0.0
(cd .libs && rm -f libCoinUtils.so.0 && ln -s libCoinUtils.so.0.0.0 libCoinUtils.so.0)
(cd .libs && rm -f libCoinUtils.so && ln -s libCoinUtils.so.0.0.0 libCoinUtils.so)
ar cru .libs/libCoinUtils.a CoinAlloc.o CoinBuild.o CoinDenseVector.o CoinError.o CoinFactorization1.o CoinFactorization2.o CoinFactorization3.o CoinFactorization4.o CoinSimpFactorization.o CoinDenseFactorization.o CoinOslFactorization.o CoinOslFactorization2.o CoinOslFactorization3.o CoinFileIO.o CoinFinite.o CoinIndexedVector.o CoinLpIO.o CoinMessage.o CoinMessageHandler.o CoinModel.o CoinStructuredModel.o CoinModelUseful.o CoinModelUseful2.o CoinMpsIO.o CoinPackedMatrix.o CoinPackedVector.o CoinPackedVectorBase.o CoinParam.o CoinParamUtils.o CoinPostsolveMatrix.o CoinPrePostsolveMatrix.o CoinPresolveDoubleton.o CoinPresolveDual.o CoinPresolveDupcol.o CoinPresolveEmpty.o CoinPresolveFixed.o CoinPresolveForcing.o CoinPresolveHelperFunctions.o CoinPresolveImpliedFree.o CoinPresolveIsolated.o CoinPresolveMatrix.o CoinPresolvePsdebug.o CoinPresolveMonitor.o CoinPresolveSingleton.o CoinPresolveSubst.o CoinPresolveTighten.o CoinPresolveTripleton.o CoinPresolveUseless.o CoinPresolveZeros.o CoinRational.o CoinSearchTree.o CoinShallowPackedVector.o CoinSnapshot.o CoinWarmStartBasis.o CoinWarmStartVector.o CoinWarmStartDual.o CoinWarmStartPrimalDual.o
ranlib .libs/libCoinUtils.a
creating libCoinUtils.la
(cd .libs && rm -f libCoinUtils.la && ln -s ../libCoinUtils.la libCoinUtils.la)
Making all in Osi
Making all in src/Osi
mkdir .libs
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiAuxInfo.lo -MD -MP -MF .deps/OsiAuxInfo.Tpo -c OsiAuxInfo.cpp -fPIC -DPIC -o .libs/OsiAuxInfo.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiAuxInfo.lo -MD -MP -MF .deps/OsiAuxInfo.Tpo -c OsiAuxInfo.cpp -o OsiAuxInfo.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiBranchingObject.lo -MD -MP -MF .deps/OsiBranchingObject.Tpo -c OsiBranchingObject.cpp -fPIC -DPIC -o .libs/OsiBranchingObject.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiBranchingObject.lo -MD -MP -MF .deps/OsiBranchingObject.Tpo -c OsiBranchingObject.cpp -o OsiBranchingObject.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiChooseVariable.lo -MD -MP -MF .deps/OsiChooseVariable.Tpo -c OsiChooseVariable.cpp -fPIC -DPIC -o .libs/OsiChooseVariable.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiChooseVariable.lo -MD -MP -MF .deps/OsiChooseVariable.Tpo -c OsiChooseVariable.cpp -o OsiChooseVariable.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiColCut.lo -MD -MP -MF .deps/OsiColCut.Tpo -c OsiColCut.cpp -fPIC -DPIC -o .libs/OsiColCut.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiColCut.lo -MD -MP -MF .deps/OsiColCut.Tpo -c OsiColCut.cpp -o OsiColCut.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiCut.lo -MD -MP -MF .deps/OsiCut.Tpo -c OsiCut.cpp -fPIC -DPIC -o .libs/OsiCut.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiCut.lo -MD -MP -MF .deps/OsiCut.Tpo -c OsiCut.cpp -o OsiCut.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiCuts.lo -MD -MP -MF .deps/OsiCuts.Tpo -c OsiCuts.cpp -fPIC -DPIC -o .libs/OsiCuts.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiCuts.lo -MD -MP -MF .deps/OsiCuts.Tpo -c OsiCuts.cpp -o OsiCuts.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiNames.lo -MD -MP -MF .deps/OsiNames.Tpo -c OsiNames.cpp -fPIC -DPIC -o .libs/OsiNames.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiNames.lo -MD -MP -MF .deps/OsiNames.Tpo -c OsiNames.cpp -o OsiNames.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiPresolve.lo -MD -MP -MF .deps/OsiPresolve.Tpo -c OsiPresolve.cpp -fPIC -DPIC -o .libs/OsiPresolve.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiPresolve.lo -MD -MP -MF .deps/OsiPresolve.Tpo -c OsiPresolve.cpp -o OsiPresolve.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiRowCut.lo -MD -MP -MF .deps/OsiRowCut.Tpo -c OsiRowCut.cpp -fPIC -DPIC -o .libs/OsiRowCut.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiRowCut.lo -MD -MP -MF .deps/OsiRowCut.Tpo -c OsiRowCut.cpp -o OsiRowCut.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiRowCutDebugger.lo -MD -MP -MF .deps/OsiRowCutDebugger.Tpo -c OsiRowCutDebugger.cpp -fPIC -DPIC -o .libs/OsiRowCutDebugger.o
OsiRowCutDebugger.cpp: In member function 'bool OsiRowCutDebugger::activate(const OsiSolverInterface&, const char*)':
OsiRowCutDebugger.cpp:319:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:329:37: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int vecLen = sizeof(intIndicesV)/sizeof(int);
^
OsiRowCutDebugger.cpp:338:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:347:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:356:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:365:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:374:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:383:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:395:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:406:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:416:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:427:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:445:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:462:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:475:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:485:37: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int vecLen = sizeof(intIndicesV)/sizeof(int);
^
OsiRowCutDebugger.cpp:497:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:509:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:520:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:532:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:543:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:554:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:563:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:573:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:584:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:594:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:603:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:612:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:627:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:648:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:665:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:718:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:727:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:737:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:747:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:759:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:769:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:778:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:826:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:887:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:904:37: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int vecLen = sizeof(intIndicesV)/sizeof(int);
^
OsiRowCutDebugger.cpp:924:37: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int vecLen = sizeof(intIndicesV)/sizeof(int);
^
OsiRowCutDebugger.cpp:965:37: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int vecLen = sizeof(intIndicesV)/sizeof(int);
^
OsiRowCutDebugger.cpp:1007:37: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int vecLen = sizeof(intIndicesV)/sizeof(int);
^
OsiRowCutDebugger.cpp:1049:37: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int vecLen = sizeof(intIndicesV)/sizeof(int);
^
OsiRowCutDebugger.cpp:1097:37: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int vecLen = sizeof(intIndicesV)/sizeof(int);
^
OsiRowCutDebugger.cpp:1107:37: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int vecLen = sizeof(intIndicesV)/sizeof(int);
^
OsiRowCutDebugger.cpp:1130:37: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int vecLen = sizeof(intIndicesV)/sizeof(int);
^
OsiRowCutDebugger.cpp:1152:37: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int vecLen = sizeof(intIndicesV)/sizeof(int);
^
OsiRowCutDebugger.cpp:1164:37: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int vecLen = sizeof(intIndicesV)/sizeof(int);
^
OsiRowCutDebugger.cpp:1175:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:1186:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:1197:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:1207:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:1219:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:1230:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
OsiRowCutDebugger.cpp:1244:37: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int vecLen = sizeof(intIndicesV)/sizeof(int);
^
OsiRowCutDebugger.cpp:1258:37: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int vecLen = sizeof(intIndicesV)/sizeof(int);
^
OsiRowCutDebugger.cpp:1268:43: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
int numIndices = sizeof(intIndicesAt1)/sizeof(int);
^
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiRowCutDebugger.lo -MD -MP -MF .deps/OsiRowCutDebugger.Tpo -c OsiRowCutDebugger.cpp -o OsiRowCutDebugger.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiSolverBranch.lo -MD -MP -MF .deps/OsiSolverBranch.Tpo -c OsiSolverBranch.cpp -fPIC -DPIC -o .libs/OsiSolverBranch.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiSolverBranch.lo -MD -MP -MF .deps/OsiSolverBranch.Tpo -c OsiSolverBranch.cpp -o OsiSolverBranch.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiSolverInterface.lo -MD -MP -MF .deps/OsiSolverInterface.Tpo -c OsiSolverInterface.cpp -fPIC -DPIC -o .libs/OsiSolverInterface.o
OsiSolverInterface.cpp: In member function 'int OsiSolverInterface::differentModel(OsiSolverInterface&, bool)':
OsiSolverInterface.cpp:1880:8: warning: unused variable 'gotHint' [-Wunused-variable]
bool gotHint = (getHintParam(OsiDoReducePrint,takeHint,strength));
^
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiSolverInterface.lo -MD -MP -MF .deps/OsiSolverInterface.Tpo -c OsiSolverInterface.cpp -o OsiSolverInterface.o >/dev/null 2>&1
/usr/bin/g++-4.8 -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbeginS.o .libs/OsiAuxInfo.o .libs/OsiBranchingObject.o .libs/OsiChooseVariable.o .libs/OsiColCut.o .libs/OsiCut.o .libs/OsiCuts.o .libs/OsiNames.o .libs/OsiPresolve.o .libs/OsiRowCut.o .libs/OsiRowCutDebugger.o .libs/OsiSolverBranch.o .libs/OsiSolverInterface.o -Wl,--rpath -Wl,/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src/.libs -Wl,--rpath -Wl,/home/zenna/repos/dreallatest/build/lib /home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src/.libs/libCoinUtils.so -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,libOsi.so.0 -o .libs/libOsi.so.0.0.0
(cd .libs && rm -f libOsi.so.0 && ln -s libOsi.so.0.0.0 libOsi.so.0)
(cd .libs && rm -f libOsi.so && ln -s libOsi.so.0.0.0 libOsi.so)
ar cru .libs/libOsi.a OsiAuxInfo.o OsiBranchingObject.o OsiChooseVariable.o OsiColCut.o OsiCut.o OsiCuts.o OsiNames.o OsiPresolve.o OsiRowCut.o OsiRowCutDebugger.o OsiSolverBranch.o OsiSolverInterface.o
ranlib .libs/libOsi.a
creating libOsi.la
(cd .libs && rm -f libOsi.la && ln -s ../libOsi.la libOsi.la)
Making all in src/OsiCommonTest
mkdir .libs
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I../../src/Osi -I./../Osi -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiColCutTest.lo -MD -MP -MF .deps/OsiColCutTest.Tpo -c OsiColCutTest.cpp -fPIC -DPIC -o .libs/OsiColCutTest.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I../../src/Osi -I./../Osi -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiColCutTest.lo -MD -MP -MF .deps/OsiColCutTest.Tpo -c OsiColCutTest.cpp -o OsiColCutTest.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I../../src/Osi -I./../Osi -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiCutsTest.lo -MD -MP -MF .deps/OsiCutsTest.Tpo -c OsiCutsTest.cpp -fPIC -DPIC -o .libs/OsiCutsTest.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I../../src/Osi -I./../Osi -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiCutsTest.lo -MD -MP -MF .deps/OsiCutsTest.Tpo -c OsiCutsTest.cpp -o OsiCutsTest.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I../../src/Osi -I./../Osi -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiRowCutDebuggerTest.lo -MD -MP -MF .deps/OsiRowCutDebuggerTest.Tpo -c OsiRowCutDebuggerTest.cpp -fPIC -DPIC -o .libs/OsiRowCutDebuggerTest.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I../../src/Osi -I./../Osi -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiRowCutDebuggerTest.lo -MD -MP -MF .deps/OsiRowCutDebuggerTest.Tpo -c OsiRowCutDebuggerTest.cpp -o OsiRowCutDebuggerTest.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I../../src/Osi -I./../Osi -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiRowCutTest.lo -MD -MP -MF .deps/OsiRowCutTest.Tpo -c OsiRowCutTest.cpp -fPIC -DPIC -o .libs/OsiRowCutTest.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I../../src/Osi -I./../Osi -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiRowCutTest.lo -MD -MP -MF .deps/OsiRowCutTest.Tpo -c OsiRowCutTest.cpp -o OsiRowCutTest.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I../../src/Osi -I./../Osi -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiSimplexAPITest.lo -MD -MP -MF .deps/OsiSimplexAPITest.Tpo -c OsiSimplexAPITest.cpp -fPIC -DPIC -o .libs/OsiSimplexAPITest.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I../../src/Osi -I./../Osi -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiSimplexAPITest.lo -MD -MP -MF .deps/OsiSimplexAPITest.Tpo -c OsiSimplexAPITest.cpp -o OsiSimplexAPITest.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I../../src/Osi -I./../Osi -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiNetlibTest.lo -MD -MP -MF .deps/OsiNetlibTest.Tpo -c OsiNetlibTest.cpp -fPIC -DPIC -o .libs/OsiNetlibTest.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I../../src/Osi -I./../Osi -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiNetlibTest.lo -MD -MP -MF .deps/OsiNetlibTest.Tpo -c OsiNetlibTest.cpp -o OsiNetlibTest.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I../../src/Osi -I./../Osi -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiUnitTestUtils.lo -MD -MP -MF .deps/OsiUnitTestUtils.Tpo -c OsiUnitTestUtils.cpp -fPIC -DPIC -o .libs/OsiUnitTestUtils.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I../../src/Osi -I./../Osi -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiUnitTestUtils.lo -MD -MP -MF .deps/OsiUnitTestUtils.Tpo -c OsiUnitTestUtils.cpp -o OsiUnitTestUtils.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I../../src/Osi -I./../Osi -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiSolverInterfaceTest.lo -MD -MP -MF .deps/OsiSolverInterfaceTest.Tpo -c OsiSolverInterfaceTest.cpp -fPIC -DPIC -o .libs/OsiSolverInterfaceTest.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I../../src/Osi -I./../Osi -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -MT OsiSolverInterfaceTest.lo -MD -MP -MF .deps/OsiSolverInterfaceTest.Tpo -c OsiSolverInterfaceTest.cpp -o OsiSolverInterfaceTest.o >/dev/null 2>&1
/usr/bin/g++-4.8 -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbeginS.o .libs/OsiColCutTest.o .libs/OsiCutsTest.o .libs/OsiRowCutDebuggerTest.o .libs/OsiRowCutTest.o .libs/OsiSimplexAPITest.o .libs/OsiNetlibTest.o .libs/OsiUnitTestUtils.o .libs/OsiSolverInterfaceTest.o -Wl,--rpath -Wl,/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src/.libs -Wl,--rpath -Wl,/home/zenna/repos/dreallatest/build/external/src/CLP/Osi/src/Osi/.libs -Wl,--rpath -Wl,/home/zenna/repos/dreallatest/build/lib -L/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src/.libs /home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src/.libs/libCoinUtils.so ../Osi/.libs/libOsi.so -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,libOsiCommonTests.so.0 -o .libs/libOsiCommonTests.so.0.0.0
(cd .libs && rm -f libOsiCommonTests.so.0 && ln -s libOsiCommonTests.so.0.0.0 libOsiCommonTests.so.0)
(cd .libs && rm -f libOsiCommonTests.so && ln -s libOsiCommonTests.so.0.0.0 libOsiCommonTests.so)
ar cru .libs/libOsiCommonTests.a OsiColCutTest.o OsiCutsTest.o OsiRowCutDebuggerTest.o OsiRowCutTest.o OsiSimplexAPITest.o OsiNetlibTest.o OsiUnitTestUtils.o OsiSolverInterfaceTest.o
ranlib .libs/libOsiCommonTests.a
creating libOsiCommonTests.la
(cd .libs && rm -f libOsiCommonTests.la && ln -s ../libOsiCommonTests.la libOsiCommonTests.la)
Making all in Clp
Making all in src
mkdir .libs
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpCholeskyBase.lo -MD -MP -MF .deps/ClpCholeskyBase.Tpo -c ClpCholeskyBase.cpp -fPIC -DPIC -o .libs/ClpCholeskyBase.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpCholeskyBase.lo -MD -MP -MF .deps/ClpCholeskyBase.Tpo -c ClpCholeskyBase.cpp -o ClpCholeskyBase.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpCholeskyDense.lo -MD -MP -MF .deps/ClpCholeskyDense.Tpo -c ClpCholeskyDense.cpp -fPIC -DPIC -o .libs/ClpCholeskyDense.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpCholeskyDense.lo -MD -MP -MF .deps/ClpCholeskyDense.Tpo -c ClpCholeskyDense.cpp -o ClpCholeskyDense.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpConstraint.lo -MD -MP -MF .deps/ClpConstraint.Tpo -c ClpConstraint.cpp -fPIC -DPIC -o .libs/ClpConstraint.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpConstraint.lo -MD -MP -MF .deps/ClpConstraint.Tpo -c ClpConstraint.cpp -o ClpConstraint.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpConstraintLinear.lo -MD -MP -MF .deps/ClpConstraintLinear.Tpo -c ClpConstraintLinear.cpp -fPIC -DPIC -o .libs/ClpConstraintLinear.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpConstraintLinear.lo -MD -MP -MF .deps/ClpConstraintLinear.Tpo -c ClpConstraintLinear.cpp -o ClpConstraintLinear.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpConstraintQuadratic.lo -MD -MP -MF .deps/ClpConstraintQuadratic.Tpo -c ClpConstraintQuadratic.cpp -fPIC -DPIC -o .libs/ClpConstraintQuadratic.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpConstraintQuadratic.lo -MD -MP -MF .deps/ClpConstraintQuadratic.Tpo -c ClpConstraintQuadratic.cpp -o ClpConstraintQuadratic.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT Clp_C_Interface.lo -MD -MP -MF .deps/Clp_C_Interface.Tpo -c Clp_C_Interface.cpp -fPIC -DPIC -o .libs/Clp_C_Interface.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT Clp_C_Interface.lo -MD -MP -MF .deps/Clp_C_Interface.Tpo -c Clp_C_Interface.cpp -o Clp_C_Interface.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpDualRowDantzig.lo -MD -MP -MF .deps/ClpDualRowDantzig.Tpo -c ClpDualRowDantzig.cpp -fPIC -DPIC -o .libs/ClpDualRowDantzig.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpDualRowDantzig.lo -MD -MP -MF .deps/ClpDualRowDantzig.Tpo -c ClpDualRowDantzig.cpp -o ClpDualRowDantzig.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpDualRowPivot.lo -MD -MP -MF .deps/ClpDualRowPivot.Tpo -c ClpDualRowPivot.cpp -fPIC -DPIC -o .libs/ClpDualRowPivot.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpDualRowPivot.lo -MD -MP -MF .deps/ClpDualRowPivot.Tpo -c ClpDualRowPivot.cpp -o ClpDualRowPivot.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpDualRowSteepest.lo -MD -MP -MF .deps/ClpDualRowSteepest.Tpo -c ClpDualRowSteepest.cpp -fPIC -DPIC -o .libs/ClpDualRowSteepest.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpDualRowSteepest.lo -MD -MP -MF .deps/ClpDualRowSteepest.Tpo -c ClpDualRowSteepest.cpp -o ClpDualRowSteepest.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpDummyMatrix.lo -MD -MP -MF .deps/ClpDummyMatrix.Tpo -c ClpDummyMatrix.cpp -fPIC -DPIC -o .libs/ClpDummyMatrix.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpDummyMatrix.lo -MD -MP -MF .deps/ClpDummyMatrix.Tpo -c ClpDummyMatrix.cpp -o ClpDummyMatrix.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpDynamicExampleMatrix.lo -MD -MP -MF .deps/ClpDynamicExampleMatrix.Tpo -c ClpDynamicExampleMatrix.cpp -fPIC -DPIC -o .libs/ClpDynamicExampleMatrix.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpDynamicExampleMatrix.lo -MD -MP -MF .deps/ClpDynamicExampleMatrix.Tpo -c ClpDynamicExampleMatrix.cpp -o ClpDynamicExampleMatrix.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpDynamicMatrix.lo -MD -MP -MF .deps/ClpDynamicMatrix.Tpo -c ClpDynamicMatrix.cpp -fPIC -DPIC -o .libs/ClpDynamicMatrix.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpDynamicMatrix.lo -MD -MP -MF .deps/ClpDynamicMatrix.Tpo -c ClpDynamicMatrix.cpp -o ClpDynamicMatrix.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpEventHandler.lo -MD -MP -MF .deps/ClpEventHandler.Tpo -c ClpEventHandler.cpp -fPIC -DPIC -o .libs/ClpEventHandler.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpEventHandler.lo -MD -MP -MF .deps/ClpEventHandler.Tpo -c ClpEventHandler.cpp -o ClpEventHandler.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpFactorization.lo -MD -MP -MF .deps/ClpFactorization.Tpo -c ClpFactorization.cpp -fPIC -DPIC -o .libs/ClpFactorization.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpFactorization.lo -MD -MP -MF .deps/ClpFactorization.Tpo -c ClpFactorization.cpp -o ClpFactorization.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpGubDynamicMatrix.lo -MD -MP -MF .deps/ClpGubDynamicMatrix.Tpo -c ClpGubDynamicMatrix.cpp -fPIC -DPIC -o .libs/ClpGubDynamicMatrix.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpGubDynamicMatrix.lo -MD -MP -MF .deps/ClpGubDynamicMatrix.Tpo -c ClpGubDynamicMatrix.cpp -o ClpGubDynamicMatrix.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpGubMatrix.lo -MD -MP -MF .deps/ClpGubMatrix.Tpo -c ClpGubMatrix.cpp -fPIC -DPIC -o .libs/ClpGubMatrix.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpGubMatrix.lo -MD -MP -MF .deps/ClpGubMatrix.Tpo -c ClpGubMatrix.cpp -o ClpGubMatrix.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpHelperFunctions.lo -MD -MP -MF .deps/ClpHelperFunctions.Tpo -c ClpHelperFunctions.cpp -fPIC -DPIC -o .libs/ClpHelperFunctions.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpHelperFunctions.lo -MD -MP -MF .deps/ClpHelperFunctions.Tpo -c ClpHelperFunctions.cpp -o ClpHelperFunctions.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpInterior.lo -MD -MP -MF .deps/ClpInterior.Tpo -c ClpInterior.cpp -fPIC -DPIC -o .libs/ClpInterior.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpInterior.lo -MD -MP -MF .deps/ClpInterior.Tpo -c ClpInterior.cpp -o ClpInterior.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpLinearObjective.lo -MD -MP -MF .deps/ClpLinearObjective.Tpo -c ClpLinearObjective.cpp -fPIC -DPIC -o .libs/ClpLinearObjective.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpLinearObjective.lo -MD -MP -MF .deps/ClpLinearObjective.Tpo -c ClpLinearObjective.cpp -o ClpLinearObjective.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpMatrixBase.lo -MD -MP -MF .deps/ClpMatrixBase.Tpo -c ClpMatrixBase.cpp -fPIC -DPIC -o .libs/ClpMatrixBase.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpMatrixBase.lo -MD -MP -MF .deps/ClpMatrixBase.Tpo -c ClpMatrixBase.cpp -o ClpMatrixBase.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpMessage.lo -MD -MP -MF .deps/ClpMessage.Tpo -c ClpMessage.cpp -fPIC -DPIC -o .libs/ClpMessage.o
ClpMessage.cpp: In constructor 'ClpMessage::ClpMessage(CoinMessages::Language)':
ClpMessage.cpp:128:42: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion]
CoinMessages(sizeof(clp_us_english) / sizeof(Clp_message))
^
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpMessage.lo -MD -MP -MF .deps/ClpMessage.Tpo -c ClpMessage.cpp -o ClpMessage.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpModel.lo -MD -MP -MF .deps/ClpModel.Tpo -c ClpModel.cpp -fPIC -DPIC -o .libs/ClpModel.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpModel.lo -MD -MP -MF .deps/ClpModel.Tpo -c ClpModel.cpp -o ClpModel.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpNetworkBasis.lo -MD -MP -MF .deps/ClpNetworkBasis.Tpo -c ClpNetworkBasis.cpp -fPIC -DPIC -o .libs/ClpNetworkBasis.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpNetworkBasis.lo -MD -MP -MF .deps/ClpNetworkBasis.Tpo -c ClpNetworkBasis.cpp -o ClpNetworkBasis.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpNetworkMatrix.lo -MD -MP -MF .deps/ClpNetworkMatrix.Tpo -c ClpNetworkMatrix.cpp -fPIC -DPIC -o .libs/ClpNetworkMatrix.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpNetworkMatrix.lo -MD -MP -MF .deps/ClpNetworkMatrix.Tpo -c ClpNetworkMatrix.cpp -o ClpNetworkMatrix.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpNonLinearCost.lo -MD -MP -MF .deps/ClpNonLinearCost.Tpo -c ClpNonLinearCost.cpp -fPIC -DPIC -o .libs/ClpNonLinearCost.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpNonLinearCost.lo -MD -MP -MF .deps/ClpNonLinearCost.Tpo -c ClpNonLinearCost.cpp -o ClpNonLinearCost.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpNode.lo -MD -MP -MF .deps/ClpNode.Tpo -c ClpNode.cpp -fPIC -DPIC -o .libs/ClpNode.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpNode.lo -MD -MP -MF .deps/ClpNode.Tpo -c ClpNode.cpp -o ClpNode.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpObjective.lo -MD -MP -MF .deps/ClpObjective.Tpo -c ClpObjective.cpp -fPIC -DPIC -o .libs/ClpObjective.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpObjective.lo -MD -MP -MF .deps/ClpObjective.Tpo -c ClpObjective.cpp -o ClpObjective.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpPackedMatrix.lo -MD -MP -MF .deps/ClpPackedMatrix.Tpo -c ClpPackedMatrix.cpp -fPIC -DPIC -o .libs/ClpPackedMatrix.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpPackedMatrix.lo -MD -MP -MF .deps/ClpPackedMatrix.Tpo -c ClpPackedMatrix.cpp -o ClpPackedMatrix.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpPlusMinusOneMatrix.lo -MD -MP -MF .deps/ClpPlusMinusOneMatrix.Tpo -c ClpPlusMinusOneMatrix.cpp -fPIC -DPIC -o .libs/ClpPlusMinusOneMatrix.o
ClpPlusMinusOneMatrix.cpp:459:13: warning: 'doPlusOnes' defined but not used [-Wunused-variable]
static bool doPlusOnes=true;
^
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpPlusMinusOneMatrix.lo -MD -MP -MF .deps/ClpPlusMinusOneMatrix.Tpo -c ClpPlusMinusOneMatrix.cpp -o ClpPlusMinusOneMatrix.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpPredictorCorrector.lo -MD -MP -MF .deps/ClpPredictorCorrector.Tpo -c ClpPredictorCorrector.cpp -fPIC -DPIC -o .libs/ClpPredictorCorrector.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpPredictorCorrector.lo -MD -MP -MF .deps/ClpPredictorCorrector.Tpo -c ClpPredictorCorrector.cpp -o ClpPredictorCorrector.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpPdco.lo -MD -MP -MF .deps/ClpPdco.Tpo -c ClpPdco.cpp -fPIC -DPIC -o .libs/ClpPdco.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpPdco.lo -MD -MP -MF .deps/ClpPdco.Tpo -c ClpPdco.cpp -o ClpPdco.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpPdcoBase.lo -MD -MP -MF .deps/ClpPdcoBase.Tpo -c ClpPdcoBase.cpp -fPIC -DPIC -o .libs/ClpPdcoBase.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpPdcoBase.lo -MD -MP -MF .deps/ClpPdcoBase.Tpo -c ClpPdcoBase.cpp -o ClpPdcoBase.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpLsqr.lo -MD -MP -MF .deps/ClpLsqr.Tpo -c ClpLsqr.cpp -fPIC -DPIC -o .libs/ClpLsqr.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpLsqr.lo -MD -MP -MF .deps/ClpLsqr.Tpo -c ClpLsqr.cpp -o ClpLsqr.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpPresolve.lo -MD -MP -MF .deps/ClpPresolve.Tpo -c ClpPresolve.cpp -fPIC -DPIC -o .libs/ClpPresolve.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpPresolve.lo -MD -MP -MF .deps/ClpPresolve.Tpo -c ClpPresolve.cpp -o ClpPresolve.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpPrimalColumnDantzig.lo -MD -MP -MF .deps/ClpPrimalColumnDantzig.Tpo -c ClpPrimalColumnDantzig.cpp -fPIC -DPIC -o .libs/ClpPrimalColumnDantzig.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpPrimalColumnDantzig.lo -MD -MP -MF .deps/ClpPrimalColumnDantzig.Tpo -c ClpPrimalColumnDantzig.cpp -o ClpPrimalColumnDantzig.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpPrimalColumnPivot.lo -MD -MP -MF .deps/ClpPrimalColumnPivot.Tpo -c ClpPrimalColumnPivot.cpp -fPIC -DPIC -o .libs/ClpPrimalColumnPivot.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpPrimalColumnPivot.lo -MD -MP -MF .deps/ClpPrimalColumnPivot.Tpo -c ClpPrimalColumnPivot.cpp -o ClpPrimalColumnPivot.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpPrimalColumnSteepest.lo -MD -MP -MF .deps/ClpPrimalColumnSteepest.Tpo -c ClpPrimalColumnSteepest.cpp -fPIC -DPIC -o .libs/ClpPrimalColumnSteepest.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpPrimalColumnSteepest.lo -MD -MP -MF .deps/ClpPrimalColumnSteepest.Tpo -c ClpPrimalColumnSteepest.cpp -o ClpPrimalColumnSteepest.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpQuadraticObjective.lo -MD -MP -MF .deps/ClpQuadraticObjective.Tpo -c ClpQuadraticObjective.cpp -fPIC -DPIC -o .libs/ClpQuadraticObjective.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpQuadraticObjective.lo -MD -MP -MF .deps/ClpQuadraticObjective.Tpo -c ClpQuadraticObjective.cpp -o ClpQuadraticObjective.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpSimplex.lo -MD -MP -MF .deps/ClpSimplex.Tpo -c ClpSimplex.cpp -fPIC -DPIC -o .libs/ClpSimplex.o
ClpSimplex.cpp: In member function 'int ClpSimplex::fathom(void*)':
ClpSimplex.cpp:11084:15: warning: unused variable 'statusWeights' [-Wunused-variable]
int statusWeights = fastDual2(info);
^
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpSimplex.lo -MD -MP -MF .deps/ClpSimplex.Tpo -c ClpSimplex.cpp -o ClpSimplex.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpSimplexDual.lo -MD -MP -MF .deps/ClpSimplexDual.Tpo -c ClpSimplexDual.cpp -fPIC -DPIC -o .libs/ClpSimplexDual.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpSimplexDual.lo -MD -MP -MF .deps/ClpSimplexDual.Tpo -c ClpSimplexDual.cpp -o ClpSimplexDual.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpSimplexNonlinear.lo -MD -MP -MF .deps/ClpSimplexNonlinear.Tpo -c ClpSimplexNonlinear.cpp -fPIC -DPIC -o .libs/ClpSimplexNonlinear.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpSimplexNonlinear.lo -MD -MP -MF .deps/ClpSimplexNonlinear.Tpo -c ClpSimplexNonlinear.cpp -o ClpSimplexNonlinear.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpSimplexOther.lo -MD -MP -MF .deps/ClpSimplexOther.Tpo -c ClpSimplexOther.cpp -fPIC -DPIC -o .libs/ClpSimplexOther.o
ClpSimplexOther.cpp: In member function 'int ClpSimplexOther::setInDual(ClpSimplex*)':
ClpSimplexOther.cpp:1313:12: warning: unused variable 'statusD' [-Wunused-variable]
Status statusD = dualProblem->getRowStatus(iColumn);
^
ClpSimplexOther.cpp:1314:12: warning: unused variable 'statusDJ' [-Wunused-variable]
Status statusDJ = dualProblem->getColumnStatus(jColumn);
^
ClpSimplexOther.cpp:1352:12: warning: unused variable 'statusD' [-Wunused-variable]
Status statusD = dualProblem->getColumnStatus(iRow);
^
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpSimplexOther.lo -MD -MP -MF .deps/ClpSimplexOther.Tpo -c ClpSimplexOther.cpp -o ClpSimplexOther.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpSimplexPrimal.lo -MD -MP -MF .deps/ClpSimplexPrimal.Tpo -c ClpSimplexPrimal.cpp -fPIC -DPIC -o .libs/ClpSimplexPrimal.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpSimplexPrimal.lo -MD -MP -MF .deps/ClpSimplexPrimal.Tpo -c ClpSimplexPrimal.cpp -o ClpSimplexPrimal.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpSolve.lo -MD -MP -MF .deps/ClpSolve.Tpo -c ClpSolve.cpp -fPIC -DPIC -o .libs/ClpSolve.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpSolve.lo -MD -MP -MF .deps/ClpSolve.Tpo -c ClpSolve.cpp -o ClpSolve.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT Idiot.lo -MD -MP -MF .deps/Idiot.Tpo -c Idiot.cpp -fPIC -DPIC -o .libs/Idiot.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT Idiot.lo -MD -MP -MF .deps/Idiot.Tpo -c Idiot.cpp -o Idiot.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT IdiSolve.lo -MD -MP -MF .deps/IdiSolve.Tpo -c IdiSolve.cpp -fPIC -DPIC -o .libs/IdiSolve.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT IdiSolve.lo -MD -MP -MF .deps/IdiSolve.Tpo -c IdiSolve.cpp -o IdiSolve.o >/dev/null 2>&1
/usr/bin/g++-4.8 -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbeginS.o .libs/ClpCholeskyBase.o .libs/ClpCholeskyDense.o .libs/ClpConstraint.o .libs/ClpConstraintLinear.o .libs/ClpConstraintQuadratic.o .libs/Clp_C_Interface.o .libs/ClpDualRowDantzig.o .libs/ClpDualRowPivot.o .libs/ClpDualRowSteepest.o .libs/ClpDummyMatrix.o .libs/ClpDynamicExampleMatrix.o .libs/ClpDynamicMatrix.o .libs/ClpEventHandler.o .libs/ClpFactorization.o .libs/ClpGubDynamicMatrix.o .libs/ClpGubMatrix.o .libs/ClpHelperFunctions.o .libs/ClpInterior.o .libs/ClpLinearObjective.o .libs/ClpMatrixBase.o .libs/ClpMessage.o .libs/ClpModel.o .libs/ClpNetworkBasis.o .libs/ClpNetworkMatrix.o .libs/ClpNonLinearCost.o .libs/ClpNode.o .libs/ClpObjective.o .libs/ClpPackedMatrix.o .libs/ClpPlusMinusOneMatrix.o .libs/ClpPredictorCorrector.o .libs/ClpPdco.o .libs/ClpPdcoBase.o .libs/ClpLsqr.o .libs/ClpPresolve.o .libs/ClpPrimalColumnDantzig.o .libs/ClpPrimalColumnPivot.o .libs/ClpPrimalColumnSteepest.o .libs/ClpQuadraticObjective.o .libs/ClpSimplex.o .libs/ClpSimplexDual.o .libs/ClpSimplexNonlinear.o .libs/ClpSimplexOther.o .libs/ClpSimplexPrimal.o .libs/ClpSolve.o .libs/Idiot.o .libs/IdiSolve.o -Wl,--rpath -Wl,/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src/.libs -Wl,--rpath -Wl,/home/zenna/repos/dreallatest/build/lib /home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src/.libs/libCoinUtils.so -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,libClp.so.0 -o .libs/libClp.so.0.0.0
(cd .libs && rm -f libClp.so.0 && ln -s libClp.so.0.0.0 libClp.so.0)
(cd .libs && rm -f libClp.so && ln -s libClp.so.0.0.0 libClp.so)
ar cru .libs/libClp.a ClpCholeskyBase.o ClpCholeskyDense.o ClpConstraint.o ClpConstraintLinear.o ClpConstraintQuadratic.o Clp_C_Interface.o ClpDualRowDantzig.o ClpDualRowPivot.o ClpDualRowSteepest.o ClpDummyMatrix.o ClpDynamicExampleMatrix.o ClpDynamicMatrix.o ClpEventHandler.o ClpFactorization.o ClpGubDynamicMatrix.o ClpGubMatrix.o ClpHelperFunctions.o ClpInterior.o ClpLinearObjective.o ClpMatrixBase.o ClpMessage.o ClpModel.o ClpNetworkBasis.o ClpNetworkMatrix.o ClpNonLinearCost.o ClpNode.o ClpObjective.o ClpPackedMatrix.o ClpPlusMinusOneMatrix.o ClpPredictorCorrector.o ClpPdco.o ClpPdcoBase.o ClpLsqr.o ClpPresolve.o ClpPrimalColumnDantzig.o ClpPrimalColumnPivot.o ClpPrimalColumnSteepest.o ClpQuadraticObjective.o ClpSimplex.o ClpSimplexDual.o ClpSimplexNonlinear.o ClpSimplexOther.o ClpSimplexPrimal.o ClpSolve.o Idiot.o IdiSolve.o
ranlib .libs/libClp.a
creating libClp.la
(cd .libs && rm -f libClp.la && ln -s ../libClp.la libClp.la)
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpSolver.lo -MD -MP -MF .deps/ClpSolver.Tpo -c ClpSolver.cpp -fPIC -DPIC -o .libs/ClpSolver.o
ClpSolver.cpp: In function 'void statistics(ClpSimplex*, ClpSimplex*)':
ClpSolver.cpp:3754:10: warning: variable 'numberWritten' set but not used [-Wunused-but-set-variable]
size_t numberWritten;
^
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT ClpSolver.lo -MD -MP -MF .deps/ClpSolver.Tpo -c ClpSolver.cpp -o ClpSolver.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT CbcOrClpParam.lo -MD -MP -MF .deps/CbcOrClpParam.Tpo -c CbcOrClpParam.cpp -fPIC -DPIC -o .libs/CbcOrClpParam.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT CbcOrClpParam.lo -MD -MP -MF .deps/CbcOrClpParam.Tpo -c CbcOrClpParam.cpp -o CbcOrClpParam.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT Clp_ampl.lo -MD -MP -MF .deps/Clp_ampl.Tpo -c Clp_ampl.cpp -fPIC -DPIC -o .libs/Clp_ampl.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT Clp_ampl.lo -MD -MP -MF .deps/Clp_ampl.Tpo -c Clp_ampl.cpp -o Clp_ampl.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT MyEventHandler.lo -MD -MP -MF .deps/MyEventHandler.Tpo -c MyEventHandler.cpp -fPIC -DPIC -o .libs/MyEventHandler.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT MyEventHandler.lo -MD -MP -MF .deps/MyEventHandler.Tpo -c MyEventHandler.cpp -o MyEventHandler.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT MyMessageHandler.lo -MD -MP -MF .deps/MyMessageHandler.Tpo -c MyMessageHandler.cpp -fPIC -DPIC -o .libs/MyMessageHandler.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT MyMessageHandler.lo -MD -MP -MF .deps/MyMessageHandler.Tpo -c MyMessageHandler.cpp -o MyMessageHandler.o >/dev/null 2>&1
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT unitTest.lo -MD -MP -MF .deps/unitTest.Tpo -c unitTest.cpp -fPIC -DPIC -o .libs/unitTest.o
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -DCOIN_HAS_CLP -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT unitTest.lo -MD -MP -MF .deps/unitTest.Tpo -c unitTest.cpp -o unitTest.o >/dev/null 2>&1
/usr/bin/g++-4.8 -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbeginS.o .libs/ClpSolver.o .libs/CbcOrClpParam.o .libs/Clp_ampl.o .libs/MyEventHandler.o .libs/MyMessageHandler.o .libs/unitTest.o -Wl,--rpath -Wl,/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src/.libs -Wl,--rpath -Wl,/home/zenna/repos/dreallatest/build/external/src/CLP/Clp/src/.libs -Wl,--rpath -Wl,/home/zenna/repos/dreallatest/build/lib -L/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src/.libs /home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src/.libs/libCoinUtils.so ./.libs/libClp.so -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,libClpSolver.so.0 -o .libs/libClpSolver.so.0.0.0
(cd .libs && rm -f libClpSolver.so.0 && ln -s libClpSolver.so.0.0.0 libClpSolver.so.0)
(cd .libs && rm -f libClpSolver.so && ln -s libClpSolver.so.0.0.0 libClpSolver.so)
ar cru .libs/libClpSolver.a ClpSolver.o CbcOrClpParam.o Clp_ampl.o MyEventHandler.o MyMessageHandler.o unitTest.o
ranlib .libs/libClpSolver.a
creating libClpSolver.la
(cd .libs && rm -f libClpSolver.la && ln -s ../libClpSolver.la libClpSolver.la)
/usr/bin/g++-4.8 -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -o .libs/clp ClpMain.o ./.libs/libClpSolver.so /home/zenna/repos/dreallatest/build/external/src/CLP/Clp/src/.libs/libClp.so ./.libs/libClp.so /home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src/.libs/libCoinUtils.so -lm -Wl,--rpath -Wl,/home/zenna/repos/dreallatest/build/lib
creating clp
Making all in src/OsiClp
mkdir .libs
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -I/home/zenna/repos/dreallatest/build/external/src/CLP/Osi/src/Osi -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT OsiClpSolverInterface.lo -MD -MP -MF .deps/OsiClpSolverInterface.Tpo -c OsiClpSolverInterface.cpp -fPIC -DPIC -o .libs/OsiClpSolverInterface.o
OsiClpSolverInterface.cpp: In member function 'virtual void OsiClpSolverInterface::initialSolve()':
OsiClpSolverInterface.cpp:148:8: warning: variable 'gotHint' set but not used [-Wunused-but-set-variable]
bool gotHint = (getHintParam(OsiDoReducePrint,takeHint,strength));
^
OsiClpSolverInterface.cpp: In member function 'virtual void OsiClpSolverInterface::resolve()':
OsiClpSolverInterface.cpp:843:8: warning: variable 'gotHint' set but not used [-Wunused-but-set-variable]
bool gotHint = (getHintParam(OsiDoInBranchAndCut,takeHint,strength));
^
OsiClpSolverInterface.cpp: In member function 'int OsiClpSolverInterface::infeasibleOtherWay(char*)':
OsiClpSolverInterface.cpp:9967:22: warning: conversion to 'char' from 'int' may alter its value [-Wconversion]
whichWay[iColumn] *=2;
^
OsiClpSolverInterface.cpp:9972:22: warning: conversion to 'char' from 'int' may alter its value [-Wconversion]
whichWay[iColumn] *=2;
^
OsiClpSolverInterface.cpp:9822:7: warning: unused variable 'iRow' [-Wunused-variable]
int iRow,iColumn;
^
OsiClpSolverInterface.cpp:9840:17: warning: unused variable 'objective' [-Wunused-variable]
const double *objective = getObjCoefficients() ;
^
OsiClpSolverInterface.cpp:9841:10: warning: unused variable 'direction' [-Wunused-variable]
double direction = getObjSense();
^
/usr/bin/g++-4.8 -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -I/home/zenna/repos/dreallatest/build/external/src/CLP/Osi/src/Osi -I/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -MT OsiClpSolverInterface.lo -MD -MP -MF .deps/OsiClpSolverInterface.Tpo -c OsiClpSolverInterface.cpp -o OsiClpSolverInterface.o >/dev/null 2>&1
/usr/bin/g++-4.8 -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbeginS.o .libs/OsiClpSolverInterface.o -Wl,--rpath -Wl,/home/zenna/repos/dreallatest/build/external/src/CLP/Osi/src/Osi/.libs -Wl,--rpath -Wl,/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src/.libs -Wl,--rpath -Wl,/home/zenna/repos/dreallatest/build/external/src/CLP/Clp/src/.libs -Wl,--rpath -Wl,/home/zenna/repos/dreallatest/build/lib -L/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src/.libs /home/zenna/repos/dreallatest/build/external/src/CLP/Osi/src/Osi/.libs/libOsi.so /home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src/.libs/libCoinUtils.so ../.libs/libClp.so -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,libOsiClp.so.0 -o .libs/libOsiClp.so.0.0.0
(cd .libs && rm -f libOsiClp.so.0 && ln -s libOsiClp.so.0.0.0 libOsiClp.so.0)
(cd .libs && rm -f libOsiClp.so && ln -s libOsiClp.so.0.0.0 libOsiClp.so)
ar cru .libs/libOsiClp.a OsiClpSolverInterface.o
ranlib .libs/libOsiClp.a
creating libOsiClp.la
(cd .libs && rm -f libOsiClp.la && ln -s ../libOsiClp.la libOsiClp.la)
[ 31%] Performing install step for 'CLP'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
Making install in Data/Sample
/usr/bin/install -c -m 644 'afiro.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/afiro.mps'
/usr/bin/install -c -m 644 'atm_5_10_1.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/atm_5_10_1.mps'
/usr/bin/install -c -m 644 'brandy.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/brandy.mps'
/usr/bin/install -c -m 644 'conic.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/conic.mps'
/usr/bin/install -c -m 644 'e226.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/e226.mps'
/usr/bin/install -c -m 644 'exmip1.5.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/exmip1.5.mps'
/usr/bin/install -c -m 644 'exmip1.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/exmip1.mps'
/usr/bin/install -c -m 644 'finnis.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/finnis.mps'
/usr/bin/install -c -m 644 'galenet.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/galenet.mps'
/usr/bin/install -c -m 644 'galenetbnds.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/galenetbnds.mps'
/usr/bin/install -c -m 644 'hello.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/hello.mps'
/usr/bin/install -c -m 644 'lseu.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/lseu.mps'
/usr/bin/install -c -m 644 'nw460.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/nw460.mps'
/usr/bin/install -c -m 644 'p0033.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/p0033.mps'
/usr/bin/install -c -m 644 'p0201.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/p0201.mps'
/usr/bin/install -c -m 644 'p0548.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/p0548.mps'
/usr/bin/install -c -m 644 'pack1.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/pack1.mps'
/usr/bin/install -c -m 644 'retail3.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/retail3.mps'
/usr/bin/install -c -m 644 'scOneInt.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/scOneInt.mps'
/usr/bin/install -c -m 644 'share2qp.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/share2qp.mps'
/usr/bin/install -c -m 644 'spec_sections.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/spec_sections.mps'
/usr/bin/install -c -m 644 'tp3.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/tp3.mps'
/usr/bin/install -c -m 644 'tp4.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/tp4.mps'
/usr/bin/install -c -m 644 'tp5.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/tp5.mps'
/usr/bin/install -c -m 644 'wedding_16.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/wedding_16.mps'
/usr/bin/install -c -m 644 'block_milp.lp' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/block_milp.lp'
/usr/bin/install -c -m 644 'exmip1.lp' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/exmip1.lp'
/usr/bin/install -c -m 644 'atm_5_10_1.block' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/atm_5_10_1.block'
/usr/bin/install -c -m 644 'retail3.block' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/retail3.block'
/usr/bin/install -c -m 644 'wedding_16.block' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/wedding_16.block'
/usr/bin/install -c -m 644 'block_milp.dec' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/block_milp.dec'
/usr/bin/install -c -m 644 'input.130' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/input.130'
/usr/bin/install -c -m 644 'app0110.cor' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/app0110.cor'
/usr/bin/install -c -m 644 'app0110.stoch' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/app0110.stoch'
/usr/bin/install -c -m 644 'app0110.time' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/app0110.time'
/usr/bin/install -c -m 644 'app0110R.cor' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/app0110R.cor'
/usr/bin/install -c -m 644 'app0110R.stoch' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/app0110R.stoch'
/usr/bin/install -c -m 644 'app0110R.time' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/app0110R.time'
/usr/bin/install -c -m 644 'bug.cor' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/bug.cor'
/usr/bin/install -c -m 644 'bug.stoch' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/bug.stoch'
/usr/bin/install -c -m 644 'bug.time' '/home/zenna/repos/dreallatest/build/share/coin/Data/Sample/bug.time'
/usr/bin/install -c -m 644 'coindatasample.pc' '/home/zenna/repos/dreallatest/build/lib/pkgconfig/coindatasample.pc'
Making install in Data/Netlib
/usr/bin/install -c -m 644 '25fv47.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/25fv47.mps'
/usr/bin/install -c -m 644 '80bau3b.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/80bau3b.mps'
/usr/bin/install -c -m 644 'adlittle.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/adlittle.mps'
/usr/bin/install -c -m 644 'afiro.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/afiro.mps'
/usr/bin/install -c -m 644 'agg.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/agg.mps'
/usr/bin/install -c -m 644 'agg2.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/agg2.mps'
/usr/bin/install -c -m 644 'agg3.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/agg3.mps'
/usr/bin/install -c -m 644 'bandm.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/bandm.mps'
/usr/bin/install -c -m 644 'beaconfd.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/beaconfd.mps'
/usr/bin/install -c -m 644 'blend.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/blend.mps'
/usr/bin/install -c -m 644 'bnl1.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/bnl1.mps'
/usr/bin/install -c -m 644 'bnl2.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/bnl2.mps'
/usr/bin/install -c -m 644 'boeing1.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/boeing1.mps'
/usr/bin/install -c -m 644 'boeing2.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/boeing2.mps'
/usr/bin/install -c -m 644 'bore3d.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/bore3d.mps'
/usr/bin/install -c -m 644 'brandy.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/brandy.mps'
/usr/bin/install -c -m 644 'capri.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/capri.mps'
/usr/bin/install -c -m 644 'cycle.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/cycle.mps'
/usr/bin/install -c -m 644 'czprob.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/czprob.mps'
/usr/bin/install -c -m 644 'd2q06c.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/d2q06c.mps'
/usr/bin/install -c -m 644 'd6cube.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/d6cube.mps'
/usr/bin/install -c -m 644 'degen2.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/degen2.mps'
/usr/bin/install -c -m 644 'degen3.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/degen3.mps'
/usr/bin/install -c -m 644 'dfl001.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/dfl001.mps'
/usr/bin/install -c -m 644 'e226.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/e226.mps'
/usr/bin/install -c -m 644 'etamacro.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/etamacro.mps'
/usr/bin/install -c -m 644 'fffff800.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/fffff800.mps'
/usr/bin/install -c -m 644 'finnis.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/finnis.mps'
/usr/bin/install -c -m 644 'fit1d.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/fit1d.mps'
/usr/bin/install -c -m 644 'fit1p.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/fit1p.mps'
/usr/bin/install -c -m 644 'fit2d.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/fit2d.mps'
/usr/bin/install -c -m 644 'fit2p.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/fit2p.mps'
/usr/bin/install -c -m 644 'forplan.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/forplan.mps'
/usr/bin/install -c -m 644 'ganges.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/ganges.mps'
/usr/bin/install -c -m 644 'gfrd-pnc.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/gfrd-pnc.mps'
/usr/bin/install -c -m 644 'greenbea.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/greenbea.mps'
/usr/bin/install -c -m 644 'greenbeb.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/greenbeb.mps'
/usr/bin/install -c -m 644 'grow15.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/grow15.mps'
/usr/bin/install -c -m 644 'grow22.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/grow22.mps'
/usr/bin/install -c -m 644 'grow7.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/grow7.mps'
/usr/bin/install -c -m 644 'israel.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/israel.mps'
/usr/bin/install -c -m 644 'kb2.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/kb2.mps'
/usr/bin/install -c -m 644 'lotfi.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/lotfi.mps'
/usr/bin/install -c -m 644 'maros-r7.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/maros-r7.mps'
/usr/bin/install -c -m 644 'maros.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/maros.mps'
/usr/bin/install -c -m 644 'modszk1.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/modszk1.mps'
/usr/bin/install -c -m 644 'nesm.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/nesm.mps'
/usr/bin/install -c -m 644 'perold.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/perold.mps'
/usr/bin/install -c -m 644 'pilot.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/pilot.mps'
/usr/bin/install -c -m 644 'pilot4.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/pilot4.mps'
/usr/bin/install -c -m 644 'pilot87.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/pilot87.mps'
/usr/bin/install -c -m 644 'pilotnov.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/pilotnov.mps'
/usr/bin/install -c -m 644 'recipe.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/recipe.mps'
/usr/bin/install -c -m 644 'sc105.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/sc105.mps'
/usr/bin/install -c -m 644 'sc205.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/sc205.mps'
/usr/bin/install -c -m 644 'sc50a.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/sc50a.mps'
/usr/bin/install -c -m 644 'sc50b.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/sc50b.mps'
/usr/bin/install -c -m 644 'scagr25.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/scagr25.mps'
/usr/bin/install -c -m 644 'scagr7.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/scagr7.mps'
/usr/bin/install -c -m 644 'scfxm1.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/scfxm1.mps'
/usr/bin/install -c -m 644 'scfxm2.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/scfxm2.mps'
/usr/bin/install -c -m 644 'scfxm3.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/scfxm3.mps'
/usr/bin/install -c -m 644 'scorpion.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/scorpion.mps'
/usr/bin/install -c -m 644 'scrs8.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/scrs8.mps'
/usr/bin/install -c -m 644 'scsd1.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/scsd1.mps'
/usr/bin/install -c -m 644 'scsd6.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/scsd6.mps'
/usr/bin/install -c -m 644 'scsd8.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/scsd8.mps'
/usr/bin/install -c -m 644 'sctap1.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/sctap1.mps'
/usr/bin/install -c -m 644 'sctap2.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/sctap2.mps'
/usr/bin/install -c -m 644 'sctap3.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/sctap3.mps'
/usr/bin/install -c -m 644 'seba.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/seba.mps'
/usr/bin/install -c -m 644 'share1b.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/share1b.mps'
/usr/bin/install -c -m 644 'share2b.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/share2b.mps'
/usr/bin/install -c -m 644 'shell.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/shell.mps'
/usr/bin/install -c -m 644 'ship04l.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/ship04l.mps'
/usr/bin/install -c -m 644 'ship04s.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/ship04s.mps'
/usr/bin/install -c -m 644 'ship08l.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/ship08l.mps'
/usr/bin/install -c -m 644 'ship08s.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/ship08s.mps'
/usr/bin/install -c -m 644 'ship12l.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/ship12l.mps'
/usr/bin/install -c -m 644 'ship12s.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/ship12s.mps'
/usr/bin/install -c -m 644 'sierra.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/sierra.mps'
/usr/bin/install -c -m 644 'stair.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/stair.mps'
/usr/bin/install -c -m 644 'standata.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/standata.mps'
/usr/bin/install -c -m 644 'standgub.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/standgub.mps'
/usr/bin/install -c -m 644 'standmps.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/standmps.mps'
/usr/bin/install -c -m 644 'stocfor1.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/stocfor1.mps'
/usr/bin/install -c -m 644 'stocfor2.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/stocfor2.mps'
/usr/bin/install -c -m 644 'tuff.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/tuff.mps'
/usr/bin/install -c -m 644 'vtpbase.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/vtpbase.mps'
/usr/bin/install -c -m 644 'wood1p.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/wood1p.mps'
/usr/bin/install -c -m 644 'woodw.mps' '/home/zenna/repos/dreallatest/build/share/coin/Data/Netlib/woodw.mps'
/usr/bin/install -c -m 644 'coindatanetlib.pc' '/home/zenna/repos/dreallatest/build/lib/pkgconfig/coindatanetlib.pc'
Making install in CoinUtils
Making install in src
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libCoinUtils.la' '/home/zenna/repos/dreallatest/build/lib/libCoinUtils.la'
/usr/bin/install -c .libs/libCoinUtils.so.0.0.0 /home/zenna/repos/dreallatest/build/lib/libCoinUtils.so.0.0.0
(cd /home/zenna/repos/dreallatest/build/lib && { ln -s -f libCoinUtils.so.0.0.0 libCoinUtils.so.0 || { rm -f libCoinUtils.so.0 && ln -s libCoinUtils.so.0.0.0 libCoinUtils.so.0; }; })
(cd /home/zenna/repos/dreallatest/build/lib && { ln -s -f libCoinUtils.so.0.0.0 libCoinUtils.so || { rm -f libCoinUtils.so && ln -s libCoinUtils.so.0.0.0 libCoinUtils.so; }; })
/usr/bin/install -c .libs/libCoinUtils.lai /home/zenna/repos/dreallatest/build/lib/libCoinUtils.la
/usr/bin/install -c .libs/libCoinUtils.a /home/zenna/repos/dreallatest/build/lib/libCoinUtils.a
chmod 644 /home/zenna/repos/dreallatest/build/lib/libCoinUtils.a
ranlib /home/zenna/repos/dreallatest/build/lib/libCoinUtils.a
PATH="$PATH:/sbin" ldconfig -n /home/zenna/repos/dreallatest/build/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/zenna/repos/dreallatest/build/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/usr/bin/install -c -m 644 'Coin_C_defines.h' '/home/zenna/repos/dreallatest/build/include/coin/Coin_C_defines.h'
/usr/bin/install -c -m 644 'CoinAlloc.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinAlloc.hpp'
/usr/bin/install -c -m 644 'CoinBuild.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinBuild.hpp'
/usr/bin/install -c -m 644 'CoinDenseVector.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinDenseVector.hpp'
/usr/bin/install -c -m 644 'CoinDistance.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinDistance.hpp'
/usr/bin/install -c -m 644 'CoinError.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinError.hpp'
/usr/bin/install -c -m 644 'CoinFactorization.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinFactorization.hpp'
/usr/bin/install -c -m 644 'CoinSimpFactorization.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinSimpFactorization.hpp'
/usr/bin/install -c -m 644 'CoinDenseFactorization.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinDenseFactorization.hpp'
/usr/bin/install -c -m 644 'CoinOslFactorization.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinOslFactorization.hpp'
/usr/bin/install -c -m 644 'CoinFileIO.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinFileIO.hpp'
/usr/bin/install -c -m 644 'CoinFinite.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinFinite.hpp'
/usr/bin/install -c -m 644 'CoinFloatEqual.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinFloatEqual.hpp'
/usr/bin/install -c -m 644 'CoinHelperFunctions.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinHelperFunctions.hpp'
/usr/bin/install -c -m 644 'CoinIndexedVector.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinIndexedVector.hpp'
/usr/bin/install -c -m 644 'CoinLpIO.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinLpIO.hpp'
/usr/bin/install -c -m 644 'CoinMessage.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinMessage.hpp'
/usr/bin/install -c -m 644 'CoinMessageHandler.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinMessageHandler.hpp'
/usr/bin/install -c -m 644 'CoinModel.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinModel.hpp'
/usr/bin/install -c -m 644 'CoinStructuredModel.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinStructuredModel.hpp'
/usr/bin/install -c -m 644 'CoinModelUseful.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinModelUseful.hpp'
/usr/bin/install -c -m 644 'CoinMpsIO.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinMpsIO.hpp'
/usr/bin/install -c -m 644 'CoinPackedMatrix.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinPackedMatrix.hpp'
/usr/bin/install -c -m 644 'CoinPackedVector.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinPackedVector.hpp'
/usr/bin/install -c -m 644 'CoinPackedVectorBase.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinPackedVectorBase.hpp'
/usr/bin/install -c -m 644 'CoinParam.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinParam.hpp'
/usr/bin/install -c -m 644 'CoinPragma.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinPragma.hpp'
/usr/bin/install -c -m 644 'CoinPresolveDoubleton.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinPresolveDoubleton.hpp'
/usr/bin/install -c -m 644 'CoinPresolveDual.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinPresolveDual.hpp'
/usr/bin/install -c -m 644 'CoinPresolveDupcol.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinPresolveDupcol.hpp'
/usr/bin/install -c -m 644 'CoinPresolveEmpty.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinPresolveEmpty.hpp'
/usr/bin/install -c -m 644 'CoinPresolveFixed.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinPresolveFixed.hpp'
/usr/bin/install -c -m 644 'CoinPresolveForcing.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinPresolveForcing.hpp'
/usr/bin/install -c -m 644 'CoinPresolveImpliedFree.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinPresolveImpliedFree.hpp'
/usr/bin/install -c -m 644 'CoinPresolveIsolated.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinPresolveIsolated.hpp'
/usr/bin/install -c -m 644 'CoinPresolveMatrix.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinPresolveMatrix.hpp'
/usr/bin/install -c -m 644 'CoinPresolveMonitor.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinPresolveMonitor.hpp'
/usr/bin/install -c -m 644 'CoinPresolvePsdebug.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinPresolvePsdebug.hpp'
/usr/bin/install -c -m 644 'CoinPresolveSingleton.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinPresolveSingleton.hpp'
/usr/bin/install -c -m 644 'CoinPresolveSubst.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinPresolveSubst.hpp'
/usr/bin/install -c -m 644 'CoinPresolveTighten.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinPresolveTighten.hpp'
/usr/bin/install -c -m 644 'CoinPresolveTripleton.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinPresolveTripleton.hpp'
/usr/bin/install -c -m 644 'CoinPresolveUseless.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinPresolveUseless.hpp'
/usr/bin/install -c -m 644 'CoinPresolveZeros.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinPresolveZeros.hpp'
/usr/bin/install -c -m 644 'CoinSearchTree.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinSearchTree.hpp'
/usr/bin/install -c -m 644 'CoinShallowPackedVector.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinShallowPackedVector.hpp'
/usr/bin/install -c -m 644 'CoinSignal.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinSignal.hpp'
/usr/bin/install -c -m 644 'CoinSmartPtr.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinSmartPtr.hpp'
/usr/bin/install -c -m 644 'CoinSnapshot.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinSnapshot.hpp'
/usr/bin/install -c -m 644 'CoinSort.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinSort.hpp'
/usr/bin/install -c -m 644 'CoinTime.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinTime.hpp'
/usr/bin/install -c -m 644 'CoinTypes.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinTypes.hpp'
/usr/bin/install -c -m 644 'CoinUtility.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinUtility.hpp'
/usr/bin/install -c -m 644 'CoinWarmStart.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinWarmStart.hpp'
/usr/bin/install -c -m 644 'CoinWarmStartBasis.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinWarmStartBasis.hpp'
/usr/bin/install -c -m 644 'CoinWarmStartVector.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinWarmStartVector.hpp'
/usr/bin/install -c -m 644 'CoinWarmStartDual.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinWarmStartDual.hpp'
/usr/bin/install -c -m 644 'CoinWarmStartPrimalDual.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CoinWarmStartPrimalDual.hpp'
/usr/bin/install -c -m 644 'coinutils.pc' '/home/zenna/repos/dreallatest/build/lib/pkgconfig/coinutils.pc'
Making install in Osi
Making install in src/Osi
/bin/bash ../../../libtool --mode=install /usr/bin/install -c 'libOsi.la' '/home/zenna/repos/dreallatest/build/lib/libOsi.la'
libtool: install: warning: relinking `libOsi.la'
(cd /home/zenna/repos/dreallatest/build/external/src/CLP/Osi/src/Osi; /bin/bash ../../../libtool --tag=CXX --mode=relink /usr/bin/g++-4.8 -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -o libOsi.la -rpath /home/zenna/repos/dreallatest/build/lib -no-undefined OsiAuxInfo.lo OsiBranchingObject.lo OsiChooseVariable.lo OsiColCut.lo OsiCut.lo OsiCuts.lo OsiNames.lo OsiPresolve.lo OsiRowCut.lo OsiRowCutDebugger.lo OsiSolverBranch.lo OsiSolverInterface.lo /home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src/libCoinUtils.la -lm )
/usr/bin/g++-4.8 -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbeginS.o .libs/OsiAuxInfo.o .libs/OsiBranchingObject.o .libs/OsiChooseVariable.o .libs/OsiColCut.o .libs/OsiCut.o .libs/OsiCuts.o .libs/OsiNames.o .libs/OsiPresolve.o .libs/OsiRowCut.o .libs/OsiRowCutDebugger.o .libs/OsiSolverBranch.o .libs/OsiSolverInterface.o -Wl,--rpath -Wl,/home/zenna/repos/dreallatest/build/lib -L/home/zenna/repos/dreallatest/build/lib -lCoinUtils -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,libOsi.so.0 -o .libs/libOsi.so.0.0.0
/usr/bin/install -c .libs/libOsi.so.0.0.0T /home/zenna/repos/dreallatest/build/lib/libOsi.so.0.0.0
(cd /home/zenna/repos/dreallatest/build/lib && { ln -s -f libOsi.so.0.0.0 libOsi.so.0 || { rm -f libOsi.so.0 && ln -s libOsi.so.0.0.0 libOsi.so.0; }; })
(cd /home/zenna/repos/dreallatest/build/lib && { ln -s -f libOsi.so.0.0.0 libOsi.so || { rm -f libOsi.so && ln -s libOsi.so.0.0.0 libOsi.so; }; })
/usr/bin/install -c .libs/libOsi.lai /home/zenna/repos/dreallatest/build/lib/libOsi.la
/usr/bin/install -c .libs/libOsi.a /home/zenna/repos/dreallatest/build/lib/libOsi.a
chmod 644 /home/zenna/repos/dreallatest/build/lib/libOsi.a
ranlib /home/zenna/repos/dreallatest/build/lib/libOsi.a
PATH="$PATH:/sbin" ldconfig -n /home/zenna/repos/dreallatest/build/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/zenna/repos/dreallatest/build/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/usr/bin/install -c -m 644 'OsiAuxInfo.hpp' '/home/zenna/repos/dreallatest/build/include/coin/OsiAuxInfo.hpp'
/usr/bin/install -c -m 644 'OsiBranchingObject.hpp' '/home/zenna/repos/dreallatest/build/include/coin/OsiBranchingObject.hpp'
/usr/bin/install -c -m 644 'OsiChooseVariable.hpp' '/home/zenna/repos/dreallatest/build/include/coin/OsiChooseVariable.hpp'
/usr/bin/install -c -m 644 'OsiColCut.hpp' '/home/zenna/repos/dreallatest/build/include/coin/OsiColCut.hpp'
/usr/bin/install -c -m 644 'OsiCollections.hpp' '/home/zenna/repos/dreallatest/build/include/coin/OsiCollections.hpp'
/usr/bin/install -c -m 644 'OsiCut.hpp' '/home/zenna/repos/dreallatest/build/include/coin/OsiCut.hpp'
/usr/bin/install -c -m 644 'OsiCuts.hpp' '/home/zenna/repos/dreallatest/build/include/coin/OsiCuts.hpp'
/usr/bin/install -c -m 644 'OsiPresolve.hpp' '/home/zenna/repos/dreallatest/build/include/coin/OsiPresolve.hpp'
/usr/bin/install -c -m 644 'OsiRowCut.hpp' '/home/zenna/repos/dreallatest/build/include/coin/OsiRowCut.hpp'
/usr/bin/install -c -m 644 'OsiRowCutDebugger.hpp' '/home/zenna/repos/dreallatest/build/include/coin/OsiRowCutDebugger.hpp'
/usr/bin/install -c -m 644 'OsiSolverBranch.hpp' '/home/zenna/repos/dreallatest/build/include/coin/OsiSolverBranch.hpp'
/usr/bin/install -c -m 644 'OsiSolverInterface.hpp' '/home/zenna/repos/dreallatest/build/include/coin/OsiSolverInterface.hpp'
/usr/bin/install -c -m 644 'OsiSolverParameters.hpp' '/home/zenna/repos/dreallatest/build/include/coin/OsiSolverParameters.hpp'
Making install in src/OsiCommonTest
/bin/bash ../../../libtool --mode=install /usr/bin/install -c 'libOsiCommonTests.la' '/home/zenna/repos/dreallatest/build/lib/libOsiCommonTests.la'
libtool: install: warning: relinking `libOsiCommonTests.la'
(cd /home/zenna/repos/dreallatest/build/external/src/CLP/Osi/src/OsiCommonTest; /bin/bash ../../../libtool --tag=CXX --mode=relink /usr/bin/g++-4.8 -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DOSI_BUILD -o libOsiCommonTests.la -rpath /home/zenna/repos/dreallatest/build/lib -no-undefined OsiColCutTest.lo OsiCutsTest.lo OsiRowCutDebuggerTest.lo OsiRowCutTest.lo OsiSimplexAPITest.lo OsiNetlibTest.lo OsiUnitTestUtils.lo OsiSolverInterfaceTest.lo /home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src/libCoinUtils.la -lm ../Osi/libOsi.la )
/usr/bin/g++-4.8 -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbeginS.o .libs/OsiColCutTest.o .libs/OsiCutsTest.o .libs/OsiRowCutDebuggerTest.o .libs/OsiRowCutTest.o .libs/OsiSimplexAPITest.o .libs/OsiNetlibTest.o .libs/OsiUnitTestUtils.o .libs/OsiSolverInterfaceTest.o -Wl,--rpath -Wl,/home/zenna/repos/dreallatest/build/lib -L/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src/.libs -L/home/zenna/repos/dreallatest/build/lib -lCoinUtils -lOsi -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,libOsiCommonTests.so.0 -o .libs/libOsiCommonTests.so.0.0.0
/usr/bin/install -c .libs/libOsiCommonTests.so.0.0.0T /home/zenna/repos/dreallatest/build/lib/libOsiCommonTests.so.0.0.0
(cd /home/zenna/repos/dreallatest/build/lib && { ln -s -f libOsiCommonTests.so.0.0.0 libOsiCommonTests.so.0 || { rm -f libOsiCommonTests.so.0 && ln -s libOsiCommonTests.so.0.0.0 libOsiCommonTests.so.0; }; })
(cd /home/zenna/repos/dreallatest/build/lib && { ln -s -f libOsiCommonTests.so.0.0.0 libOsiCommonTests.so || { rm -f libOsiCommonTests.so && ln -s libOsiCommonTests.so.0.0.0 libOsiCommonTests.so; }; })
/usr/bin/install -c .libs/libOsiCommonTests.lai /home/zenna/repos/dreallatest/build/lib/libOsiCommonTests.la
/usr/bin/install -c .libs/libOsiCommonTests.a /home/zenna/repos/dreallatest/build/lib/libOsiCommonTests.a
chmod 644 /home/zenna/repos/dreallatest/build/lib/libOsiCommonTests.a
ranlib /home/zenna/repos/dreallatest/build/lib/libOsiCommonTests.a
PATH="$PATH:/sbin" ldconfig -n /home/zenna/repos/dreallatest/build/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/zenna/repos/dreallatest/build/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/usr/bin/install -c -m 644 'OsiUnitTests.hpp' '/home/zenna/repos/dreallatest/build/include/coin/OsiUnitTests.hpp'
/usr/bin/install -c -m 644 'osi.pc' '/home/zenna/repos/dreallatest/build/lib/pkgconfig/osi.pc'
/usr/bin/install -c -m 644 'osi-unittests.pc' '/home/zenna/repos/dreallatest/build/lib/pkgconfig/osi-unittests.pc'
Making install in Clp
Making install in src
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libClp.la' '/home/zenna/repos/dreallatest/build/lib/libClp.la'
libtool: install: warning: relinking `libClp.la'
(cd /home/zenna/repos/dreallatest/build/external/src/CLP/Clp/src; /bin/bash ../../libtool --tag=CXX --mode=relink /usr/bin/g++-4.8 -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -o libClp.la -rpath /home/zenna/repos/dreallatest/build/lib -no-undefined ClpCholeskyBase.lo ClpCholeskyDense.lo ClpConstraint.lo ClpConstraintLinear.lo ClpConstraintQuadratic.lo Clp_C_Interface.lo ClpDualRowDantzig.lo ClpDualRowPivot.lo ClpDualRowSteepest.lo ClpDummyMatrix.lo ClpDynamicExampleMatrix.lo ClpDynamicMatrix.lo ClpEventHandler.lo ClpFactorization.lo ClpGubDynamicMatrix.lo ClpGubMatrix.lo ClpHelperFunctions.lo ClpInterior.lo ClpLinearObjective.lo ClpMatrixBase.lo ClpMessage.lo ClpModel.lo ClpNetworkBasis.lo ClpNetworkMatrix.lo ClpNonLinearCost.lo ClpNode.lo ClpObjective.lo ClpPackedMatrix.lo ClpPlusMinusOneMatrix.lo ClpPredictorCorrector.lo ClpPdco.lo ClpPdcoBase.lo ClpLsqr.lo ClpPresolve.lo ClpPrimalColumnDantzig.lo ClpPrimalColumnPivot.lo ClpPrimalColumnSteepest.lo ClpQuadraticObjective.lo ClpSimplex.lo ClpSimplexDual.lo ClpSimplexNonlinear.lo ClpSimplexOther.lo ClpSimplexPrimal.lo ClpSolve.lo Idiot.lo IdiSolve.lo /home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src/libCoinUtils.la -lm )
/usr/bin/g++-4.8 -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbeginS.o .libs/ClpCholeskyBase.o .libs/ClpCholeskyDense.o .libs/ClpConstraint.o .libs/ClpConstraintLinear.o .libs/ClpConstraintQuadratic.o .libs/Clp_C_Interface.o .libs/ClpDualRowDantzig.o .libs/ClpDualRowPivot.o .libs/ClpDualRowSteepest.o .libs/ClpDummyMatrix.o .libs/ClpDynamicExampleMatrix.o .libs/ClpDynamicMatrix.o .libs/ClpEventHandler.o .libs/ClpFactorization.o .libs/ClpGubDynamicMatrix.o .libs/ClpGubMatrix.o .libs/ClpHelperFunctions.o .libs/ClpInterior.o .libs/ClpLinearObjective.o .libs/ClpMatrixBase.o .libs/ClpMessage.o .libs/ClpModel.o .libs/ClpNetworkBasis.o .libs/ClpNetworkMatrix.o .libs/ClpNonLinearCost.o .libs/ClpNode.o .libs/ClpObjective.o .libs/ClpPackedMatrix.o .libs/ClpPlusMinusOneMatrix.o .libs/ClpPredictorCorrector.o .libs/ClpPdco.o .libs/ClpPdcoBase.o .libs/ClpLsqr.o .libs/ClpPresolve.o .libs/ClpPrimalColumnDantzig.o .libs/ClpPrimalColumnPivot.o .libs/ClpPrimalColumnSteepest.o .libs/ClpQuadraticObjective.o .libs/ClpSimplex.o .libs/ClpSimplexDual.o .libs/ClpSimplexNonlinear.o .libs/ClpSimplexOther.o .libs/ClpSimplexPrimal.o .libs/ClpSolve.o .libs/Idiot.o .libs/IdiSolve.o -Wl,--rpath -Wl,/home/zenna/repos/dreallatest/build/lib -L/home/zenna/repos/dreallatest/build/lib -lCoinUtils -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,libClp.so.0 -o .libs/libClp.so.0.0.0
/usr/bin/install -c .libs/libClp.so.0.0.0T /home/zenna/repos/dreallatest/build/lib/libClp.so.0.0.0
(cd /home/zenna/repos/dreallatest/build/lib && { ln -s -f libClp.so.0.0.0 libClp.so.0 || { rm -f libClp.so.0 && ln -s libClp.so.0.0.0 libClp.so.0; }; })
(cd /home/zenna/repos/dreallatest/build/lib && { ln -s -f libClp.so.0.0.0 libClp.so || { rm -f libClp.so && ln -s libClp.so.0.0.0 libClp.so; }; })
/usr/bin/install -c .libs/libClp.lai /home/zenna/repos/dreallatest/build/lib/libClp.la
/usr/bin/install -c .libs/libClp.a /home/zenna/repos/dreallatest/build/lib/libClp.a
chmod 644 /home/zenna/repos/dreallatest/build/lib/libClp.a
ranlib /home/zenna/repos/dreallatest/build/lib/libClp.a
PATH="$PATH:/sbin" ldconfig -n /home/zenna/repos/dreallatest/build/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/zenna/repos/dreallatest/build/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libClpSolver.la' '/home/zenna/repos/dreallatest/build/lib/libClpSolver.la'
libtool: install: warning: relinking `libClpSolver.la'
(cd /home/zenna/repos/dreallatest/build/external/src/CLP/Clp/src; /bin/bash ../../libtool --tag=CXX --mode=relink /usr/bin/g++-4.8 -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -o libClpSolver.la -rpath /home/zenna/repos/dreallatest/build/lib -no-undefined ClpSolver.lo CbcOrClpParam.lo Clp_ampl.lo MyEventHandler.lo MyMessageHandler.lo unitTest.lo /home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src/libCoinUtils.la -lm libClp.la )
/usr/bin/g++-4.8 -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbeginS.o .libs/ClpSolver.o .libs/CbcOrClpParam.o .libs/Clp_ampl.o .libs/MyEventHandler.o .libs/MyMessageHandler.o .libs/unitTest.o -Wl,--rpath -Wl,/home/zenna/repos/dreallatest/build/lib -L/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src/.libs -L/home/zenna/repos/dreallatest/build/lib -lCoinUtils -lClp -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,libClpSolver.so.0 -o .libs/libClpSolver.so.0.0.0
/usr/bin/install -c .libs/libClpSolver.so.0.0.0T /home/zenna/repos/dreallatest/build/lib/libClpSolver.so.0.0.0
(cd /home/zenna/repos/dreallatest/build/lib && { ln -s -f libClpSolver.so.0.0.0 libClpSolver.so.0 || { rm -f libClpSolver.so.0 && ln -s libClpSolver.so.0.0.0 libClpSolver.so.0; }; })
(cd /home/zenna/repos/dreallatest/build/lib && { ln -s -f libClpSolver.so.0.0.0 libClpSolver.so || { rm -f libClpSolver.so && ln -s libClpSolver.so.0.0.0 libClpSolver.so; }; })
/usr/bin/install -c .libs/libClpSolver.lai /home/zenna/repos/dreallatest/build/lib/libClpSolver.la
/usr/bin/install -c .libs/libClpSolver.a /home/zenna/repos/dreallatest/build/lib/libClpSolver.a
chmod 644 /home/zenna/repos/dreallatest/build/lib/libClpSolver.a
ranlib /home/zenna/repos/dreallatest/build/lib/libClpSolver.a
PATH="$PATH:/sbin" ldconfig -n /home/zenna/repos/dreallatest/build/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/zenna/repos/dreallatest/build/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'clp' '/home/zenna/repos/dreallatest/build/bin/clp'
/usr/bin/install -c .libs/clp /home/zenna/repos/dreallatest/build/bin/clp
/usr/bin/install -c -m 644 'Clp_C_Interface.h' '/home/zenna/repos/dreallatest/build/include/coin/Clp_C_Interface.h'
/usr/bin/install -c -m 644 'ClpCholeskyBase.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpCholeskyBase.hpp'
/usr/bin/install -c -m 644 'ClpCholeskyDense.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpCholeskyDense.hpp'
/usr/bin/install -c -m 644 'ClpConstraint.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpConstraint.hpp'
/usr/bin/install -c -m 644 'ClpConstraintLinear.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpConstraintLinear.hpp'
/usr/bin/install -c -m 644 'ClpConstraintQuadratic.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpConstraintQuadratic.hpp'
/usr/bin/install -c -m 644 'ClpDualRowDantzig.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpDualRowDantzig.hpp'
/usr/bin/install -c -m 644 'ClpDualRowPivot.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpDualRowPivot.hpp'
/usr/bin/install -c -m 644 'ClpDualRowSteepest.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpDualRowSteepest.hpp'
/usr/bin/install -c -m 644 'ClpDummyMatrix.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpDummyMatrix.hpp'
/usr/bin/install -c -m 644 'ClpDynamicExampleMatrix.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpDynamicExampleMatrix.hpp'
/usr/bin/install -c -m 644 'ClpDynamicMatrix.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpDynamicMatrix.hpp'
/usr/bin/install -c -m 644 'ClpEventHandler.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpEventHandler.hpp'
/usr/bin/install -c -m 644 'ClpFactorization.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpFactorization.hpp'
/usr/bin/install -c -m 644 'ClpGubDynamicMatrix.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpGubDynamicMatrix.hpp'
/usr/bin/install -c -m 644 'ClpGubMatrix.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpGubMatrix.hpp'
/usr/bin/install -c -m 644 'ClpInterior.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpInterior.hpp'
/usr/bin/install -c -m 644 'ClpLinearObjective.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpLinearObjective.hpp'
/usr/bin/install -c -m 644 'ClpMatrixBase.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpMatrixBase.hpp'
/usr/bin/install -c -m 644 'ClpMessage.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpMessage.hpp'
/usr/bin/install -c -m 644 'ClpModel.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpModel.hpp'
/usr/bin/install -c -m 644 'ClpNetworkMatrix.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpNetworkMatrix.hpp'
/usr/bin/install -c -m 644 'ClpNonLinearCost.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpNonLinearCost.hpp'
/usr/bin/install -c -m 644 'ClpNode.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpNode.hpp'
/usr/bin/install -c -m 644 'ClpObjective.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpObjective.hpp'
/usr/bin/install -c -m 644 'ClpPackedMatrix.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpPackedMatrix.hpp'
/usr/bin/install -c -m 644 'ClpPdcoBase.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpPdcoBase.hpp'
/usr/bin/install -c -m 644 'ClpPlusMinusOneMatrix.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpPlusMinusOneMatrix.hpp'
/usr/bin/install -c -m 644 'ClpParameters.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpParameters.hpp'
/usr/bin/install -c -m 644 'ClpPresolve.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpPresolve.hpp'
/usr/bin/install -c -m 644 'ClpPrimalColumnDantzig.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpPrimalColumnDantzig.hpp'
/usr/bin/install -c -m 644 'ClpPrimalColumnPivot.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpPrimalColumnPivot.hpp'
/usr/bin/install -c -m 644 'ClpPrimalColumnSteepest.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpPrimalColumnSteepest.hpp'
/usr/bin/install -c -m 644 'ClpQuadraticObjective.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpQuadraticObjective.hpp'
/usr/bin/install -c -m 644 'ClpSimplex.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpSimplex.hpp'
/usr/bin/install -c -m 644 'ClpSimplexNonlinear.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpSimplexNonlinear.hpp'
/usr/bin/install -c -m 644 'ClpSimplexOther.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpSimplexOther.hpp'
/usr/bin/install -c -m 644 'ClpSimplexDual.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpSimplexDual.hpp'
/usr/bin/install -c -m 644 'ClpSimplexPrimal.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpSimplexPrimal.hpp'
/usr/bin/install -c -m 644 'ClpSolve.hpp' '/home/zenna/repos/dreallatest/build/include/coin/ClpSolve.hpp'
/usr/bin/install -c -m 644 'CbcOrClpParam.hpp' '/home/zenna/repos/dreallatest/build/include/coin/CbcOrClpParam.hpp'
/usr/bin/install -c -m 644 'Idiot.hpp' '/home/zenna/repos/dreallatest/build/include/coin/Idiot.hpp'
/usr/bin/install -c -m 644 'CbcOrClpParam.cpp' '/home/zenna/repos/dreallatest/build/include/coin/CbcOrClpParam.cpp'
Making install in src/OsiClp
/bin/bash ../../../libtool --mode=install /usr/bin/install -c 'libOsiClp.la' '/home/zenna/repos/dreallatest/build/lib/libOsiClp.la'
libtool: install: warning: relinking `libOsiClp.la'
(cd /home/zenna/repos/dreallatest/build/external/src/CLP/Clp/src/OsiClp; /bin/bash ../../../libtool --tag=CXX --mode=relink /usr/bin/g++-4.8 -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -o libOsiClp.la -rpath /home/zenna/repos/dreallatest/build/lib -no-undefined OsiClpSolverInterface.lo /home/zenna/repos/dreallatest/build/external/src/CLP/Osi/src/Osi/libOsi.la /home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src/libCoinUtils.la -lm ../libClp.la )
/usr/bin/g++-4.8 -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbeginS.o .libs/OsiClpSolverInterface.o -Wl,--rpath -Wl,/home/zenna/repos/dreallatest/build/lib -L/home/zenna/repos/dreallatest/build/external/src/CLP/CoinUtils/src/.libs -L/home/zenna/repos/dreallatest/build/lib -lOsi -lCoinUtils -lClp -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,libOsiClp.so.0 -o .libs/libOsiClp.so.0.0.0
/usr/bin/install -c .libs/libOsiClp.so.0.0.0T /home/zenna/repos/dreallatest/build/lib/libOsiClp.so.0.0.0
(cd /home/zenna/repos/dreallatest/build/lib && { ln -s -f libOsiClp.so.0.0.0 libOsiClp.so.0 || { rm -f libOsiClp.so.0 && ln -s libOsiClp.so.0.0.0 libOsiClp.so.0; }; })
(cd /home/zenna/repos/dreallatest/build/lib && { ln -s -f libOsiClp.so.0.0.0 libOsiClp.so || { rm -f libOsiClp.so && ln -s libOsiClp.so.0.0.0 libOsiClp.so; }; })
/usr/bin/install -c .libs/libOsiClp.lai /home/zenna/repos/dreallatest/build/lib/libOsiClp.la
/usr/bin/install -c .libs/libOsiClp.a /home/zenna/repos/dreallatest/build/lib/libOsiClp.a
chmod 644 /home/zenna/repos/dreallatest/build/lib/libOsiClp.a
ranlib /home/zenna/repos/dreallatest/build/lib/libOsiClp.a
PATH="$PATH:/sbin" ldconfig -n /home/zenna/repos/dreallatest/build/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/zenna/repos/dreallatest/build/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/usr/bin/install -c -m 644 'OsiClpSolverInterface.hpp' '/home/zenna/repos/dreallatest/build/include/coin/OsiClpSolverInterface.hpp'
/usr/bin/install -c -m 644 'clp.pc' '/home/zenna/repos/dreallatest/build/lib/pkgconfig/clp.pc'
/usr/bin/install -c -m 644 'osi-clp.pc' '/home/zenna/repos/dreallatest/build/lib/pkgconfig/osi-clp.pc'
[ 32%] Completed 'CLP'
[ 32%] Built target CLP
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment