>>>> "sb" == SL Baur <steve(a)xemacs.org>
writes:
sb> Jan Vroonhof <vroonhof(a)math.ethz.ch> writes in xemacs-beta(a)xemacs.org:
> Jeff Miller <jmiller(a)smart.net> writes:
>>
>> has anyone else seen this or even begin to have a clue why?
>>
> Maybe some issue with Motif vs non-Motif?
sb> None of the relevant code is guarded with anything remotely that. I
sb> believe that Jeff's recommended fix is the correct one.
well, i realized what happened. Turns out the minimal build I was
attempting on Solaris was not as minimal as I thought. I had
forgotten to add "--with-dialogs=none", and that's why gui.c was
getting compiled. If I leave that out of my Linux minimal build, I
get the same result, why makes me happy.
So it turns out it was just dumb luck finding it. Guess I'll add some
more permutations to my script that does test compiles of off-beat configs.
I will send a patch in to add the #ifdef guard to gui.c.
Jeff