Re: [Gnash-dev] [PATCH] Fix build with libtool2

2010-01-30 Thread Rob Savoye
On 01/28/10 08:03, and...@amigasoft.net wrote: On *unix: ltmain.sh (GNU libtool) 2.2.6b On Cygwin: libtool (GNU libtool 1.3140 2009-12-30) 2.2.7a ltdlver=`${LIBTOOLIZE:-libtoolize} --version | head -1 | cut -d ' ' -f 4` ltdlmajor=`echo $ltdlver | cut -d '.' -f 1` are wrong since they

Re: [Gnash-dev] [PATCH] Fix build with libtool2

2010-01-28 Thread and...@amigasoft.net
no way.. Always the same error But just two simple questions. Did you try the static link instead of shared one? and i'm not so sure that libtool version 2 is recognized correctly by the autogen script on cygwin. it is seems like version 1 is always recognized. Did you check this? Well,

Re: [Gnash-dev] [PATCH] Fix build with libtool2

2010-01-25 Thread Andrea Palmatè
Il 21/01/2010 16.45, Rob Savoye ha scritto: On 01/15/10 02:36, Andrea Palmatè wrote: libtool: link: cannot find the library `../libltdl/libltdlc.la' or unhandled argument `../libltdl/libltdlc.la' It is searching the lib always in libltdl directory I believe I just fixed this as

Re: [Gnash-dev] [PATCH] Fix build with libtool2

2010-01-21 Thread Rob Savoye
On 01/15/10 02:36, Andrea Palmatè wrote: libtool: link: cannot find the library `../libltdl/libltdlc.la' or unhandled argument `../libltdl/libltdlc.la' It is searching the lib always in libltdl directory I believe I just fixed this as of revno #11788. Can you try again ? At least for me,

Re: [Gnash-dev] [PATCH] Fix build with libtool2

2010-01-15 Thread Andrea Palmatè
Il 14/01/2010 22.47, Rob Savoye ha scritto: On 01/13/10 03:59, Gwenole Beauchesne wrote: I believed I fixed the libtool problem as of revno #11749. I dropped the support for the installable libltdl, as we only build the convenience library (static) for both libtool 1.5 and 2.x. My Cygwin build

Re: [Gnash-dev] [PATCH] Fix build with libtool2

2010-01-14 Thread Rob Savoye
On 01/13/10 03:59, Gwenole Beauchesne wrote: I believed I fixed the libtool problem as of revno #11749. I dropped the support for the installable libltdl, as we only build the convenience library (static) for both libtool 1.5 and 2.x. My Cygwin build is still going, but it got past that point

Re: [Gnash-dev] [PATCH] Fix build with libtool2

2010-01-13 Thread Andrea Palmatè
Il 13/01/2010 9.35, Gwenole Beauchesne ha scritto: Hi, Le 12 janv. 10 à 23:41, Gwenole Beauchesne a écrit : This happens because I built gnash in a different builddir than $(top_srcdir)/. e.g. objs.vaapi-agg/ in the $(top_srcdir)/ It seems this was a stupid local problem, but the patch

Re: [Gnash-dev] [PATCH] Fix build with libtool2

2010-01-13 Thread Gwenole Beauchesne
Hi, Le 13 janv. 10 à 11:39, Andrea Palmatè a écrit : Il 13/01/2010 9.35, Gwenole Beauchesne ha scritto: Hi, Le 12 janv. 10 à 23:41, Gwenole Beauchesne a écrit : This happens because I built gnash in a different builddir than $ (top_srcdir)/. e.g. objs.vaapi-agg/ in the $(top_srcdir)/ It

Re: [Gnash-dev] [PATCH] Fix build with libtool2

2010-01-12 Thread Rob Savoye
Gwenole Beauchesne wrote: Current trunk doesn't build on my Ubuntu 9.04 system with libtool 2.2.6a. Well, you don't strictly notice this problem with the original trunk but manual inspection of libbase/Makefile.am reveals that some variables like noinst_HEADERS are only available in the

Re: [Gnash-dev] [PATCH] Fix build with libtool2

2010-01-12 Thread Andrea Palmatè
Il 12/01/2010 16.59, Rob Savoye ha scritto: Gwenole Beauchesne wrote: Current trunk doesn't build on my Ubuntu 9.04 system with libtool 2.2.6a. Well, you don't strictly notice this problem with the original trunk but manual inspection of libbase/Makefile.am reveals that some variables like

Re: [Gnash-dev] [PATCH] Fix build with libtool2

2010-01-12 Thread Gwenole Beauchesne
Hi, Le 12 janv. 10 à 00:44, Gwenole Beauchesne a écrit : Current trunk doesn't build on my Ubuntu 9.04 system with libtool 2.2.6a. Well, you don't strictly notice this problem with the original trunk but manual inspection of libbase/Makefile.am reveals that some variables like