I've started playing with mc-mp again. On Mon, Nov 17, 2008 at 9:12 AM, René Rebe <[email protected]> wrote: > Apparently. But I can not find it on any of my build hosts at the moment. > Maybe it was as dirty that I svn reverted it in the meantime :-) - I remeber > that I had simply #ifdef'ed the offending unavailable variable out as I > could > not quickly find where it usually comes from ...
My current theory is this: The variable intr_flag was originally a variable provided by mc, that was later refactored away. Whoever made the change was only testing against C libraries that provided mmap, so the code path that still touches intr_flag was never even compiled. uClibc apparently does not provide mmap, so the unmaintained code path is being built. Anyway, I have mc-mp compiling, but I can't make it run because /usr/share/terminfo isn't being populated in tlx, so ncurses isn't happy. It is populated correctly in the generic target, so I'm not sure what's going on. -- William Tracy [email protected] -- [email protected] Vice President, Cal Poly Linux Users' Group http://www.cplug.org "I disapprove of what you say, but I will defend to the death your right to say it." -- Evelyn Beatrice Hall, frequently mis-attributed to Voltaire
----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [email protected] with a subject of: unsubscribe t2
