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

build failure with ocaml installed #4

Open
ArturHarasimiuk opened this issue May 21, 2018 · 0 comments
Open

build failure with ocaml installed #4

ArturHarasimiuk opened this issue May 21, 2018 · 0 comments

Comments

@ArturHarasimiuk
Copy link

source issue: intel/compute-runtime#39

I was able to reproduce this using Ubuntu 18.04 (LTS). steps:

  1. prepare workspace with opencl-clang ingredients
  2. use clean Ubuntu 18.04 and execute folowing commands:
apt-get update
apt-get -y install cmake gcc g++ clang-4.0 bison flex git patch ocaml-findlib libctypes-ocaml-dev 

cmake ../common_clang/ -DCMAKE_BUILD_TYPE=Release
make -j8 cclang

at the end I get:

CMake Error at docs/cmake_install.cmake:41 (file):
file INSTALL cannot find
"/workspace/build/src/docs/ocamldoc/html/.".
Call Stack (most recent call first):
cmake_install.cmake:73 (include)

optionally you can use existing Ubuntu 18.04 and install packages listed above.

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

1 participant