Re: [PATCH 3/4] Uniform const'ness of symlist variable lt_preloaded_symbols.

2010-08-28 Thread Vincent Torri
ghout. _WIN32 is what is defined everywhere, indeed. Vincent Torri

Re: [PATCH 3/4] Uniform const'ness of symlist variable lt_preloaded_symbols.

2010-08-28 Thread Vincent Torri
On Sat, 28 Aug 2010, Charles Wilson wrote: On 8/28/2010 11:43 AM, Vincent Torri wrote: On Sat, 28 Aug 2010, Charles Wilson wrote: On 8/28/2010 9:21 AM, Ralf Wildenhues wrote: [__WINDOWS__, __CYGWIN__, _WIN32_WCE]: Define LT_DLSYM_CONST I don't think __WINDOWS__ is the correct s

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/

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: w32 pending?

2010-09-23 Thread Vincent Torri
64-mingw32/lib/:/buildslaves/mingw-w64/linux-x86-x86_64/build/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
t.org/e/browser/trunk/PROTO/evil/src/lib/Evil.h#L7 It's 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

add cegcc support

2008-04-13 Thread Vincent Torri
Hey, Here is a patch to make libtool support the cegcc compiler. The patch is made wrt the latest cvs. best regards Vincent Torri ? libtool_cegcc.diff Index: ChangeLog === RCS file: /sources/libtool/libtool/ChangeLog,v

Re: add cegcc support

2008-04-13 Thread Vincent Torri
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

Re: add cegcc support

2008-04-15 Thread Vincent Torri
utput ? 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

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 chec

Re: add cegcc support

2008-04-17 Thread Vincent Torri
ocation truncated to fit: ARM_26 against undefined 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-19 Thread Vincent Torri
same results than with the previous patch. regards Vincent Torri? libtool_cegcc.diff ? libtool_cegcc2.diff ? lt.diff ? patch_libtool_cvs.diff ? tests/testsuite.dir Index: libltdl/config/ltmain.m4sh === RCS file: /sources/libtool/libtool

Re: add cegcc support

2008-04-19 Thread Vincent Torri
-only 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/l

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 c

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 a/libltdl

Re: libtool wrapper: mingw32ce does not support errno

2008-10-08 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

Re: libtool wrapper: mingw32ce does not support errno

2008-10-09 Thread Vincent Torri
On Thu, 9 Oct 2008, Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Vincent Torri on 10/9/2008 12:22 AM: You've gone this far now, how about you try to redo the patch based on the comment above, then try to write a ChangeLog entry for it, too, and then we

Re: support for ports in libtool (was: libtool wrapper: mingw32ce does not support errno)

2008-10-15 Thread Vincent Torri
On Thu, 9 Oct 2008, Ralf Wildenhues wrote: Hello Vincent, Eric, all, * Vincent Torri wrote on Thu, Oct 09, 2008 at 03:08:20PM CEST: On Thu, 9 Oct 2008, Eric Blake wrote: According to Vincent Torri on 10/9/2008 12:22 AM: You've gone this far now, how about you try to redo the patch

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 + + Fix C wrapper