[PD] VLC plugin - missing openGL headers

Antoine Villeret antoine.villeret at gmail.com
Fri Mar 6 17:41:25 CET 2015


you are missing some essential point in the building toolchain
actually, you need libtool :
apt-get install libtool

--
do it yourself
http://antoine.villeret.free.fr

2015-03-06 16:00 GMT+01:00 Csaba Láng <langcsaba at gmail.com>:

> Antoine,
> thanks for your clues.
> Anyway, I am stucked on the same level after autogen.sh it prits:
> configure.in:104: 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.in:105: error: possibly undefined macro: AC_PROG_LIBTOOL
> autoreconf: /usr/bin/autoconf failed with exit status: 1
> It is still on the level of compiling puredata 0.45.4
> Possibly the same will happen while compiling Gem too.
> How should I fix this m4_pattern_allow?
> From your list of prerequisitions I could not install libsdl2-dev.
> Meanwhile I downgraded to Ubuntu 12.04.
> Cheers:
> Pop
>
> On Fri, Mar 6, 2015 at 2:19 PM, Antoine Villeret <
> antoine.villeret at gmail.com> wrote:
>
>> this is because Gem relies on OpenGL and thus you need OpenGL header to
>> build it...
>>
>> those few line should help to get the right things *before* running
>> ./configure script
>> apt-get update -qq
>> apt-get build-dep gem -qq
>> apt-get install libglfw-dev libglfw3-dev libsdl2-dev -qq
>>
>> Also to enable vlc plugin you should install libvlc-dev pt-ackage :
>> apt-get install libvlc-dev
>>
>> And since there are few discussion on building Gem on Linux, I thing we
>> should start a "Hpw to build Gem on Ubuntu" wiki page.
>> Since there are now Travis script to do so automatically it should be
>> quite straightforward.
>>
>> +
>> a
>>
>>
>> --
>> do it yourself
>> http://antoine.villeret.free.fr
>>
>> 2015-03-05 23:38 GMT+01:00 Csaba Láng <langcsaba at gmail.com>:
>>
>>> Dear list,
>>>
>>> I have a fresh ubuntu 14.04 install on my old intel 32 based laptop.
>>> Trying to install from git the latest Gem, but without success. After
>>> configure it says that openGL headers are missing.
>>> Trying to get it but no luck.
>>> Is there a simple way to get Gem VLC plugin worked? Now pd says there is
>>> not VLC backend, and it is true, as in the usr/lib/pd/extra/Gem folder the
>>> gem_videoVLC.so is missing.
>>>
>>> Thanks:
>>>
>>> Popesz
>>>
>>> _______________________________________________
>>> Pd-list at lists.iem.at mailing list
>>> UNSUBSCRIBE and account-management ->
>>> http://lists.puredata.info/listinfo/pd-list
>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20150306/c4263fd4/attachment-0001.html>


More information about the Pd-list mailing list