Re: Compile error on current Git

2009-09-30 Thread Paul Vriens
On 09/30/2009 10:39 AM, Michael Stefaniuc wrote: Hello Paul, Paul Vriens wrote: Anyone else seeing this: yes, I have pinged Alexandre yesterdays about this and todays commit round will include the fixes. If you don't want to wait the fixes are: - system.drv16 and toolhelp.dll16 need an IMPORT

Re: Compile error on current Git

2009-09-30 Thread Michael Stefaniuc
Hello Paul, Paul Vriens wrote: > Anyone else seeing this: yes, I have pinged Alexandre yesterdays about this and todays commit round will include the fixes. If you don't want to wait the fixes are: - system.drv16 and toolhelp.dll16 need an IMPORT ntdll - ntdll/tests need a GetProcAddress on NtCurr

Compile error on current Git

2009-09-30 Thread Paul Vriens
Hi, Anyone else seeing this: make[2]: Entering directory `/wine/wine-git/dlls/system.drv16' ccache gcc -m32 -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-

NetBSD compile error

2009-04-21 Thread Austin English
I just installed NetBSD 5.0RC4 on a spare hard drive, and tried compiling Wine. I hadn't seen this error before, but I'm not sure if the regression is on NetBSD or Wine's end. Google doesn't show too much for this error, other than that apparently NetBSD's libexec requires execname to not be NULL:

Re: Compile error in taskmgr before 1.1.14

2009-04-15 Thread Austin English
On Wed, Apr 15, 2009 at 5:32 AM, David Lee Lambert wrote: > I'm trying to use a git tree to do a regression-test for something that seems > to have gotten broken somewhere between 1.0 and 1.1.19; but when I do a > full "git reset _version_ ; git checkout -f ; ./configure CC='ccache > gcc-3.4' ; ma

Re: Compile error in taskmgr before 1.1.14

2009-04-15 Thread Ben Klein
2009/4/15 David Lee Lambert : > I'm trying to use a git tree to do a regression-test for something that seems > to have gotten broken somewhere between 1.0 and 1.1.19; but when I do a > full "git reset _version_ ; git checkout -f ; ./configure CC='ccache > gcc-3.4' ; make depend ; make" I get the f

Compile error in taskmgr before 1.1.14

2009-04-15 Thread David Lee Lambert
I'm trying to use a git tree to do a regression-test for something that seems to have gotten broken somewhere between 1.0 and 1.1.19; but when I do a full "git reset _version_ ; git checkout -f ; ./configure CC='ccache gcc-3.4' ; make depend ; make" I get the following error before about 1.1.14:

Re: wineg++ compile error

2009-01-23 Thread Rino Farina
Yep. I switched to mingw as cross-compiler, and all is right with the world again ;) Thanks everyone! -rino On Tue, Jan 20, 2009 at 11:07 AM, Hin-Tak Leung wrote: > --- On Tue, 20/1/09, Rino Farina wrote: > >> Right, I wasn't able to find iostream among the >> available headers >> (remember, I

Re: wineg++ compile error

2009-01-20 Thread Hin-Tak Leung
--- On Tue, 20/1/09, Rino Farina wrote: > Right, I wasn't able to find iostream among the > available headers > (remember, I'm not linking yet). > > Stefan, are you suggesting that I install microsofts > tool-chain and > compile the code with the ms compiler? Sounds reasonable. > I'm not sure >

Re: wineg++ compile error

2009-01-20 Thread Ben Klein
2009/1/21 Rino Farina : > I'm not sure what you mean by PE .exe, though PE is Microsoft's standard executable format for Windows programs, in contrast to ELF, which is the standard Linux executable format.

Re: wineg++ compile error

2009-01-20 Thread Rino Farina
Right, I wasn't able to find iostream among the available headers (remember, I'm not linking yet). Stefan, are you suggesting that I install microsofts tool-chain and compile the code with the ms compiler? Sounds reasonable. I'm not sure what you mean by PE .exe, though. I have no need to link to

Re: wineg++ compile error

2009-01-19 Thread Damjan Jovanovic
On Tue, Jan 20, 2009 at 2:23 AM, Stefan Dösinger wrote: >> Yeah, it looks like there's some conflict with iostream and msvcrt: >> http://www.mail-archive.com/wine-devel@winehq.org/msg08834.html >> >> I'm trying to follow the recommendations, but without much luck. > Maybe try to use the iostream i

RE: wineg++ compile error

2009-01-19 Thread Stefan Dösinger
> Yeah, it looks like there's some conflict with iostream and msvcrt: > http://www.mail-archive.com/wine-devel@winehq.org/msg08834.html > > I'm trying to follow the recommendations, but without much luck. Maybe try to use the iostream implementation from msvcrt(not sure how to do that, though - I

Re: wineg++ compile error

2009-01-19 Thread Rino Farina
Rino Farina >> Sent: Monday, January 19, 2009 3:46 PM >> To: wine-devel@winehq.org >> Subject: wineg++ compile error >> >> Hi All, >> >> I'm completely new to wine, and am having trouble compiling code >> before it ever gets to the linker. Can a

RE: wineg++ compile error

2009-01-19 Thread Stefan Dösinger
f Of Rino Farina > Sent: Monday, January 19, 2009 3:46 PM > To: wine-devel@winehq.org > Subject: wineg++ compile error > > Hi All, > > I'm completely new to wine, and am having trouble compiling code > before it ever gets to the linker. Can anyone point me in the ri

wineg++ compile error

2009-01-19 Thread Rino Farina
Hi All, I'm completely new to wine, and am having trouble compiling code before it ever gets to the linker. Can anyone point me in the right direction? BaseGameEntity.h: #include class BaseGameEntity { private: int m_ID; static int m_iNextValidID; void SetID(int val); public:

Re: Compile error in wine-1.1.1

2008-07-15 Thread Austin English
On Tue, Jul 15, 2008 at 1:13 AM, George Dunlap <[EMAIL PROTECTED]> wrote: > Downloaded wine-1.1.1.tar.bz2, and after unzipping, running configure > (which included adding some -dev libraries to make it happy) and 'make > depend', it ran for several minutes before stopping here: > > --snip-- > make[

RE: Compile error in wine-1.1.1

2008-07-14 Thread Rolf Kalbermatter
George Dunlap [mailto:[EMAIL PROTECTED] wrote: > Downloaded wine-1.1.1.tar.bz2, and after unzipping, running > configure (which included adding some -dev libraries to make > it happy) and 'make depend', it ran for several minutes > before stopping here: > > --snip-- > make[2]: Leaving director

Re: Compile error in wine-1.1.1

2008-07-14 Thread Markus Hitter
Am 15.07.2008 um 01:13 schrieb George Dunlap: > Downloaded wine-1.1.1.tar.bz2, and after unzipping, running configure > (which included adding some -dev libraries to make it happy) [...] You need really a lot of packages: If it still doesn't work,

Compile error in wine-1.1.1

2008-07-14 Thread George Dunlap
Downloaded wine-1.1.1.tar.bz2, and after unzipping, running configure (which included adding some -dev libraries to make it happy) and 'make depend', it ran for several minutes before stopping here: --snip-- make[2]: Leaving directory `/home/dunlapg/src/wine-1.1.1/dlls/mswsock' make[2]: Entering d

