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

Makefile:84: recipe for target 'install' failed #1

Open
RickHH opened this issue Mar 31, 2022 · 2 comments
Open

Makefile:84: recipe for target 'install' failed #1

RickHH opened this issue Mar 31, 2022 · 2 comments

Comments

@RickHH
Copy link

RickHH commented Mar 31, 2022

When I use cmake to install APIRL in Ubuntu:
mkdir build
cd build
sudo cmake ..
sudo cmake --build . --target install --config release

The following error has occurred:

##################
........
[100%] Built target generateSystemMatrix
Install the project...
-- Install configuration: ""
CMake Error at cmake_install.cmake:49 (file):
file INSTALL cannot find
"../apirl-master/build/doc/html".

Makefile:84: recipe for target 'install' failed
make: *** [install] Error 1
###################

and the bin directory didn't appear in ../build

Thanks.

@mabelzunce
Copy link

Hello,
This is a bug. Please create the doc folder manually with mkdir and try again.

Martin

@RickHH
Copy link
Author

RickHH commented Apr 1, 2022

Hello, This is a bug. Please create the doc folder manually with mkdir and try again.

Martin

It works, thank you for your help🙂

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