http://bugs.winehq.com/show_bug.cgi?id=1413
------- Additional Comments From z_god@wanadoo.nl 2003-28-06 11:01 ------- Bug comments restored from Gmane.org:
Wine version: 20030408
attempting to compile on Solaris 2.7, i've ran into the following problems:
a) can not use system-supplied lex (does not understand -C and other options) - had to install flex package b) can not use system-supplied yacc (does not understand options) - had to install bison package c) warning about using system 'strip' utility (--strip-unneeded option) - ignored d) multiple warning about X* functions returning int (i'm guessing no declarations) e) multiple warnings about using 'char' type as subscript (i'm guessing standard does not like it?) f) in $SRC/dlls/ntdll/signal_sparc.c (in SIGNAL_init() function), there is a call to 'sigfillset &all_sigs)', where all_sigs is not defined. - commented out, since it's not being used in this function