pipelka / xbmc-addon-xvdr

DISCONTINUED - Standalone XVDR addon for XBMC
GNU General Public License v2.0
43 stars 16 forks source link

MAC OS X KODI 14.2 xVDR Addon does not work #156

Open Falcon66 opened 9 years ago

Falcon66 commented 9 years ago

Hello,

many thanks for the great xVDR addon/plugin.

I have tried to activate the xVDR addon from your repo (repo installed from zip: http://xvdr.weebly.com/repositories.html). However, I have got a dll error, when I have activated the addon.

Is this issue already known?

Due to my missing knowledge of MAC OS X I also was not able to compile the addon from source:

sh autogen.sh configure.ac:20: warning: macro 'AM_PROG_LIBTOOL' not found in library configure.ac:19: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:20: error: possibly undefined macro: AM_PROG_LIBTOOL autoreconf: /usr/local/autoconf-2.69/bin/autoconf failed with exit status: 1

It seem that the libtool is not found, although I have installed the GNU Build System tools:

rwxr-xr-x 1 root wheel 13 18 Jan 20:05 autoconf -> autoconf-2.69 drwxr-xr-x 4 root wheel 136 18 Jan 20:05 autoconf-2.69 lrwxr-xr-x 1 root wheel 14 18 Jan 20:16 automake -> automake-1.15/ drwxr-xr-x 4 root wheel 136 18 Jan 20:14 automake-1.15 drwxr-xr-x 3 root wheel 102 1 Mär 11:10 bin lrwxr-xr-x 1 root wheel 14 18 Jan 20:21 libtool -> libtool-2.4.4/ drwxr-xr-x 6 root wheel 204 18 Jan 20:20 libtool-2.4.4

Any idea why the AM_PROG_LIBTOOL check fails (the libtool is accessible from path)?

Best wishes

Falcon66