Re: Problem using winelib to compile Std Lib strings

2005-02-27 Thread Boaz Harrosh
Rob D wrote: The files I cant seem to compile are ones that use std string. If you are using msvcrt, You cannot use native g++ std with Winelib. In this case you'll need to grab STLPort. And hack on it to compile over wine & msvcrt headers. This is for two reason. 1- The headers are incompatibl

Re: Problem using winelib to compile Std Lib strings

2005-02-26 Thread Jon Griffiths
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

Problem using winelib to compile Std Lib strings

2005-02-25 Thread Rob D
Ive undertaken the task of converting 2 rather large Win32 applications to run on Solaris 10. I have managed to tweak nearly all of the files so they will compile with wine after running winemaker. The files I cant seem to compile are ones that use std string. I get a few errors like the following:

Re: Problem using winelib

2004-10-18 Thread Vincent Béron
Le lun 18/10/2004 à 08:49, Dimitrie O. Paun a écrit : > On Mon, Oct 18, 2004 at 03:25:12AM -0400, Ross Quinlan wrote: > > This generates one new file, "Makefile" (no Makefile.in, configure) > > so I can't run ./configure --with-wine etc. > > Yeap, that's expected. Docu needs updating. It is (at l

Re: Problem using winelib

2004-10-18 Thread Dimitrie O. Paun
On Mon, Oct 18, 2004 at 03:25:12AM -0400, Ross Quinlan wrote: > This generates one new file, "Makefile" (no Makefile.in, configure) > so I can't run ./configure --with-wine etc. Yeap, that's expected. Docu needs updating. > If I try a simple make, here's the result: > > E> make all > win

Problem using winelib

2004-10-18 Thread Ross Quinlan
Hello, This is my first try with winelib ... I'm running RedHat 7.3. I've downloaded the wine source (wine-20040914) and built everything using ./tools/wineinstall. I'm trying the winemine example in the winelib doc. I've copied the .c, .h, and .rc files to a new directory winemine2 and in th