Re: rpcrt4: Compile error

2008-07-07 Thread Lei Zhang
On Mon, Jul 7, 2008 at 6:24 PM, Austin Lund <[EMAIL PROTECTED]> wrote: > Does anyone else get the following compile error at commit > 2734fb44e0f4065179044b9eb93f87a7630f292d: > > make[2]: Entering directory `/home/lund/src/wine/wine-git/dlls/rpcrt4' > make[2]:

rpcrt4: Compile error

2008-07-07 Thread Austin Lund
Does anyone else get the following compile error at commit 2734fb44e0f4065179044b9eb93f87a7630f292d: make[2]: Entering directory `/home/lund/src/wine/wine-git/dlls/rpcrt4' make[2]: *** No rule to make target `../../include/wine/rpcss_shared.h', needed by `ndr_contexthandle.o'

Re: qedit: fix compile error in qedit.rc

2008-04-09 Thread Dan Hipschman
On Wed, Apr 09, 2008 at 12:10:55PM -0500, Austin English wrote: > /* @makedep: test.avi */ > TEST_AVI_RES AVI_RES_TYPE test.avi > -/* @makedep: sound_test.avi */ > +/* @makedep: test_sound.avi */ > TEST_SOUND_AVI_RES AVI_RES_TYPE test_sound.avi Oops, sorry, and thanks for fixing it.

Re: Compile error with current git

2007-10-30 Thread Paul Vriens
Paul Vriens wrote: > Hi, > > Compiling gives (for me): > > [EMAIL PROTECTED] wine-git]$ cd /wine/wine-git/dlls/ntdll/ > [EMAIL PROTECTED] ntdll]$ make depend && make > ../../tools/makedep -C. -S../.. -T../.. actctx.c atom.c cdrom.c > critsection.c debugbuffer.c debugtools.c directory.c env.c er

Compile error with current git

2007-10-30 Thread Paul Vriens
Hi, Compiling gives (for me): [EMAIL PROTECTED] wine-git]$ cd /wine/wine-git/dlls/ntdll/ [EMAIL PROTECTED] ntdll]$ make depend && make ../../tools/makedep -C. -S../.. -T../.. actctx.c atom.c cdrom.c critsection.c debugbuffer.c debugtools.c directory.c env.c error.c exception.c file.c handletab

Re: IntelMac compile error

2007-10-21 Thread Steve Brown
On Sun, 21 Oct 2007, Hans Leidekker wrote: > On Sunday 21 October 2007 18:57:10 Steve Brown wrote: > >> mach.c:210: error: parse error before 'state' >> mach.c:211: error: 'state' undeclared (first use in this function) >> mach.c:245: error: 'x86_DEBUG_STATE32' undeclared (first use in this > > Se

Re: IntelMac compile error

2007-10-21 Thread Hans Leidekker
On Sunday 21 October 2007 18:57:10 Steve Brown wrote: > mach.c:210: error: parse error before 'state' > mach.c:211: error: 'state' undeclared (first use in this function) > mach.c:245: error: 'x86_DEBUG_STATE32' undeclared (first use in this See this bug: http://bugs.winehq.org/show_bug.cgi?id=7

IntelMac compile error

2007-10-21 Thread Steve Brown
Hi All, Trying to build Wine 0.9.47 on an Intel MacBook Pro (2.16GHz Core Duo) compilation stops at: mach.c: In function 'get_thread_context': mach.c:166: error: 'x86_debug_state32_t' undeclared (first use in this function) mach.c:166: error: (Each undeclared identifier is reported o

Re: dinput compile error

2007-08-20 Thread Vitaliy Margolen
Robert Reif wrote: Lei Zhang wrote: It sounds like you're missing the Linux kernel headers. On 8/20/07, Robert Reif <[EMAIL PROTECTED]> wrote: make[2]: Entering directory `/home/wine/wine/dlls/dinput' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -p

