Current-Users archive

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

Re: Debug builds with X11 fail



On Jan 5,  4:34pm, gson%gson.org@localhost (Andreas Gustafsson) wrote:
-- Subject: 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?

I am fine changing the Makefiles to ${MKDEBUG} != "no" since that's what's
used everywhere.

christos


Home | Main Index | Thread Index | Old Index