Doug Scott wrote: > Alan Coopersmith wrote: >> Doug Scott wrote: >>> Also the build complains about a missing ncurses.h & >>> sys/immu.h which was removed recently. I am building >>> on SXCE 57. >> >> Strange - I didn't think anything in it used ncurses.h, and >> I don't know what sys/immu.h is. > ../../../../../config/makedepend/makedepend: warning: text-mode.c, line > 40: cannot find include file "ncurses.h"
It should be using curses.h, but the flags for that may not be passed correctly to makedepend - but since it's just makedepend you can ignore that. > "../../../../../../programs/Xserver/hw/xfree86/os-support/xf86_OSlib.h", > line 139: cannot find include file: <sys/immu.h> > cc: acomp failed for sun_bios.c Yeah, I saw this once we moved to building on nv_57 too. I've confirmed with the ON guys that we didn't need that header on Solaris at all, and fixed in X.Org's git repository to not use it: http://gitweb.freedesktop.org/?p=xorg/xserver.git;a=commitdiff;h=5680efc0d2baf0a9451e82e490e3690fc23dda0f;hp=ab0fc8c1ad7ea2dc3389a4a4bb1c45bbded5e7ad and pulled that into our tree for nv_61. (x86 build is clean - just verifying sparc build now - hope to have the code drop out very soon now!) -- -Alan Coopersmith- alan.coopersmith at sun.com Sun Microsystems, Inc. - X Window System Engineering February 2007 Selection: LSARC Chair of the Month Club
