On May 7, 2013, at 16:10, Dimitry Andric <[email protected]> wrote: > On 2013-05-07 16:01, Sergey Kandaurov wrote: >> On 7 May 2013 17:21, Michael W. Lucas <[email protected]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
