I'm having trouble compiling wine on a newish box. The problem is a missing symbol 'acs_map' cropping up in dlls/ttydrv/graphics.o. The symbol is not directly in the relevant source file so it seems to be from a macro or typedef but extensive grepping has not identified the source. I suspect the problem is a package missing in the distro (dRock 1.6.0) but have not been able to identify which one as I cannot track down where this symbol is coming from. Can anyone give me a pointer please.
On Wed, 29 Jan 2003 11:17:52 +0000 Keith Matthews <keith_m@sweeney.demon.co.uk> wrote:> I'm having trouble compiling wine on a newish box. > > The problem is a missing symbol 'acs_map' cropping up in > dlls/ttydrv/graphics.o. The symbol is not directly in the relevant > source file so it seems to be from a macro or typedef but extensive > grepping has not identified the source. I suspect the problem is a > package missing in the distro (dRock 1.6.0) but have not been able to > identify which one as I cannot track down where this symbol is coming > from. > > Can anyone give me a pointer please. > _______________________________________________ > wine-users mailing list > wine-users@winehq.com > http://www.winehq.com/mailman/listinfo/wine-usersacs_map appears to be part of ncurses. It is defined in curses.h. You're either missing the headers or the ncurses library to link with. Adding missing ncurses packages should solve it (possibly the .a library and headers from the development package). What seems strange is that the configure script must have detected the header(s) in order to try and include them (they are #ifdefed). -- Andrew :-) Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html "Windows is the one true OS. MS invented the GUI. MS invented the 32 bit OS. MS is open and standard. MS loves you. We have always been at war with Oceania." -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://www.winehq.org/pipermail/wine-users/attachments/20030129/34c1f315/attachment.pgp
On Wed, 29 Jan 2003, Keith Matthews wrote:> I'm having trouble compiling wine on a newish box. > > The problem is a missing symbol 'acs_map' cropping up in > dlls/ttydrv/graphics.o. The symbol is not directly in the relevant > source file so it seems to be from a macro or typedef but extensive > grepping has not identified the source. I suspect the problem is a > package missing in the distro (dRock 1.6.0) but have not been able to > identify which one as I cannot track down where this symbol is coming > from. > > Can anyone give me a pointer please.libncurses, from the ncurses package. Lawson ---oops--- ________________________________________________________________ Sign Up for Juno Platinum Internet Access Today Only $9.95 per month! Visit www.juno.com