Displaying 15 results from an estimated 15 matches for "dxerr9".
Did you mean:
dxerr8
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?
2009 Dec 26
3
Unable to compile wine on WinXP with Cygwin
...'.
make[2]: Leaving directory `/home/Alex/wine-git/dlls/adsiid'
make[2]: Entering directory `/home/Alex/wine-git/dlls/dxerr8'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/Alex/wine-git/dlls/dxerr8'
make[2]: Entering directory `/home/Alex/wine-git/dlls/dxerr9'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/Alex/wine-git/dlls/dxerr9'
make[2]: Entering directory `/home/Alex/wine-git/dlls/dxguid'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/Alex/wine-git/dlls/dxguid'
make[2]: Ent...
2004 Apr 15
1
error during "make"; can't find ./tools/wineinstall
You have to run ./tools/wineinstall as a normal user, not root.
Ivan.
2007 Mar 19
1
Wile: Error when executing "make" in SimplyMepis 3.4.3
...zheng/Desktop/wine-0.9.28/dlls'
make[2]: Entering directory
`/home/zheng/Desktop/wine-0.9.28/dlls/dxerr8'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/zheng/Desktop/wine-0.9.28/dlls/dxerr8'
make[2]: Entering directory
`/home/zheng/Desktop/wine-0.9.28/dlls/dxerr9'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/zheng/Desktop/wine-0.9.28/dlls/dxerr9'
make[2]: Entering directory
`/home/zheng/Desktop/wine-0.9.28/dlls/dxguid'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/zheng/Desktop/wine-...
2004 May 10
1
probs w/ make and make install
cd `dirname dlls/__install-lib__` && 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/insta...
2018 Jul 20
0
Wine release 3.13
...cros.
l3codeca.acm: Avoid ARRAY_SIZE-like macros.
msacm32: Avoid an ARRAY_SIZE-like macro.
dbghelp: Use the ARRAY_SIZE() macro.
msadp32.acm: Avoid ARRAY_SIZE-like macros.
msg711.acm: Avoid ARRAY_SIZE-like macros.
msgsm32.acm: Avoid an ARRAY_SIZE-like macro.
dxerr9: Use the ARRAY_SIZE() macro.
wineconsole: Use the ARRAY_SIZE() macro.
xcopy: Use the ARRAY_SIZE() macro.
winemine: Use the ARRAY_SIZE() macro.
wscript: Use the ARRAY_SIZE() macro.
winefile: Use the ARRAY_SIZE() macro.
dxerr8: Use the ARRAY_SIZE() macro.
wmi...
2019 Sep 27
0
Wine release 4.17
...ments.
winmm: Avoid a couple of unneeded lstrlenW() calls.
kernel32/tests: Fix the spelling of the exerciseServer() function name.
jscript/tests: Fix the spelling and slightly reword an ok() message.
kernel32/tests: Fix the spelling of three ok() messages and comments.
dxerr9: Fix the spelling of some error messages.
jscript/tests: Fix the spelling of a couple of jscript ok() messages.
Gabriel Iv?ncescu (7):
vbscript: Add support for the SCRIPTTEXT_ISEXPRESSION flag in ParseScriptText.
vbscript/tests: Add tests for ParseScriptText with the SCRIPTTEXT_...
2007 May 11
0
Wine release 0.9.37
...p: Exclude unused headers.
ddraw: Exclude unused headers.
gphoto.ds: Constify a variable.
devenum: Exclude unused header.
dmstyle: Exclude unused headers.
dmband: Exclude unused headers.
dmusic32: Exclude unused headers.
dmime: Exclude unused headers.
dxerr9: Exclude unused header.
kernel32: Constify a variable.
imaadp32.acm: Constify some variables.
dxerr8: Exclude unused header.
dnsapi: Exclude unused header.
dpnet: Exclude unused headers.
dsound: Exclude unused headers.
ifsmgr.vxd: Constify some variables....
2019 May 10
0
Wine release 4.8
...orts for PE builds.
makefiles: Use a separate LDFLAGS variable for cross-compilation.
makefiles: Only cross-compile the import libraries that are actually used.
makefiles: Only cross-compile the static libraries that are actually used.
dxerr8: Don't use snprintf().
dxerr9: Don't use snprintf().
strmbase: Avoid using wine/unicode.h.
cmd: Build with msvcrt.
explorer: Move screen saver activation to the X11 driver.
explorer: Build with msvcrt.
cmd: Explicitly mark qsort() callback funtions cdecl.
services: Explicitly mark a qsort...
2020 Mar 13
0
Wine release 5.4
...i() using the normalization table and the ntdll helpers.
ntdll: Reimplement IdnToUnicode() using the normalization table and the ntdll helpers.
kernel32: Remove the nameprep tables.
kernel32: Move Idn functions to kernelbase.
dxerr8: Use wide character string literals.
dxerr9: Use wide character string literals.
kernelbase: Use wide character string literals in debug.c.
kernelbase: Use wide character string literals in file.c.
kernelbase: Use wide character string literals in path.c.
kernelbase: Use wide character string literals in registry.c....
2006 Oct 13
0
Wine release 0.9.23
...32: Win64 printf format warning fixes.
atl: Win64 printf format warning fixes.
psapi: Win64 printf format warning fixes.
rpcrt4/tests: Win64 printf format warning fixes.
quartz/tests: Win64 printf format warning fixes.
olesvr32: Win64 printf format warning fixes.
dxerr9: Win64 printf format warning fixes.
olecli32: Win64 printf format warning fixes.
dxerr8: Win64 printf format warning fixes.
user/tests: Win64 printf format warning fixes.
riched20/tests: Win64 printf format warning fixes.
imagehlp: Win64 printf format warning fixes....
2008 Jul 11
0
Wine release 1.1.1
...duplicate definition in winhttp.h.
include: Don't define uuids in amvideo.idl as that conflicts with uuids.h
tests: Don't depend on the static uuid libraries in the tests.
d3d8: Don't depend on the dxerr8 static library in the tests.
d3d9: Don't depend on the dxerr9 static library in the tests.
dinput: Don't depend on the dxerr8 static library in the tests.
dsound: Don't depend on the dxerr8 static library in the tests.
ntdll: Always restore the %gs register from the saved value in thread data.
wine/test.h: Don't allow to us...
2008 May 02
0
Wine release 0.9.61
...loader: Add stub versions of the pthread functions.
itss: Fix function prototype now that widl does the right thing with const.
makefiles: List the static libraries as normal imports instead of extra libs.
dxerr8: Don't use Wine debugging macros in static libraries.
dxerr9: Don't use Wine debugging macros in static libraries.
winex11: Register IME classes only when needed.
ntdll: Make the exception handling functions inline.
exception.h: Only push the exception frame after sigsetjmp.
exception.h: Preserve registers when calling RtlUnwind....
2006 May 18
2
Problems compiling Wine
...tatus: creating dlls/dpnhpast/Makefile
config.status: creating dlls/dsound/Makefile
config.status: creating dlls/dsound/tests/Makefile
config.status: creating dlls/dswave/Makefile
config.status: creating dlls/dxdiagn/Makefile
config.status: creating dlls/dxerr8/Makefile
config.status: creating dlls/dxerr9/Makefile
config.status: creating dlls/dxguid/Makefile
config.status: creating dlls/gdi/Makefile
config.status: creating dlls/gdi/tests/Makefile
config.status: creating dlls/glu32/Makefile
config.status: creating dlls/glut32/Makefile
config.status: creating dlls/gphoto2.ds/Makefile
config.status: cr...
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
...> :info:build config.status: creating dlls/dxdiagn/tests/Makefile
> :info:build ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. container.c provider.c
> :info:build config.status: creating dlls/dxerr8/Makefile
> :info:build config.status: creating dlls/dxerr9/Makefile
> :info:build ../../tools/makedep -xo -xcross.o -C. -S../.. -T../.. dxerr8.c
> :info:build ../../tools/makedep -xo -xcross.o -C. -S../.. -T../.. dxerr9.c
> :info:build config.status: creating dlls/dxgi/Makefile
> :info:build config.status: crea...