Re: About Clang headers on Debian

2013-10-08 Thread Stephan Bergmann
On 10/07/2013 11:46 PM, julien2412 wrote: I'm trying to build clang from svn trunk to give a try to MemorySanitizer. So I followed, http://clang.llvm.org/get_started.html but I don't know what to put in my autogen.input Either I get this: * WARNING : Cannot find Clang headers to build compiler pl

Re: About Clang headers on Debian

2013-10-07 Thread julien2412
2' CXXFLAGS='-fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -O2' make as I read here: https://wiki.documentfoundation.org/Development/BuildingOnLinux#Compiler_flags Julien -- View this message in context: http://nabble.documentfoundation.org/About-Clang-

Re: About Clang headers on Debian

2013-10-07 Thread Stephan Bergmann
On 10/05/2013 06:27 AM, julien2412 wrote: However trying to launch LO with: ./instdir/unxlngx6/program/soffice gives: ERROR 4 forking process A Google search about this message gives urls from OOo in 2008! However I gave a try to strace and noticed this: [pid 20588] dup2(4294967295, 2)

Re: About Clang headers on Debian

2013-10-05 Thread julien2412
View this message in context: http://nabble.documentfoundation.org/About-Clang-headers-on-Debian-tp4075924p4076672.html Sent from the Dev mailing list archive at Nabble.com. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: About Clang headers on Debian

2013-10-04 Thread Stephan Bergmann
On 10/03/2013 07:55 AM, julien2412 wrote: With master sources updated today, I've got this: [build XCU] officecfg/registry/data/org/openoffice/Office/UI/MathWindowState.xcu /home/julien/compile-libreoffice/libo_clang/solenv/gbuild/Configuration.mk:162: *** There is no target /home/julien/compile-

Re: About Clang headers on Debian

2013-10-03 Thread julien2412
get $(call gb_XcuModuleTarget_get_target,$*))) 163 $(call gb_XcuModuleTarget__command,$@,$*,$(filter %.xcu,$^),$(filter %.xcs,$^)) 164 Julien -- View this message in context: http://nabble.documentfoundation.org/About-Clang-headers-on-Debian-tp4075924p4076124.html Sent from the Dev ma

Re: About Clang headers on Debian

2013-10-02 Thread Stephan Bergmann
On 10/01/2013 11:38 PM, julien2412 wrote: Should I create a symlink or should I override CLANGBUILD or CLANGBUILD so autogen.sh can find: /usr/lib/llvm-3.2/include/clang/AST/RecursiveASTVisitor.h ? CLANGBUILD and CLANGDIR are the variables of choice here, but I can never remember which does wh

Re: About Clang headers on Debian

2013-10-02 Thread Tor Lillqvist
> On pc Debian x86-64 testing updated today, I tried to build with clang. > But I got this warning after autogen.sh > Cannot find Clang headers to build compiler plugins, plugins disabled That is just a warning. Using the Clang plugin is very much optional. Don't worry. (But sure, if you can figu

About Clang headers on Debian

2013-10-01 Thread julien2412
Visitor.h ? Is/are Debian package(s) for clang/llvm buggy? Julien -- View this message in context: http://nabble.documentfoundation.org/About-Clang-headers-on-Debian-tp4075924.html Sent from the Dev mailing list archive at Nabble.com.