Hi, Thomas Klausner wrote:
On Mon, May 12, 2014 at 09:10:07AM +0200, Riccardo Mottola wrote:>nobody has a clue on this? I tried to build twice... getting the same >error...Forgotten "-Pd" when updating your source tree? Thomas
I redid a "cvs -q update -dP" however.... build still fails: includes ===> external/mit/xorg/include/renderproto includes ===> external/mit/xorg/include/dri2proto includes ===> external/mit/xorg/include/dri3proto nbmake[6]: don't know how to make dri3proto.h. Stop nbmake[6]: stopped in /usr/src/external/mit/xorg/include/dri3proto *** Failed target: includes-dri3proto*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="external/mit/xorg/include/"; real="/usr/src/external/mit/xorg/include" ;; *) this="external/mit/xorg/include/${dir}/"; real="/usr/src/external/mit/xorg/include/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /usr/src/../tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget dri3proto includes
*** Error code 2what could be wrong? do i need to clean my /usr/obj ? it started clean (new dir) at my first attempt which already failed though.
Riccardo