-----Original Message----- From: Kristian Nielsen [mailto:knielsen@knielsen-hq.org] Sent: Dienstag, 16. April 2013 09:36 To: Dan Demeter Cc: maria-developers@lists.launchpad.net; Vladislav Vaintroub Subject: Re: [Maria-developers] I would like to run a buildbot
Kristian Nielsen <knielsen@knielsen-hq.org> writes:
Dan Demeter <dan@apexis.ro> writes:
The other builder is set up now :) I have installed clang on the 2nd host also, but I don't know how to make the mariadb build process use clang instead of gcc / g++ ? Do I need to uninstall gcc / g++ and make a symlink ?
I will handle this from my side, as desribed by Wlad in another mail.
The build currently fails. I think you need to install libncurses5-dev?
Ok, I set it to use clang, it fails like this:
https://buildbot.askmonty.org/buildbot/builders/bld-dan- release/builds/89/steps/compile/logs/stdio
CMake Error at /usr/share/cmake- 2.8/Modules/CMakeDetermineCXXCompiler.cmake:43 (MESSAGE): Could not find compiler set in environment variable CXX:
clang++.
Do you know if you need to install clang++, or if it is called something else? Wlad?
It should probably be just clang . On Ubuntu, I used clang++, but I checked now, it is just a symlink to clang :)