AnyDSL / anydsl

Meta project to quickly build dependencies
https://anydsl.github.io
GNU General Public License v3.0
100 stars 20 forks source link

Building rv fails on Linux #7

Closed jonas-schmitt closed 7 years ago

jonas-schmitt commented 7 years ago

Hi, building rv on linux with the setup script currently fails with the following error:

clone cdl-saarland/rv git clone --recursive git@github.com:cdl-saarland/rv.git Cloning into 'rv'... -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:10 (message): LLVM_INSTALL_ROOT () is not a valid LLVM installation. -- Configuring incomplete, errors occurred!

richardmembarth commented 7 years ago

rv defaults to LLVM 4.0 now.

Can you pull the AnyDSL/anydsl repo and try again?

jonas-schmitt commented 7 years ago

Works now. Thanks!

leissa commented 7 years ago

actually re-firing the script should suffice as the script automagically updates itself.