Re: Help required regarding compilation of windows project in Linux via WineLib

2003-09-05 Thread Sylvain Petreolle
> make sure you use --with-nptl when you configure Wine. see > > Wine runs fine in my machine. Now I try to complie windows project > in Linux via WineLib. > You shouldn't be running as root. hehe :) > > I have made the following things, > > copy all the .c, .h, .rc files from programs/winemine

Re: Help required regarding compilation of windows project in Linux via WineLib

2003-09-05 Thread Jeff Smith
When using --with-wine=/usr/local/wine, "/usr/local/wine" or whatever you substitute for it becomes $WINE_ROOT to the configure script. Configure expects there are going to be certain things in the directory tree at $WINE_ROOT. The directories include: $WINE_ROOT/include $WINE_ROOT/include/wi

Re: Help required regarding compilation of windows project in Linux via WineLib

2003-09-05 Thread Dimitrie O. Paun
On Fri, 5 Sep 2003, Anjan Sarkar wrote: > Hello, > I am using wine for my personal interest and need your help regarding the following > problem I have faced. > I have following configuration, > > a) Red Had Linux 9.0 make sure you use --with-nptl when you configure Wine. > b) Wine (wine-200

Help required regarding compilation of windows project in Linux via WineLib

2003-09-05 Thread Anjan Sarkar
Hello, I am using wine for my personal interest and need your help regarding the following problem I have faced. I have following configuration, a) Red Had Linux 9.0 b) Wine (wine-20030813.tar.gz) is extracted in /ww/wine-20030813 c) It creates a directory /c for windows and /root/.wine d) All t