Re: dinput compile error

2007-08-20 Thread Robert Reif
Lei Zhang wrote: It sounds like you're missing the Linux kernel headers. On 8/20/07, Robert Reif <[EMAIL PROTECTED]> wrote: make[2]: Entering directory `/home/wine/wine/dlls/dinput' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-alia

Re: dinput compile error

2007-08-20 Thread Lei Zhang
It sounds like you're missing the Linux kernel headers. On 8/20/07, Robert Reif <[EMAIL PROTECTED]> wrote: > make[2]: Entering directory `/home/wine/wine/dlls/dinput' > gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ > -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wwrite-strin

dinput compile error

2007-08-20 Thread Robert Reif
make[2]: Entering directory `/home/wine/wine/dlls/dinput' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wwrite-strings -Wpointer-arith -g -O2 -o joystick_linuxinput.o joystick_linuxinput.c joystick_linuxinput.c:153: field `

Re: Freetype - Compile error when making a regression test

2006-06-28 Thread Augusto Arcoverde da Rocha
I found a way to fix this compile error. I have deinstalled the package freetype2-dev (freetype 2.2.1) from my Debian system and I got a "build complete" with the package libttf-dev (freetype 1.5) already installed on my system. It seems to be a conflict between two installed heade

Freetype - Compile error when making a regression test

