Problem using winelib to compile Std Lib strings

Jon Griffiths jon_p_griffiths at yahoo.com
Sat Feb 26 11:15:54 CST 2005


Hi Rob,

>I get a few errors like the following:
>error: ::div has not been declared
>error: ::ldiv has not been declared

div and ldiv may or may not be included in the std namespace. Try
changing the calls to either remove the scope resolution from their
calls or adding std before it.

>And tons about /usr/include/pthread.h like the following:
>error: uintptr_t does not name a type
>error: caddr_t has not been declared

You may need to rebuild your gcc supplied headers, check out:

http://supportforum.sun.com/sunos/index.php?t=msg&th=2097&start=0&rid=0

for details.

If you need/needed to make any fixes to Wine to get it working under
Solaris, please consider sending any changes to wine-patches or
documenting the process (AFAIK not many ppl are using Wine under
solaris).

Hope this helps,
Jon


=====
"Don't wait for the seas to part, or messiahs to come;
 Don't you sit around and waste this chance..." - Live

jon_p_griffiths at yahoo.com


		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250



More information about the wine-devel mailing list