I am back at this problem.
What i did: i commented out line 218 in videoDECKLINK.cpp it was:
verbose(1, „[GEM:videoDECKLINK] checking format ‚%s‘“, dmn);
i used
./configure --with-DeckLink-CFLAGS="-I/home/thalia/Downloads/Blackmagic_DeckLink_SDK_10.10/Blackmagic_DeckLink_SDK_10.10/Linux/include" --with-DeckLink-LIBS="-L/home/thalia/Downloads/Blackmagic_DeckLink_SDK_10.10/Blackmagic_DeckLink_SDK_10.10/Linux/Samples/bin/x86_64/lib" --with-pd=/usr/include/pd
and the .so files are created, but it still cannot use the plugin. IOhannes, I did as you suggested, and attached all the outputs to this mail, maybe you or anybody can see something here.
best and thx
-j-
*im sending this mail again, since it was rejected in size. I took away make-output.
> Am 12.06.2018 um 22:41 schrieb IOhannes m zmölnig <zmoelnig(a)iem.at>:
>
> On 06/12/2018 01:16 PM, Johnny Mauser via GEM-dev wrote:
>> Yes, it installed in the correct place. But is not found. There was one
>> line in a .cpp file which i had to take out, otherwise it would not
>> compile.
>> It was a line about verbose() and it complained that verbose was
>> not defined in this scope. I thought that this was only for Pds window.
>> I will tell more specific what i did, when i have access to the machine
>> again.
>
> yes please. it's hard to fix the issue otherwise.
>
> you could try running Pd from the cmdline and in verbose mode ("-v") and
> see whether you get something meaningful on the stderr.
> Gem scans for gem_video-plugins both on startup and when you create a
> [pix_video] object, so these are the times to watch out.
>
> also, check whether the (runtime) linker can find all the dependencies
> by running:
> $ ldd gem_videoDeckLink.so
> and looking for "not found" lines.
>
> (but then, iirc, the DeckLink API uses dlopen() to open the actual
> proprietary library, so "ldd" might succeed just fine)
>
> gfamrds
> IOhannes
>
> _______________________________________________
> GEM-dev mailing list
> GEM-dev(a)lists.iem.at
> https://lists.puredata.info/listinfo/gem-dev
In the helpfiles and on this list the three words
'abstraction'
'subpatch' or 'sub-patch'
'subwindow'
are used. could someone provide a definition of those? I suspect they
aren't used in a consistent way throughout the documentation.
m.
Hi! I'm looking for a solution for XML parsing. I found jasch_lib
[detox] but it crashes pd in OSx and don't have RPi binary disponible in
deken. I tried [jasch_lib/detox] in purr data and it still crash.
My goal is to recognize some identifiers and make it disponible in some
matrix or vector for sonification purposes.
There are other external or vanilla way can it be done?
Cheers
--
www.estebanviveros.com
> And while we're on the soundfiler subject, sorry to
> bring/suggest another request, but this
> <https://github.com/pure-data/pure-data/pull/193 <https://github.com/pure-data/pure-data/pull/193>> would also be a nice
> update to it.
In short: No. That's an addition, so best left to the next minor version.
Long form:
I would point out that in software development, bug fixe releases (ie 0.48-1 to 0.48-2) generally only include bug fixes for regressions and bugs introduced in the latest minor version ie. 0.48. Minor versions introduce additions and changes (ie. 0.48 to 0.49) and major versions introduce major breaking API changes or some sort of "plateau" (ie 0.48 to 1.0).
It can get *very* confusing if you refer to a specific bug fix release version that introduces some sort of small or large change. The Pd compatibility modes are also only minor versions an don't refer to bugfixes versions.
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
I agree. Removing the prompt to add an external to the user paths makes sense in the context of [declare -path] searching user paths. Without this step, we're back to the problem of "I installed an external, but I can't load it, help." I know this prompt is loathed by some but it also keeps the amount of "help me" email down in the meantime until 0.49 includes the [declare] update.
> On Aug 6, 2018, at 9:34 AM, pd-list-request(a)lists.iem.at wrote:
>
> 2018-08-05 22:50 GMT-03:00 Alexandre Torres Porres <porres(a)gmail.com <mailto:porres@gmail.com>>:
>
>>
>> 1- There's a default change, now it doesn't prompt you no more if you want
>> to add externals to the path. I get it this is more than intentional and
>> would like to inquire why. Thinking in the mind set of a newbie and
>> newcomer, this might be handy to suggest. Advanced users who are annoyed
>> can edit it in the preferences. Anyway, that's just my two pennies on it.
>>
>
> I have a new consideration about this. Since Pd suggests the creation of a
> documents folder, and since declare isn't working for that option yet (and
> since miller is holding that fix for 0.49), it makes sense to me to keep
> prompting the user to add the folder to the search paths because that's
> what will help him best, as you'd actually need to include it in the search
> path if you were were to use Pd default's suggestions. Advanced users can
> still edit this for more complicated and different kind of setting.
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
This seems to be a common sticking point. Perhaps the GEM configure script should not *assume* FTGL is available by default?
> On Aug 6, 2018, at 7:31 PM, pd-list-request(a)lists.iem.at wrote:
>
> Date: Mon, 6 Aug 2018 19:21:10 +0200
> From: Jack <jack(a)rybn.org <mailto:jack@rybn.org>>
> To: pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>
> Subject: Re: [PD] error compiling Gem on ubuntu 17.10
> Message-ID: <e4d0d784-61c6-91c4-69f5-f31c1fa1922c(a)rybn.org <mailto:e4d0d784-61c6-91c4-69f5-f31c1fa1922c@rybn.org>>
> Content-Type: text/plain; charset=utf-8
>
> Hello,
>
> you can try with (and solve later this issue). I don't if it will help... :
> $ ./configure --without-ftgl
> ++
>
> Jack
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
Dear list,
i try to compile on a freshly installed system Gem from
https://github.com/umlaeute/Gem
Hopefully this is the latest version what is available online.
Anyway after congigure I have this output:
used optional libraries:
font-rendering : FTGL
default font :
image-support
use ImageMagick : no
use QuickTime : no
use AVFoundation : no
use TIFF : no
use JPEG : no
moviefile-support
use PLUGINS : yes
use mpeg : no
use mpeg-3 : no
use QuickTime : no
use AVFoundation :
use aviplay : no
use gmerlin : no
capture-support
use PLUGINS : yes
use v4l : no
use v4l2 : no
use ieee1394 : no
use DV : no
use Unicap : yes
use Video-for-WinDOS : no
use QuickTime : no
use AVFoundation : no
Now run make ...
I wuld gladly have all the options especially for pix_video to have a
choice (the real aim is to have videoPYLON get wrked on this system)
but make stops at this point:
*TextBase.h:38:12: fatal error: FTFont.h: No such file or directory #
include "FTFont.h"*
^~~~~~~~~~
compilation terminated.
What do I miss?
installed Gem with aptitude together with puredata cannot even create any
Gem related objects.
Best,
Popesz