We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/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
The text was updated successfully, but these errors were encountered: