Re: problem building -current

From: Dimitry Andric <dim_at_FreeBSD.org>
Date: Mon, 13 May 2013 22:48:39 +0200
On May 7, 2013, at 16:10, Dimitry Andric <dim_at_freebsd.org> wrote:
> On 2013-05-07 16:01, Sergey Kandaurov wrote:
>> On 7 May 2013 17:21, Michael W. Lucas <mwlucas_at_michaelwlucas.com> wrote:
> ...
>>> c++  -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd10.0\" -DLLVM_HOSTTRIPLE=\"x86_64-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Process.cpp -o Process.o
>>> In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Process.cpp:85:
>>> /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Unix/Process.inc: In member function 'virtual llvm::sys::TimeValue llvm::sys::self_process::get_user_time() const':
>>> /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Unix/Process.inc:75: error: 'CLOCK_PROCESS_CPUTIME_ID' was not declared in this scope
...
> Yes, this is an annoying problem.  When the CLOCK_PROCESS_CPUTIME_ID
> support was originally added, it was only put in sys/time.h, not in
> time.h.  So any application that includes the latter will not be able to
> use the define.

I have added a workaround (ugly, but functional :) in r250616.

-Dimitry
Received on Mon May 13 2013 - 18:48:48 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:37 UTC