Re: [ft-devel] autogen.sh

2008-11-08 Thread Werner LEMBERG
I think you want to call aclocal _after_ libtoolize in autogen.sh. (I'd also add AC_CONFIG_MACRO_DIR([m4]) to builds/unix/configure.raw with associated -I m4 to aclocal) Sorry for the late reply, Can you provide a fix? Werner ___

Re: [ft-devel] autogen.sh

2008-11-08 Thread mpsuzuki
On Sat, 08 Nov 2008 09:37:16 +0100 (CET) Werner LEMBERG [EMAIL PROTECTED] wrote: I think you want to call aclocal _after_ libtoolize in autogen.sh. (I'd also add AC_CONFIG_MACRO_DIR([m4]) to builds/unix/configure.raw with associated -I m4 to aclocal) Sorry for the late reply, Can you

Re: [ft-devel] ft_setjmp in Codewarrior

2008-11-08 Thread mpsuzuki
On Sat, 08 Nov 2008 17:13:14 +0100 (CET) Werner LEMBERG [EMAIL PROTECTED] wrote: a) Compile ftobjs.c (or ftbase.c) with -relax_pointers. b) Insert #pragma mpwc_relax with appropriate conditionals (to avoid this pragma to other compilers). c) Use volatile void* instead of volatile