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
Bonjour,
Sur macos pendant le make j'ai l'erreur fatale : "chown: xxx: illegal group name"
make[3]: *** [src/tags-cli] Error 1 make[2]: *** [src/CMakeFiles/tags.dir/all] Error 2 make[1]: *** [src/cli/CMakeFiles/stegx-cli.dir/rule] Error 2 make: *** [stegx-cli] Error 2
Si je l'enlève (le chown ou je met le bon groupe) des 2 build.make, le make passe mais ensuite lors du make install j'ai l'erreur :
-- Installing: /usr/local/lib/libstegx.1.1.0.dylib CMake Error at src/lib/cmake_install.cmake:36 (file): file INSTALL cannot copy file "/StegX-master/build/src/lib/libstegx.1.1.0.dylib" to "/usr/local/lib/libstegx.1.1.0.dylib".
alors que j'ai spécifié un path avec cmake CMAKE_INSTALL_PREFIX = xxx/install ..
il devrait aller dans ce path et non dans usr/local
Merci
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bonjour,
Sur macos pendant le make j'ai l'erreur fatale : "chown: xxx: illegal group name"
make[3]: *** [src/tags-cli] Error 1
make[2]: *** [src/CMakeFiles/tags.dir/all] Error 2
make[1]: *** [src/cli/CMakeFiles/stegx-cli.dir/rule] Error 2
make: *** [stegx-cli] Error 2
Si je l'enlève (le chown ou je met le bon groupe) des 2 build.make, le make passe mais ensuite lors du make install j'ai l'erreur :
-- Installing: /usr/local/lib/libstegx.1.1.0.dylib
CMake Error at src/lib/cmake_install.cmake:36 (file):
file INSTALL cannot copy file
"/StegX-master/build/src/lib/libstegx.1.1.0.dylib"
to "/usr/local/lib/libstegx.1.1.0.dylib".
alors que j'ai spécifié un path avec cmake CMAKE_INSTALL_PREFIX = xxx/install ..
il devrait aller dans ce path et non dans usr/local
Merci
The text was updated successfully, but these errors were encountered: