search for: __install__

Displaying 12 results from an estimated 12 matches for "__install__".

Did you mean: __install
2001 Dec 09
2
compile failure at - libavifile.so Error Code 2
I am trying to install wine from the latest source on a FreeBSD 4.4 box. I did chip# ./configure --prefix=/usr/local/wine chip# make depend && make then chip# make install but am getting the following error. cd `dirname advapi32/__install__` && make install [ -d /usr/local/wine/lib ] || mkdir -p /usr/local/wine/lib /usr/bin/install -c libadvapi32.so /usr/local/wine/lib/libadvapi32.so cd `dirname avicap32/__install__` && make install [ -d /usr/local/wine/lib ] || mkdir -p /usr/local/wine/lib /usr/bin/install -c libavica...
2002 Feb 15
3
make works but make install fails
Doing a make install gives the following error: ------------------- snip ------------------- Wine build complete. cd `dirname debugger/__install__` && make install make[1]: Entering directory `/usr/src/wine/debugger' [ -d /usr/local/bin ] || mkdir -p /usr/local/bin /usr/bin/install -c winedbg.so /usr/local/bin/winedbg.so cd /usr/local/bin && rm -f winedbg && cp wine winedbg cp: cannot stat `wine': No such file...
2004 May 10
1
probs w/ make and make install
...& make install-lib rm -f libdxerr8.a && ln -s dxerr8/libdxerr8.a libdxerr8.a rm -f libdxerr9.a && ln -s dxerr9/libdxerr9.a libdxerr9.a rm -f libdxguid.a && ln -s dxguid/libdxguid.a libdxguid.a rm -f libuuid.a && ln -s uuid/libuuid.a libuuid.a cd `dirname advapi32/__install__` && make install ../../tools/mkinstalldirs -m 755 /usr/local/lib/wine /usr/bin/install -c advapi32.dll.so /usr/local/lib/wine/advapi32.dll.so cd `dirname amstream/__install__` && make install ../../tools/mkinstalldirs -m 755 /usr/local/lib/wine /usr/bin/install -c amstream.dll.s...
2010 Dec 13
1
Re: Help testing regression
Hi! I also need regression testing. Sadly, while try to install wine into my Ubuntu 10.10, for some old versions of Wine like wine-1.0, i get errors like Code: /usr/bin/install -c -m 644 `basename __install__/avifile.dll16` /usr/local/lib/wine/`basename __install__/avifile.dll16` /usr/bin/install: omitting directory `avifile.dll16' make[1]: *** [__install__/avifile.dll16] Error 1 make[1]: Leaving directory `/home/test/wine-git/dlls' make: *** [dlls/__install-lib__] Error 2 There are many tal...
2006 May 04
3
more compile problems
...tory `/mnt/hdb3/home/crashedagain/wine-20040121/dlls/cabinet' ../../tools/mkinstalldirs -m 755 /usr/local/lib/wine /usr/bin/install -c cabinet.dll.so /usr/local/lib/wine/cabinet.dll.so make[2]: Leaving directory `/mnt/hdb3/home/crashedagain/wine-20040121/dlls/cabinet' cd `dirname capi2032/__install__` && make install make[2]: Entering directory `/mnt/hdb3/home/crashedagain/wine-20040121/dlls/capi2032' gcc -shared -Wl,-Bsymbolic,-z,defs,-init,__wine_spec_init,-fini,__wine_spec_fini capi2032.spec.o cap20wxx.o capi2032.dll.dbg.o -o capi2032.dll.so -L../../libs/wine -lwine -lcapi20...
2004 Dec 26
1
Problem Installing 20041201
...r any potential help but in vain. Successfully installed latest Winetools anyway, but I needed to update my wine. I then removed my previous wine and tried to install 20041201. Option 1: ./configure, make depend, make, and make install led to [msvcrt.dll.so] error 2 the first time, and to [winetest/__install__] error 2, the second time. When I used ./tools/wineinstall, installation went all the way with no errors, but later when I typed wine --version, I keep getting the following: wine: failed to initialize: /usr/lib/wine/ntdll.dll.so: cannot open shared object file: No such file or directory. And wine...
2008 Nov 19
7
Appiing patches to wine GIT
I have never applied patches to wine, so i have a question: I downloaded wine git , then copied cursor-patches-1.1.8.patch to wine source dir, then When i entered $patch -p1 < cursor-patches-1.1.8.patch #receive $Reversed (or previously applied) patch detected! Assume -R? [n] Does it miens that patch no needed? Already installed?
2004 Dec 26
0
Problem installing wine-20041201
...r any potential help but in vain. Successfully installed latest Winetools anyway, but I needed to update my wine. I then removed my previous wine and tried to install 20041201. Option 1: ./configure, make depend, make, and make install led to [msvcrt.dll.so] error 2 the first time, and to [winetest/__install__] error 2, the second time. When I used ./tools/wineinstall [Option 2], the installation went all the way with no errors, but later when I typed wine --version, I kept getting the following: "wine: failed to initialize: /usr/lib/wine/ntdll.dll.so: cannot open shared object file: No such file or...
2004 Dec 26
0
wine-20041201 Installation Problem
...r any potential help but in vain. Successfully installed latest Winetools anyway, but I needed to update my wine. I then removed my previous wine and tried to install 20041201. Option 1: ./configure, make depend, make, and make install led to [msvcrt.dll.so] error 2 the first time, and to [winetest/__install__] error 2, the second time. When I used ./tools/wineinstall [Option 2], the installation went all the way with no errors, but later when I typed wine --version, I kept getting the following: "wine: failed to initialize: /usr/lib/wine/ntdll.dll.so: cannot open shared object file: No such file or...
2002 Dec 07
0
cannot build/install
...for the first time to get wine to build on my FreeBSD machine. I have XFree86 4 and FBSD 4.7, I tried building from source, using the sequence: ./configure make depend make install and also, using the ./tools/wineinstall script. Both of them produce the following error: -- cd `dirname avifil32/__install__` && make install ../../tools/mkinstalldirs /usr/local/lib/wine /usr/bin/install -c avifil32.dll.so /usr/local/lib/wine/avifil32.dll.so make: don't know how to make _install_/avifile.dll.so. Stop *** Error code 2 Stop in /usr/home/btimby/wine-20021125/dlls. *** Error code 1 Stop in /...
2004 Dec 26
1
20041201 Installation Problem
...r any potential help but in vain. Successfully installed latest Winetools anyway, but I needed to update my wine. I then removed my previous wine and tried to install 20041201. Option 1: ./configure, make depend, make, and make install led to [msvcrt.dll.so] error 2 the first time, and to [winetest/__install__] error 2, the second time. When I used ./tools/wineinstall [Option 2], the installation went all the way with no errors, but later when I typed wine --version, I kept getting the following: "wine: failed to initialize: /usr/lib/wine/ntdll.dll.so: cannot open shared object file: No such file or...
2010 Jan 17
4
garena/wc3 "gdi32.dll" failed to initialize...
I have a problem with Wine and Garena (Warcraft III), when i try to start the game from Garena it gives me an error message: err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Warcraft III\\war3.exe" failed, status c0000005 I'm using openSUSE 11.0, and I can start