2006-06-28 Thread Augusto Arcoverde da Rocha
Hi all, I'm here again with a little question about my dispersed efforts over Wine development. Now I'm trying to make some regression tests to identify when Lotus Notes started to show blank squares rather than icons for attachments. And by this way I get some errors compiling (see bellow) Win

Re: compile error

2006-04-21 Thread Stefan Leichter
Am Freitag, 21. April 2006 22:22 schrieb Jacek Caban: > Stefan Leichter wrote: > > Hi, > > > > i am getting a compile error on current cvs. Does anyone else seeing this > > problem e.g. on git ? > > Does the attached patch help? > > Jacek Yes, it helps. Thank you Bye Stefan

Re: compile error

2006-04-21 Thread Jacek Caban
Stefan Leichter wrote: Hi, i am getting a compile error on current cvs. Does anyone else seeing this problem e.g. on git ? Does the attached patch help? Jacek diff --git a/tools/widl/parser.y b/tools/widl/parser.y index 9f288bf..4f3ed57 100644 --- a/tools/widl/parser.y +++ b/tools/widl

compile error

2006-04-21 Thread Stefan Leichter
Hi, i am getting a compile error on current cvs. Does anyone else seeing this problem e.g. on git ? My system is SuSE Linux 9.0 Bye Stefan bison -d -t ../../../wine/tools/widl/parser.y -o parser.tab.c ../../../wine/tools/widl/parser.y:283.11: parse error, unexpected ":", expect

Re: compile error

2006-04-04 Thread Tom Spear
On 4/4/06, MF <[EMAIL PROTECTED]> wrote: Hi Tom,After make depend,  last lines give this message:quoteld: Relocatable linking with relocations from format elf64-x86-64 (/usr/lib/libsicuuc.a(ubidi.ao)) to format elf32-i386 (gdi32.UrlAln.o)is not supportedwinebuild: ld -m elf_i386 -r failed with stat

Re: compile error

2006-04-04 Thread Andreas Mohr
Hi, On Tue, Apr 04, 2006 at 01:13:09AM +0200, MF wrote: > I reattach the config.log Whoa, that's 838kB, could you *please* gzip it before attaching? (probably like 50kB or so then) I don't have any trouble with large mails, but many other people do. What about the wine-devel mail size limit? I r

Re: compile error

