make crosstest fails for _fseeki64 and _ftelli64

2010-11-03 Thread Eryk Wieliczko
I am working on a test for _fseeki64 and _ftelli64. brutalcompu...@brutalcomputer-laptop:~/wine-git/dlls/msvcrt/tests$ vim file.c brutalcompu...@brutalcomputer-laptop:~/wine-git/dlls/msvcrt/tests$ make crosstest i586-mingw32msvc-gcc -c -I. -I. -I../../../include -I../../../include -I

Re: make crosstest issue

2010-02-03 Thread Christian Costa
No. I retried from top and it works fine. Thanks. Christian Charles Davis a écrit : Christian Costa wrote: Hi, make crosstest gives the following output : ../../../tools/winegcc/winegcc -b i586-mingw32msvc -B../../../tools/winebuild --sysroot=../../.. --lib-suffix=.cross.a d3drm.cross.o

Re: make crosstest issue

2010-02-03 Thread Paul Vriens
On 3 feb 2010, at 23:02, Christian Costa wrote: Hi, make crosstest gives the following output : ../../../tools/winegcc/winegcc -b i586-mingw32msvc -B../../../tools/ winebuild --sysroot=../../.. --lib-suffix=.cross.a d3drm.cross.o vector.cross.o testlist.cross.o -o d3drm_crosstest.exe

Re: make crosstest issue

2010-02-03 Thread Charles Davis
Christian Costa wrote: > Hi, > > make crosstest gives the following output : > > ../../../tools/winegcc/winegcc -b i586-mingw32msvc > -B../../../tools/winebuild --sysroot=../../.. --lib-suffix=.cross.a > d3drm.cross.o vector.cross.o testlist.cross.o -o d3drm_crosstest.exe

make crosstest issue

2010-02-03 Thread Christian Costa
Hi, make crosstest gives the following output : ../../../tools/winegcc/winegcc -b i586-mingw32msvc -B../../../tools/winebuild --sysroot=../../.. --lib-suffix=.cross.a d3drm.cross.o vector.cross.o testlist.cross.o -o d3drm_crosstest.exe -lkernel32 /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj

Failing make crosstest

2008-07-21 Thread Adam Petaccia
For me make crosstest fails on comctl32, is anyone else seeing this? Or have I missed a secret step? make[2]: Entering directory `/usr/local/src/cvs/wine/dlls/comctl32/tests' i586-mingw32msvc-windres -i rsrc.res -o rsrc.res.cross.o i586-mingw32msvc-windres: rsrc.res: Not a valid WIN32 res

Re: Unable to make crosstest for mlang/tests

2008-07-03 Thread John Klehm
On Thu, Jul 3, 2008 at 11:22 AM, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > "John Klehm" <[EMAIL PROTECTED]> writes: > >> Add your fix to w32api (mingws headers) with a patch or use wines >> headers to cross compile. If you patch w32api send your patch to Paul >> Millar. If you want to use Wi

Re: Unable to make crosstest for mlang/tests

2008-07-03 Thread Alexandre Julliard
"John Klehm" <[EMAIL PROTECTED]> writes: > Add your fix to w32api (mingws headers) with a patch or use wines > headers to cross compile. If you patch w32api send your patch to Paul > Millar. If you want to use Wine's headers try my script. > > http://klehm.net/wine/crossbuild_tricks.sh. Note tha

Re: Unable to make crosstest for mlang/tests

2008-07-03 Thread John Klehm
On Thu, Jul 3, 2008 at 9:47 AM, Vitaly Perov <[EMAIL PROTECTED]> wrote: > "make" command works, but when I try "make crosstest" the following message > appears: > mlang.cross.o: In function `func_mlang': > /home/vitperov/Projects/wine/dlls/mlang/

Unable to make crosstest for mlang/tests

2008-07-03 Thread Vitaly Perov
"make" command works, but when I try "make crosstest" the following message appears: mlang.cross.o: In function `func_mlang': /home/vitperov/Projects/wine/dlls/mlang/tests/mlang.c:831: undefined reference to `_IID_IMultiLanguage2' /home/vitperov/Projects/win

Re: make crosstest - a catastrophic saga

2007-10-15 Thread Hans Leidekker
On Monday 15 October 2007 19:24:27 Pedro Araújo wrote: > I've been consistently failing to 'make crosstest'... I've already tried my > distro's repositories, Hans Leidekker's patches, all to no avail. I wish I You need more patches ;) Wine tests are a fast mo

make crosstest - a catastrophic saga

2007-10-15 Thread Pedro Araújo
Hi all, I've been consistently failing to 'make crosstest'... I've already tried my distro's repositories, Hans Leidekker's patches, all to no avail. I wish I could use the test suite, but I need some custom local tests and therefore I need to be able to build w

Re: make crosstest is missing -lcabinet

2007-09-18 Thread Pedro Araújo
On 9/17/07, John Klehm <[EMAIL PROTECTED]> wrote: > Sounds like you need to patch your mingw w32api (not surprising as the > way it comes is way out of sync with wine). > > These pages should help you: > [1] http://www.winehq.org/site/docs/winedev-guide/cross-compiling-tests > [2] http://www.winehq

Re: make crosstest is missing -lcabinet

2007-09-17 Thread John Klehm
On 9/17/07, Pedro Araújo <[EMAIL PROTECTED]> wrote: > Hi all, > > I've been trying to cross-compile the Wine tests, but I keep getting this > error: > > $ ./configure && make crosstest > [SNIP] > i586-mingw32msvc-gcc advpack.cross.o files.cr

make crosstest is missing -lcabinet

2007-09-17 Thread Pedro Araújo
Hi all, I've been trying to cross-compile the Wine tests, but I keep getting this error: $ ./configure && make crosstest [SNIP] i586-mingw32msvc-gcc advpack.cross.o files.cross.o install.cross.o testlist.cross.o -o advpack_crosstest.exe -lcabinet -luser32 -ladvapi32 -lkernel32 /usr

Re: make crosstest broken (tmarshal)

2007-01-25 Thread Alexandre Julliard
Stefan Leichter <[EMAIL PROTECTED]> writes: > Checking the _unix_build_ i find the missing stdole2.tlb in > ./dlls/stdole2.tlb > and ./include/stdole2.tlb. When doing the cross compile the one in the > include directory not generated. It is generated just fine for me. Make sure you don't have

Re: make crosstest broken (tmarshal)

2007-01-25 Thread Stefan Leichter
Am Thursday 25 January 2007 13:08 schrieb Alexandre Julliard: > Stefan Leichter <[EMAIL PROTECTED]> writes: > > What parameters do i need to pass to configure for this case. If i do > > it like Paul Millar descripted it > > > > ../wine-git/configure --host=i586-mingw32msvc \ > > -with-wine-tools=..

Re: make crosstest broken (tmarshal)

2007-01-25 Thread Alexandre Julliard
Stefan Leichter <[EMAIL PROTECTED]> writes: > What parameters do i need to pass to configure for this case. If i do > it like Paul Millar descripted it > > ../wine-git/configure --host=i586-mingw32msvc \ > -with-wine-tools=../wine-build That should work. Make sure you don't have a tmarshal.h in t

Re: make crosstest broken (tmarshal)

2007-01-25 Thread Paul Vriens
mingw : the cross compile build If you are doing a cross-compile build then you don't need to use crosstest, a simple make will build the tests as PE binaries. "make crosstest" is meant for people who want to quickly build a PE test inside the normal tree, without the complexity of a

Re: make crosstest broken (tmarshal)

2007-01-25 Thread Stefan Leichter
build If you are doing a cross-compile build then you don't need to use crosstest, a simple make will build the tests as PE binaries. "make crosstest" is meant for people who want to quickly build a PE test inside the normal tree, without the complexity of a separate build tree. Wh

Re: make crosstest broken (tmarshal)

2007-01-25 Thread Alexandre Julliard
If you are doing a cross-compile build then you don't need to use crosstest, a simple make will build the tests as PE binaries. "make crosstest" is meant for people who want to quickly build a PE test inside the normal tree, without the complexity of a separate build tree. -- Alexandre Julliard [EMAIL PROTECTED]

Re: make crosstest broken (tmarshal)

2007-01-25 Thread Michal Okresa
On Thursday 25 January 2007 07:51, Paul Vriens wrote: > as far as I can see it's not the fact that tmarshal.h is not there. It's > the fact it's not build, as the .idl files are there (on a clean Wine it's > not in the tests directory as well). On a 'normal' Wine-tree you will see > it being built:

Re: make crosstest broken (tmarshal)

2007-01-24 Thread Paul Vriens
Stefan Leichter wrote: Hello, the tmarshal tests broke cross compiling. Compiling fails for me with i586-mingw32msvc-gcc -c -I../../../../wine-git/dlls/oleaut32/tests -I. -I../../../../wine-git/include -I../../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-

make crosstest broken (tmarshal)

2007-01-24 Thread Stefan Leichter
Hello, the tmarshal tests broke cross compiling. Compiling fails for me with i586-mingw32msvc-gcc -c -I../../../../wine-git/dlls/oleaut32/tests -I. -I../../../../wine-git/include -I../../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strin

Re: configure.ac: Do not pass "-fPIC" to mingw for "make crosstest"

2006-09-13 Thread Detlef Riekenberg
On Mi, 2006-09-13 at 15:23 +0200, Detlef Riekenberg wrote: > When we do a "make crosstest" with mingw32msvc-gcc, > the compiler give a warning about "-fPIC" > > > Changelog: > - configure.ac: Do not pass "-fPIC" to mingw for "make crosstest

Re: make crosstest

2006-03-03 Thread Hans Leidekker
On Friday 03 March 2006 16:14, Saulius Krasuckas wrote: > -lkernel32 /usr/local/lib/gcc/i386-mingw32/3.4.4/libgcc.a: could not read > symbols: Archive has no index; run ranlib to add one Run this command: $ i386-mingw32-ranlib /usr/local/lib/gcc/i386-mingw32/3.4.4/libgcc.a There's something wr

make crosstest

2006-03-03 Thread Saulius Krasuckas
I am getting error with it: make[3]: Entering directory `/mnt/antras/usr/src/wine-git/dlls/advapi32/tests' i386-mingw32-gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o

Re: make crosstest link error

2004-09-02 Thread Francois Gouget
here the symbol is defined anyway. Sorry for the false alarm. Now 'make crosstest' compiles everything fine. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ War doesn't determine who's right. War determines who's left.

Re: make crosstest link error

2004-09-02 Thread Hans Leidekker
On Thursday 2 September 2004 13:26, Francois Gouget wrote: > Running make crosstest in dlls/mlang/tests I get: > > i586-mingw32msvc-gcc mlang.cross.o testlist.cross.o -o > mlang_crosstest.exe -lole32 -lgdi32 -lkernel32 -lntdll -luuid > mlang.cross.o(.text+0x469e): In funct

make crosstest link error

2004-09-02 Thread Francois Gouget
Running make crosstest in dlls/mlang/tests I get: i586-mingw32msvc-gcc mlang.cross.o testlist.cross.o -o mlang_crosstest.exe -lole32 -lgdi32 -lkernel32 -lntdll -luuid mlang.cross.o(.text+0x469e): In function `func_mlang': /home/fgouget/wine/dlls/mlang/tests/mlang.c:618: undefined referen

Re: make crosstest fails

2004-08-07 Thread Hans Leidekker
On Saturday 24 July 2004 01:18, Francois Gouget wrote: > Exactly. I got my libdxguid.a from the following URLs a couple of days > ago: > http://mirzam.it.vu.nl/mingw/ > > I thought that was the special 'Wine edition' MinGW library but > apparently not. Where can I find the special 'Wine edition'?

Re: make crosstest fails

2004-07-23 Thread Ivan Leo Puoti
> Or can we actually use this instead? > http://prdownloads.sourceforge.net/wine/wine-w32api-20040505.zip?download You should be able to use them, or I don't see the point of having them. Note that updated versions exist http://prdownloads.sourceforge.net/wine/wine-w32api-20040615.zip?download http

Re: make crosstest fails

2004-07-23 Thread Francois Gouget
On Fri, 23 Jul 2004, Robert Reif wrote: [...] > Wine dxguid used to include those IIDs but windows doesn't so I removed > them and fixed the files that used them to define the IIDs directly. Looks > like the same fix needs to be done to mingw [...] Exactly. I got my libdxguid.a from the following

Re: make crosstest fails

2004-07-23 Thread Robert Reif
Stefan Leichter wrote: Hello, building cross tests of current cvs fails for me with: i386-mingw32-gcc capture.cross.o ds3d.cross.o dsound.cross.o propset.cross.o testlist.cross.o -o dsound_crosstest.exe -ldsound -lole32 -luser32 -lkernel32 -ldxguid -luuid -ldxerr8 /usr/local/lib/gcc-lib/i386-min

make crosstest fails

2004-07-23 Thread Stefan Leichter
Hello, building cross tests of current cvs fails for me with: i386-mingw32-gcc capture.cross.o ds3d.cross.o dsound.cross.o propset.cross.o testlist.cross.o -o dsound_crosstest.exe -ldsound -lole32 -luser32 -lkernel32 -ldxguid -luuid -ldxerr8 /usr/local/lib/gcc-lib/i386-mingw32/3.2.3/../../../.