Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Debug builds with X11 fail



Christos Zoulas wrote:
> I can't reproduce this

I think I have it figured out now.  It's a combination of two issues:
src/external/mit/xorg/lib/{dri,gallium}/Makefile contain the line

  .if ${MKDEBUG:Uno} == "yes"

rather than the usual

  .if ${MKDEBUG} != "no"

and I had specified MKDEBUG=YES (with YES in upper case) rather than
MKDEBUG=yes in the build options.

I think the Makefiles and my build options are both wrong - do you
agree?
-- 
Andreas Gustafsson, gson%gson.org@localhost


Home | Main Index | Thread Index | Old Index