-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Installing XTDMAKE on Centos 7 #34
Comments
Hi @unvaare Seems that cmake cannot find your XTDMake module.
The core directory is indeed given as example. It is taken from xtdcpp C++ project where you can find example usage of XTDMake. I've never tried XTDMake on Centos system. Feel free to report me any issue encountered and/or any pull requests that might improve compatibility. |
Thanks @psycofdj , Now I am getting below mentioned error: -- Found module CodeDupRule : FALSE (unmet required dependencies) |
XTDMake cannot find some dependencies of the CodeDupRule module. This particular module depends on:
You can see what's going on reading this file Alternatively, you can disable |
Thanks @psycofdj that helped. But there is some other errors I am facing now. Could you please look into this? |
Good news is: you're pretty close to a first run ! make sure you have only 1 cmake call to project(xtd)
enable_testing()
set(PROJECT_VERSION_MAJOR 0)
set(PROJECT_VERSION_MINOR 1)
set(PROJECT_VERSION_PATCH 2)
I have more concerns about the two following errors:
Make sure that your These two errors are basically telling us that cmake cannot find the Make sure you call |
I tried following your instructions but still getting the following errors: Please find my root and module CMAKELISTS.txt on the links below: |
Can you try adding the |
Such situation should have been detected by XTDMake on this line. The test is not working and should be fixed. |
That worked! Thank you. Now coming to final part, getting following error when running May be make with debug enable could help: |
Something is wrong with the Can you please re-run with Also, you can run targets individually:
|
Output for make
make
make
make
|
Can you please run the following command ?
I guess that file Additionally, can you give me:
|
I get follwing error when running the first command:
|
is there anything in your |
Yes. |
@psycofdj Any luck with finding the solutions ? |
Hi,
I have installed XTDMAKE from source as given in the documentation and have added the required configuration in CMakeLists at root and CMakeLists in the modules. When trying to run "cmake .." from build folder I get following error:
Unknown CMake command "xtdmake_init"
Also I am not sure about the "core" mentioned in the CMakeLists, i think it's just for example, right?
Thanks.
The text was updated successfully, but these errors were encountered: