http://bugs.winehq.com/show_bug.cgi?id=1413
Summary: unable to compile wine on Solaris 2.7 Product: Wine Version: 20030318 Platform: Sun OS/Version: Solaris Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-ports AssignedTo: wine-bugs@winehq.com ReportedBy: stanleyg76@yahoo.com
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
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=1413. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.