Hi Artur, You can build Hypertable with clang by specifying the -DLLVM option to cmake. For example, if you have clang installed under /opt/local/llvm, then your cmake command might look something like the following:
cmake -DTHRIFT_SOURCE_DIR=/usr/src/thrift -DCMAKE_BUILD_TYPE=Release -DLLVM=/opt/local/llvm ~/src/hypertable See the toplevel CMakeLists.txt file for exactly how the LLVM variable is used. - Doug On Fri, Nov 29, 2013 at 10:03 AM, Artur Gilmutdinov <[email protected]>wrote: > > -- > You received this message because you are subscribed to the Google Groups > "Hypertable Development" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/hypertable-dev. > For more options, visit https://groups.google.com/groups/opt_out. > -- Doug Judd CEO, Hypertable Inc. -- You received this message because you are subscribed to the Google Groups "Hypertable Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hypertable-dev. For more options, visit https://groups.google.com/groups/opt_out.
