Re: w32 pending?

2010-09-23 Thread Vincent Torri
/build/root/mingw/lib/ (*) I assume you're using a native non-multilib toolchain (you didn't specify). It's native (I use the linux version of the mingw-w64 toolchain). But I don't know what multilib means :-) thank you Vincent Torri

Re: [PATCH] tests: import variables for MSVC.

2010-09-23 Thread Vincent Torri
what you do, with just an additional else in DLL_EXPORT case, without your #ifndef. works fine with gcc (mingw, mingw-w64, mingw32ce) and vc++ hth Vincent Torri

Re: w32 pending?

2010-09-16 Thread Vincent Torri
On Thu, 16 Sep 2010, Ralf Wildenhues wrote: Hello Chuck and Peter, do I see it right that there are no pending w32 patches for before the next Libtool release any more (after the one I just acked)? there is a mingw-w64 issue i have mentioned 2 times, with a debug log of libtool. Vincent

Re: w32 pending?

2010-09-16 Thread Vincent Torri
On Thu, 16 Sep 2010, Ralf Wildenhues wrote: Hello Vincent, * Vincent Torri wrote on Thu, Sep 16, 2010 at 09:52:39PM CEST: On Thu, 16 Sep 2010, Ralf Wildenhues wrote: do I see it right that there are no pending w32 patches for before the next Libtool release any more (after the one I just

Re: [PATCH] [cygwin] Minor sysroot fixups.

2010-08-28 Thread Vincent Torri
} in #( yes) if test $GCC = yes; then - lt_sysroot=`$GCC --print-sysroot 2/dev/null` + lt_sysroot=`$CC --print-sysroot 2/dev/null` what is the interest of testing $GCC if you use $CC ? Vincent Torri fi ;; #( /*) diff --git a/tests/sysroot.at b/tests/sysroot.at index c0ac6d1

fix of the c wrapper for the cegcc hosts

2009-06-07 Thread Vincent Torri
Hey, here is a patch that does not generate the c wrapper when cegcc hosts (cegcc and mingw32ce) are used. regards Vincent Torridiff --git a/ChangeLog b/ChangeLog index e278549..cb6ac68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-06-07 Vincent Torri vtorri at univ-evry

Re: libtool wrapper: mingw32ce does not support errno

2008-10-09 Thread Vincent Torri
On Thu, 9 Oct 2008, Ralf Wildenhues wrote: Hello Vincent, * Vincent Torri wrote on Thu, Oct 09, 2008 at 07:02:56AM CEST: here is a patch that removes compilation errors with mingw32ce because it does not support the errno system. Is __MINGW32CE__ even defined for that system? Because

libtool wrapper: mingw32ce does not support errno

2008-10-08 Thread Vincent Torri
hey, here is a patch that removes compilation errors with mingw32ce because it does not support the errno system. I don't know if it is the best solution, but it is working for me. So if you have a better solution, feel free to modify that patch thank you Vincent Torridiff --git

Re: problem when cross compiling with mingw32ce

2008-10-05 Thread Vincent Torri
On Sun, 5 Oct 2008, Ralf Wildenhues wrote: * Vincent Torri wrote on Sun, Oct 05, 2008 at 08:00:15PM CEST: If with those settings, things still fail, you should surround the func_win32_libid code in your libtool script with 'set -x', 'set +x' and look at the commands called, when 'libtool

Re: add cegcc support

2008-04-19 Thread Vincent Torri
change. It is on purpose. I've removed the spaces in the attached patch. regards Vincent Torri? libtool_cegcc.diff ? libtool_cegcc2.diff ? lt.diff ? patch_libtool_cvs.diff ? tests/testsuite.dir Index: libltdl/config/ltmain.m4sh

Re: add cegcc support

2008-04-18 Thread Vincent Torri
symbol `evas_cache_image_colorspace' and the same undefined ref for other symbols Is it related ? thank you Vincent Torri

Re: add cegcc support

2008-04-17 Thread Vincent Torri
The README file explains it: run make check VERBOSE=yes TESTS=tests/demo-shared.test tests/demo-make.test tests/demo-exec.test Also, please run the other half of the tests (the new testsuite) using make check-local and post tests/testsuite.log, please. You can run both with make -k check.

Re: add cegcc support

2008-04-15 Thread Vincent Torri
? thank you Vincent Torri PASS: tests/link.test PASS: tests/link-2.test PASS: tests/nomode.test PASS: tests/objectlist.test PASS: tests/quote.test PASS: tests/sh.test PASS: tests/suffix.test PASS: tests/tagtrace.test PASS: tests/cdemo-static.test PASS: tests/cdemo-make.test SKIP: tests/cdemo-exec.test

Re: add cegcc support

2008-04-14 Thread Vincent Torri
, as there are too much differences between cvs and libtool 2.2.2 and the patch can't apply to that version Should I make the diff wrt libtool 2.2.2 ?? That would be strange Vincent Torri