jamoma / JamomaCore

Jamoma Frameworks for Audio and Control Structure
Other
36 stars 14 forks source link

Test failed on linux. #400

Open rdtor opened 5 years ago

rdtor commented 5 years ago

/usr/include/stdlib.h:837:12: note: candidate: ‘int abs(int)’ extern int abs (int x) THROW attribute ((const)) __wur; ^~~ make[2]: [Score/library/CMakeFiles/Score.dir/build.make:154: Score/library/CMakeFiles/Score.dir/source/TTTimeProcess.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:3823: Score/library/CMakeFiles/Score.dir/all] Error 2 make: [Makefile:163: all] Error 2 Running tests... Test project /home/shank/C++o/JamomaCore/build Start 1: test_Foundation 1/14 Test #1: test_Foundation ..................Failed 0.00 sec Start 2: test_DataspaceLib 2/14 Test #2: test_DataspaceLib ................Failed 0.00 sec Start 3: test_MatrixProcessingLib 3/14 Test #3: test_MatrixProcessingLib .........Failed 0.00 sec Start 4: test_DSP 4/14 Test #4: test_DSP .........................Failed 0.00 sec Start 5: test_AnalysisLib 5/14 Test #5: test_AnalysisLib .................Failed 0.00 sec Start 6: test_EffectsLib 6/14 Test #6: test_EffectsLib ..................Failed 0.00 sec Start 7: test_FilterLib 7/14 Test #7: test_FilterLib ...................Failed 0.00 sec Start 8: test_FunctionLib 8/14 Test #8: test_FunctionLib .................Failed 0.00 sec Start 9: test_GeneratorLib 9/14 Test #9: test_GeneratorLib ................Failed 0.00 sec Start 10: test_SoundfileLib 10/14 Test #10: test_SoundfileLib ................Failed 0.00 sec Start 11: test_WindowFunctionLib 11/14 Test #11: test_WindowFunctionLib ...........Failed 0.00 sec Start 12: test_AudioGraph 12/14 Test #12: test_AudioGraph ..................Failed 0.00 sec Start 13: test_Modular 13/14 Test #13: test_Modular .....................Failed 0.00 sec Start 14: test_Score Could not find executable test_Score Looked in the following places: test_Score test_Score Release/test_Score Release/test_Score Debug/test_Score Debug/test_Score MinSizeRel/test_Score MinSizeRel/test_Score RelWithDebInfo/test_Score RelWithDebInfo/test_Score Deployment/test_Score Deployment/test_Score Development/test_Score Development/test_Score Unable to find executable: test_Score 14/14 Test #14: test_Score .......................***Not Run 0.00 sec

0% tests passed, 14 tests failed out of 14

Total Test time (real) = 0.02 sec

The following tests FAILED: 1 - test_Foundation (Failed) 2 - test_DataspaceLib (Failed) 3 - test_MatrixProcessingLib (Failed) 4 - test_DSP (Failed) 5 - test_AnalysisLib (Failed) 6 - test_EffectsLib (Failed) 7 - test_FilterLib (Failed) 8 - test_FunctionLib (Failed) 9 - test_GeneratorLib (Failed) 10 - test_SoundfileLib (Failed) 11 - test_WindowFunctionLib (Failed) 12 - test_AudioGraph (Failed) 13 - test_Modular (Failed) 14 - test_Score (Not Run) Errors while running CTest make: *** [Makefile:141: test] Error 8