Le 14/03/2015 14:39, Lewis Balentine a écrit :
> I was just checking that ...
> --------------------------------
> Ref: http://gambas.sourceforge.net/en/main.html
> The following versions of GNU tools are needed:
>      automake 1.11.1
>      autoconf 2.68
>      libtool 2.4
> Compiling with older version may or may not work!
> -----------------------------------------
> $ automake --version
> automake (GNU automake) 1.14.1
>
> $ autoconf --version
> autoconf (GNU Autoconf) 2.69
>
> $ libtool --version
> libtool (GNU libtool) 2.4.2
> -----------------------------------------
> I think i found it in the source files:
> Reference: acinclude.m4, line 148
>
> I think that I found something about this error as well (not that I
> understand it):
> reference:
> ----
> http://www.gnu.org/software/libtool/manual/html_node/Distributing-libltdl.html
> Macro: LTDL_CONVENIENCE
> Macro: AC_LIBLTDL_CONVENIENCE
> These macros are deprecated, the ‘convenience’ option to LTDL_INIT
> should be used instead.
> ----
>
> Regards,
>
> Lewis
>

I think you can safely comment AC_LIBLTDL_CONVENIENCE (by adding "##" to 
the beginning of the line) in the 'acinclude.m4' file. It is actually 
useless.

Tell me if it works for you. I will make a 3.7.1 release with the fix in 
a few days.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to