Skip to content
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

CMake makefiles not processed by omake #1040

Open
ghost opened this issue May 24, 2024 · 0 comments
Open

CMake makefiles not processed by omake #1040

ghost opened this issue May 24, 2024 · 0 comments

Comments

@ghost
Copy link

ghost commented May 24, 2024

The project I choose to test is https://github.com/aslze/asl.

CMake configuration completed successfully:

mkdir build
cd build
cmake -DCMAKE_C_COMPILER=occ -DCMAKE_CXX_COMPILER=occ -G"MinGW Makefiles" ..

I tried to use OMake instead of mingw32-make:

C:\Work\asl\build>omake
Error: No rule to make target 'src\CMakeFiles\asls.dir\depend'
Error: No rule to make target 'src\CMakeFiles\asls.dir\build'
[ 50%] Built target asls

Error CMakeFiles\Makefile2(125): commands returned error code 2

Error makefile(134): commands returned error code 2

It fails immediately.

Note: I have mingw32-make also in PATH.

@LADSoft LADSoft changed the title Testing OMake with CMake CMake makefiles not processed by omake Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants