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

install_xdev68k-utils.sh can fail if build tools like "ninja" are installed #4

Closed
ggnkua opened this issue Feb 27, 2023 · 2 comments
Closed

Comments

@ggnkua
Copy link

ggnkua commented Feb 27, 2023

This happens when running cmake for run68k. Here is the command line log on my MinGW64 install:

-- Building for: Ninja
-- The C compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/msys64/mingw64/bi
n/cc.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: C:/msys64/home/g
gn/xdev68k/installer_temp/run68mac-master/build
make: *** No targets specified and no makefile found.  Stop.

A very easy fix is to change https://github.com/yosshin4004/xdev68k/blob/main/install_xdev68k-utils.sh#L74 to the following:

cmake -G"Unix Makefiles" ..

This forces cmake to generate plain makefiles, and then the script finishes successfully.

@yosshin4004
Copy link
Owner

Fixed it. Thanks for pointing this out.

@yosshin4004
Copy link
Owner

closed.

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

2 participants