2006-04-04 Thread Tom Spear (Dustin Booker, Dustin Navea)
MF wrote: Tom, Robert, First and above all thanks for your kind answers. First time I post for help (I usually get myself out of trouble by reading other people's q&a) and I was touched by the "net magic"... Installing the ia32-libs-dev package and running the uninstall / install procedure supr

Re: compile error

2006-04-02 Thread Robert Shearman
MF wrote: configure:1862: gcc -m32 -V &5 gcc: '-V' must come at the start of the command line configure:1865: $? = 1 configure:1888: checking for C compiler default output file name configure:1891: gcc -m32conftest.c >&5 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.0.

Re: compile error

2006-04-02 Thread Tom Spear (Dustin Booker, Dustin Navea)
MF wrote: Hi, System: Dell Power Edge 830, Intel Dual Core, Linux Ubuntu 5.10, 64 bits version Tried to compile Wine with the ./tools/wineinstall as per recommended procedure in readme file, from sources package downloaded with apt-get build-dep wine and apt-get --build source wine wich did not

compile error

2006-04-02 Thread MF
Hi, System: Dell Power Edge 830, Intel Dual Core, Linux Ubuntu 5.10, 64 bits version Tried to compile Wine with the ./tools/wineinstall as per recommended procedure in readme file, from sources package downloaded with apt-get build-dep wine and apt-get --build source wine wich did not go 100% wel

Re: [D3D8] fix compile error for missing GL define

2006-01-18 Thread H. Verbeet
On 18/01/06, Robert Reif <[EMAIL PROTECTED]> wrote: > I don't know the best way to handle this but this patch does get it to > compile again. Fixing it that way makes it a compile time check instead of a runtime check. I think the idea was for d3d to check extension support during runtime. include

cross-compile error

2005-12-13 Thread Steven Edwards
Hi, When doing Cross-Compiles I am seeing this error ../../include/wine/exception.h:142: error: parse error before "sigjmp_buf" ../../include/wine/exception.h:142: warning: no semicolon at end of struct or union ../../include/wine/exception.h:146: error: parse error before '}' token ../../include/

Compile error in dlls/wininet/netconnection.c

2005-12-01 Thread Pavel Roskin
Hello, Robert! Your last change in dlls/wininet/netconnection.c breaks compilation without openssl: netconnection.c:246: error: syntax error before '*' token make: *** [netconnection.o] Error 1 It happens because check_hostname() uses an argument of unknown type X509. Also, check_hostname() is

Re: Compile error in dlls/wininet/netconnection.c

2005-12-01 Thread Robert Shearman
Pavel Roskin wrote: Hello, Robert! Your last change in dlls/wininet/netconnection.c breaks compilation without openssl: Sorry about that. I had tested compiling without openssl, but I made a last minute change to add that function that I didn't test. netconnection.c:246: error: syntax

Re: compile error: server/event.c

2005-11-09 Thread Sütő Gergely
Hali! This little patch answer a problem. (This is my first patch please check it!) Regards, Geri_ - ? patch.diff Index: include/winternl.h === RCS

Re: compile error: server/event.c

2005-11-08 Thread Sütő Gergely
Hali! > The line numbers are off. > > Can you check "cvs diff -u" if there is any conflict caused > by the cvs update? > > Ciao, Marcus I deleted all and I started from beginning. $ tar xvjf wine-0.9.tar.bz2 $ mv wine-0.9 wine $ tar xvzf wine-cvsdirs-0.9.tar.gz $ cd wine $ export CVSROOT=:pse

Re: compile error: server/event.c

2005-11-08 Thread Marcus Meissner
On Mon, Nov 07, 2005 at 08:31:19PM +0100, Sütő Gergely wrote: > Hello! > > (Sorry for my bad English.) > I have problem with compiling after cvs update. Please help! > > $ tar xvjf wine-0.9.tar.bz2 > $ mv wine-0.9 wine > $ tar xvzf wine-cvsdirs-0.9.tar.gz > $ cd wine > $ export CVSROOT=:pserver:[

Re: compile error: server/event.c

2005-11-08 Thread Kuba Ober
> I have problem with compiling after cvs update. Please help! > > $ tar xvjf wine-0.9.tar.bz2 > $ mv wine-0.9 wine > $ tar xvzf wine-cvsdirs-0.9.tar.gz > $ cd wine > $ export CVSROOT=:pserver:[EMAIL PROTECTED]:/home/wine > $ cvs login > $ cvs update -PAd > $ ./configure Aren't one supposed to reg

compile error: server/event.c

2005-11-07 Thread Sütő Gergely
Hello! (Sorry for my bad English.) I have problem with compiling after cvs update. Please help! $ tar xvjf wine-0.9.tar.bz2 $ mv wine-0.9 wine $ tar xvzf wine-cvsdirs-0.9.tar.gz $ cd wine $ export CVSROOT=:pserver:[EMAIL PROTECTED]:/home/wine $ cvs login $ cvs update -PAd $ ./configure $ make dep

Re: Compile error: dlls/kernel/time.c

2005-10-30 Thread Vijay Kiran Kamuju
Well, if you could tell us what version of glibc broke it. We could fix it ine, by adding a check during configure. Thanks, vijay On 10/30/05, Ivan Gyurdiev <[EMAIL PROTECTED]> wrote: > I suspect a recent change in glibc (features.h) broke it... but > according to time.h, CLK_TCK is obsolete, and

Re: Compile error: dlls/kernel/time.c

2005-10-30 Thread Marcus Meissner
On Sun, Oct 30, 2005 at 01:57:54PM +0530, Vijay Kiran Kamuju wrote: > Well, if you could tell us what version of glibc broke it. We could > fix it ine, by adding a check during configure. glibc HEAD CVS (upcoming 2.4 release if it ever happens). And it does not need a configure check, since it is

Compile error: dlls/kernel/time.c

2005-10-29 Thread Ivan Gyurdiev
I suspect a recent change in glibc (features.h) broke it... but according to time.h, CLK_TCK is obsolete, and CLOCKS_PER_SEC is to be used instead. gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_KERNEL32_ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict

Re: Wine-20050830 Compile error

2005-08-30 Thread Brian Vincent
On 8/30/05, John Shillinglaw <[EMAIL PROTECTED]> wrote: > The bug system under winehq.org still seems to be down. It's fine. It's your DNS. -Brian

Wine-20050830 Compile error

2005-08-30 Thread John Shillinglaw
Hello, I just answered my own question, after emerging openldap, the error went away. Someone might have mentioned before, there needs to be a configure test for this... John P.S. The bug system under winehq.org still seems to be down. After getting the lastest tar, I get the following error:

Re: Wine-20050830 Compile error

2005-08-30 Thread Pavel Troller
> Hello, > > After getting the lastest tar, I get the following error: > > gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ > -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 > -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o add.o add.c > In file included from ad

Wine-20050830 Compile error

2005-08-30 Thread John Shillinglaw
Hello, After getting the lastest tar, I get the following error: gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o add.o add.c In file included from add.c:39: winldap_

Re: compile error in current cvs

2005-08-12 Thread Stefan Leichter
Am Freitag, 12. August 2005 08:50 schrieb Mike McCormack: > > I'm not really sure why your pkg-config doesn't know about libxml2, and > I'm not sure why you have /usr/include/libxml/parser.h... maybe you > added a symlink to /usr/include/libxml -> libxml2/libxml to solve a > earlier compile problem

Re: compile error in current cvs

2005-08-11 Thread Mike McCormack
Stefan Leichter wrote: pkg-config --libs libxml-2.0 Package libxml-2.0 was not found in the pkg-config search path. I'm not really sure why your pkg-config doesn't know about libxml2, and I'm not sure why you have /usr/include/libxml/parser.h... maybe you added a symlink to /usr/include/lib

Re: compile error in current cvs

2005-08-11 Thread Stefan Leichter
Am Freitag, 12. August 2005 07:12 schrieb Mike McCormack: > > nothing changed. Here is the output of the grep on my config.status after > > doing "../wine/configure && make depend && make" (i am doing "out of > > tree" builds) > > > > s,@XML2LIBS@,,;t t > > s,@XML2INCL@,,;t t > > ${ac_dA}HAVE_LIBXM

Re: compile error in current cvs

2005-08-11 Thread Mike McCormack
nothing changed. Here is the output of the grep on my config.status after doing "../wine/configure && make depend && make" (i am doing "out of tree" builds) s,@XML2LIBS@,,;t t s,@XML2INCL@,,;t t ${ac_dA}HAVE_LIBXML2${ac_dB}HAVE_LIBXML2${ac_dC}1${ac_dD} ${ac_uA}HAVE_LIBXML2${ac_uB}HAVE_LIBXML2

Re: compile error in current cvs

2005-08-11 Thread Stefan Leichter
Am Donnerstag, 11. August 2005 10:30 schrieb Mike McCormack: > Stefan Leichter wrote: > > current cvs does not compile for me. Im on SuSE 9.0. > > Hi Stefan, > > Could you please try running "./configure && make depend && make" again, > and if that doesn't work, let me know what the output of the f

Re: compile error in current cvs

2005-08-11 Thread Mike McCormack
Stefan Leichter wrote: current cvs does not compile for me. Im on SuSE 9.0. Hi Stefan, Could you please try running "./configure && make depend && make" again, and if that doesn't work, let me know what the output of the following command is: grep XML2 config.status For me it looks like

compile error in current cvs

2005-08-10 Thread Stefan Leichter
Hello, current cvs does not compile for me. Im on SuSE 9.0. gcc -c -I../../../wine/dlls/msxml3 -I. -I../../../wine/include -I../../include -D__WINESRC__ -DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o ms

Re: compile error in current cvs

2005-08-08 Thread Adam D. Moss
Jacek Caban wrote: Hello. Stefan Leichter wrote: Am Freitag, 5. August 2005 09:05 schrieben Sie: Hello Mike, after removing the link /usr/include/libxml my config.log has ac_cv_lib_xml2_xmlReadIO=no the patch fixes the problem with the missing header but compiling fails still with:

Re: compile error in current cvs

2005-08-06 Thread Jacek Caban
Jacek Caban wrote: Hello. Stefan Leichter wrote: Am Freitag, 5. August 2005 09:05 schrieben Sie: Hello Mike, after removing the link /usr/include/libxml my config.log has ac_cv_lib_xml2_xmlReadIO=no the patch fixes the problem with the missing header but compiling fails still with:

Re: compile error in current cvs

2005-08-06 Thread Jacek Caban
Hello. Stefan Leichter wrote: Am Freitag, 5. August 2005 09:05 schrieben Sie: Hello Mike, after removing the link /usr/include/libxml my config.log has ac_cv_lib_xml2_xmlReadIO=no the patch fixes the problem with the missing header but compiling fails still with: Attached patch i

Re: compile error in current cvs

2005-08-06 Thread Stefan Leichter
Am Freitag, 5. August 2005 09:05 schrieben Sie: > current cvs does not compile for me. Im on SuSE 9.0 > >> > >>In Gentoo you need to create link: > >>/usr/include/libxml -> /usr/include/libxml2/libxml > > Please try the attached fix, and let me know if it works... > > Also check your config.log

Re: compile error in current cvs

2005-08-04 Thread Stefan Leichter
Am Donnerstag, 4. August 2005 21:02 schrieb Jacek Caban: > Michael Jung wrote: > >On Thursday 04 August 2005 18:35, Stefan Leichter wrote: > >>current cvs does not compile for me. Im on SuSE 9.0 > > > >This seems to be a missing configure check for the libxml2 development > >headers. For a quick fi

Re: compile error in current cvs

2005-08-04 Thread Jacek Caban
Michael Jung wrote: On Thursday 04 August 2005 18:35, Stefan Leichter wrote: current cvs does not compile for me. Im on SuSE 9.0 This seems to be a missing configure check for the libxml2 development headers. For a quick fix on Debian sarge you can install the libxml2-dev package.

Re: compile error in current cvs

2005-08-04 Thread Michael Jung
On Thursday 04 August 2005 18:35, Stefan Leichter wrote: > current cvs does not compile for me. Im on SuSE 9.0 This seems to be a missing configure check for the libxml2 development headers. For a quick fix on Debian sarge you can install the libxml2-dev package. Bye, -- Michael Jung [EMAIL PR

Re: compile error in current cvs

2005-08-04 Thread Christian Britz
Stefan Leichter wrote: > Hello, > > current cvs does not compile for me. Im on SuSE 9.0 Hi, I can't acknowledge that for the sources I pulled at 19:00 CET from the EU cvs on Debian 3.1. Christian

compile error in current cvs

2005-08-04 Thread Stefan Leichter
Hello, current cvs does not compile for me. Im on SuSE 9.0 Bye Stefan make[2]: Entering directory `/usr/src/wine/wine-build/dlls/msxml3' gcc -c -I../../../wine/dlls/msxml3 -I. -I../../../wine/include -I../../include -D__WINESRC__ -DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -mpreferred-

Re: [comp.emulators.ms-windows.wine] compile error with today's cvs

2005-07-14 Thread Marcus Meissner
On Thu, Jul 14, 2005 at 10:11:31AM +0200, Ferenc Wagner wrote: > FYI: > > From: "Eike Lantzsch, ZP6CGE" <[EMAIL PROTECTED]> > Date: Wed, 13 Jul 2005 11:59:36 -0400 > Message-ID: <[EMAIL PROTECTED]> > > I get errors when compiling current cvs. > > .../wine# /wine/dlls/crypt32/tests/main.c:148: >

[comp.emulators.ms-windows.wine] compile error with today's cvs

2005-07-14 Thread Ferenc Wagner
FYI: From: "Eike Lantzsch, ZP6CGE" <[EMAIL PROTECTED]> Date: Wed, 13 Jul 2005 11:59:36 -0400 Message-ID: <[EMAIL PROTECTED]> I get errors when compiling current cvs. .../wine# /wine/dlls/crypt32/tests/main.c:148: undefined reference to `CertFindAttribute' .../wine/dlls/crypt32/tests/encode.c:54

re: Another day, another compile error.

2005-06-09 Thread Dan Kegel
Hans wrote: dialog.c:516: internal compiler error: in gimple_add_tmp_var, at gimplify.c:532 I am running Fedora Core 4 Test3 with gcc-4.0.0-11 ... The preprocessed source is an 1MB file, so I will send it to anyone that request it via direct email. You might try seeing whether gcc-4.0.1-rc1 s

Re: Another day, another compile error.

2005-06-09 Thread Juan Lang
Hi Hans, > dialog.c:516: internal compiler error: in gimple_add_tmp_var, at > gimplify.c:532 > Please submit a full bug report, > with preprocessed source if appropriate. As the error implies, this is a bug in gcc, not in Wine. Please report to the gcc folks. --Juan __

Re: Another day, another compile error.

2005-06-09 Thread Mike McCormack
Hans Kristian Rosbach wrote: gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o dialog.o dialog.c dialog.c: In function ‘msi_dialog_scrolltext_control’: dialog.c:516: i

Another day, another compile error.

2005-06-09 Thread Hans Kristian Rosbach
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o dialog.o dialog.c dialog.c: In function ‘msi_dialog_scrolltext_control’: dialog.c:516: internal compiler error: in gimpl

Re:dlls/glu32 compile error

2004-03-16 Thread Peter Hyman
Kernel 2.6.4 gcc = 3.2.3 The following compile time error occurs: clip... Needed to recheck from cvs. update did not work right. Now, however, I have the same problem as Tom Williams did with Kernel 2.6.3 and the include files using type __u32, etc. http://www.winehq.org/hypermail/wine-devel/2

Re: dlls/glu32 compile error

2004-03-15 Thread Alexandre Julliard
Peter Hyman <[EMAIL PROTECTED]> writes: > The following compile time error occurs: > > make[2]: Entering directory `/mnt/src/src/wine/dlls/glu32' > gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -D__WINESRC__ > -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno

dlls/glu32 compile error

2004-03-15 Thread Peter Hyman
Kernel 2.6.4 gcc = 3.2.3 The following compile time error occurs: make[2]: Entering directory `/mnt/src/src/wine/dlls/glu32' gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstab

[cvs compile error in for MSI dll]

2003-09-11 Thread Evalet Olivier
I have to modify the *.c files (from the MSI dll) by adding this: #include Is this my configuration which is wrong? Olivier -- www.programmers.ch