Skip to content

Instantly share code, notes, and snippets.

@karlnapf
Created March 20, 2016 22:46
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 karlnapf/10f5d794b53451e58abc to your computer and use it in GitHub Desktop.
Save karlnapf/10f5d794b53451e58abc to your computer and use it in GitHub Desktop.
heiko@heiko-ThinkPad-T440s:~/git/flash$ sh sanity.sh
rm libflash.so
rm: cannot remove ‘libflash.so’: No such file or directory
make: *** [clean] Error 1
ccache g++ -g3 -std=c++14 -fPIC -fopenmp -c flash/statistics/HypothesisTest.cpp -I. -I/usr/include/eigen3 -o flash/statistics/HypothesisTest.o
ccache g++ -g3 -std=c++14 -fPIC -fopenmp -c flash/statistics/TwoDistributionTest.cpp -I. -I/usr/include/eigen3 -o flash/statistics/TwoDistributionTest.o
ccache g++ -g3 -std=c++14 -fPIC -fopenmp -c flash/statistics/TwoSampleTest.cpp -I. -I/usr/include/eigen3 -o flash/statistics/TwoSampleTest.o
ccache g++ -g3 -std=c++14 -fPIC -fopenmp -c flash/statistics/IndependenceTest.cpp -I. -I/usr/include/eigen3 -o flash/statistics/IndependenceTest.o
g++: error: unrecognized command line option ‘-std=c++14’
g++: error: unrecognized command line option ‘-std=c++14’
make: *** [flash/statistics/HypothesisTest.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [flash/statistics/TwoDistributionTest.o] Error 1
g++: error: unrecognized command line option ‘-std=c++14’
make: *** [flash/statistics/IndependenceTest.o] Error 1
g++: error: unrecognized command line option ‘-std=c++14’
make: *** [flash/statistics/TwoSampleTest.o] Error 1
valgrind: tests/DataFetcherTest: No such file or directory
valgrind: tests/StreamingDataFetcherTest: No such file or directory
valgrind: tests/DataFetcherFactoryTest: No such file or directory
valgrind: tests/InitPerFeatureTest: No such file or directory
valgrind: tests/DataManagerTest: No such file or directory
valgrind: tests/KernelManagerTest: No such file or directory
valgrind: tests/MMDTest: No such file or directory
heiko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment