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
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
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
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
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
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
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
"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
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/
"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
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
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
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
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
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
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
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=..
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
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
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
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]
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:
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-
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
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
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
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
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.
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
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
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'?
> 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
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
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
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/../../../.
35 matches
Mail list logo