Hi, Wine compiled fail : gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o snapshot.o snapshot.c In file included from snapshot.c:33: ../include/winternl.h:2040: parse error before "va_list" ../include/winternl.h:2212: parse error before "va_list" ../include/winternl.h:2213: parse error before "va_list" make[1]: *** [snapshot.o] Error 1
no pb compile wine092. thx for your help Rmkml
On Thu, 8 Dec 2005, Alexandre Julliard wrote:
Date: Thu, 8 Dec 2005 16:20:19 +0100 (CET) From: Alexandre Julliard julliard@winehq.org Reply-To: wine-devel@winehq.org To: wine-announce@winehq.org Subject: Wine release 0.9.3
This is release 0.9.3 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- Many marshalling fixes in rpcrt4.
- Various OLE improvements and fixes.
- Better audio driver management in winecfg.
- Many wininet fixes.
- Several Web browser improvements.
- More dbghelp APIs implemented.
- Directory objects in wineserver.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you before the release is available at the public sites. The sources will be available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-0.9.3.tar.bz2 http://prdownloads.sourceforge.net/wine/wine-0.9.3.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on
http://www.winehq.org/site/documentation
You can also get the current source directly from the git or CVS repositories. Check respectively http://wiki.winehq.org/GitWine or http://www.winehq.org/cvs for details.
Patches should be submitted to "wine-patches@winehq.org". Please don't forget to include a ChangeLog entry. If you submitted a patch, please check to make sure it has been included in the new release.
Wine is available thanks to the work of many people. See the file AUTHORS in the distribution for the complete list.
-- Alexandre Julliard julliard@winehq.org
On Fri, 2005-12-09 at 09:19 +0100, rmkml wrote:
Hi, Wine compiled fail : gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o snapshot.o snapshot.c In file included from snapshot.c:33: ../include/winternl.h:2040: parse error before "va_list" ../include/winternl.h:2212: parse error before "va_list" ../include/winternl.h:2213: parse error before "va_list" make[1]: *** [snapshot.o] Error 1
no pb compile wine092. thx for your help Rmkml
Are you certain you have all the build dependencies? (Check configure's output)
Thanks, Scott Ritchie