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 the bin files are at /usr/local/bin
Wine runs fine in my machine. Now I try to complie windows project in Linux via WineLib. I have made the following things, copy all the .c, .h, .rc files from programs/winemine dir to programs/winemine2 then from winemine2 run the following commands, $ winemaker --lower-uppercase . $ ./configure --with-wine=/usr/local/wine
It gives me the error, "checking for windef.h configure:error couldnot find Wine headers(windef.h)
I have also copy the file from /usr/local/include/wine/windows to current directory. Still the problem exists.
Kindly suggest me what I have to do? Again please excuse me for this silly question.
Thanking you, Anjan Sarkar
Need a new email address that people can remember Check out the new EudoraMail at http://www.eudoramail.com
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-20030813.tar.gz) is extracted in /ww/wine-20030813 c) It creates a directory /c for windows and /root/.wine
You shouldn't be running as root.
d) All the bin files are at /usr/local/bin
Wine runs fine in my machine. Now I try to complie windows project in Linux via WineLib.
What windows project? The programs in programs/ get compiled wia Winelib by default.
I have made the following things, copy all the .c, .h, .rc files from programs/winemine dir to programs/winemine2
Why do you do that?
then from winemine2 run the following commands, $ winemaker --lower-uppercase .
Make sure that winemaker is a bit busted as of late.
$ ./configure --with-wine=/usr/local/wine
Instead, I'd suggest using winegcc, it will find things automatically. I'm not sure how the winemaker generated configure script works...
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 dir to
programs/winemine2
Why do you do that?
imho he isnt successfull with his project, this is why he tries to recompile a -successfull- project. am I right ?
===== Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 Say NO to software patents Dites NON aux brevets logiciels
"What if tomorrow the War could be over ?" Morpheus, in "Reloaded".
___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
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/wine $WINE_ROOT/include/wine/windows $WINE_ROOT/include/windows
From what you wrote, it sounds like the place you need may be /ww/wine-20030813,
i.e. you would use
./configure --with-wine=/ww/wine-20030813
You should also take Dimi's advice and see if winegcc, et al. will suit your needs.
-- Jeff Smith
--- Anjan Sarkar anjan.sarkar@eudoramail.com 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 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 the bin files are at /usr/local/bin
Wine runs fine in my machine. Now I try to complie windows project in Linux via WineLib. I have made the following things, copy all the .c, .h, .rc files from programs/winemine dir to programs/winemine2 then from winemine2 run the following commands, $ winemaker --lower-uppercase . $ ./configure --with-wine=/usr/local/wine
It gives me the error, "checking for windef.h configure:error couldnot find Wine headers(windef.h)
I have also copy the file from /usr/local/include/wine/windows to current directory. Still the problem exists.
Kindly suggest me what I have to do? Again please excuse me for this silly question.
Thanking you, Anjan Sarkar
__________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com