Re: [PD] error compiling Gem on ubuntu 17.10

2018-08-06 Thread Dan Wilcox
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-requ...@lists.iem.at wrote:
> 
> Date: Mon, 6 Aug 2018 19:21:10 +0200
> From: Jack mailto:j...@rybn.org>>
> To: pd-list@lists.iem.at <mailto:pd-list@lists.iem.at>
> Subject: Re: [PD] error compiling Gem on ubuntu 17.10
> Message-ID:  <mailto:e4d0d784-61c6-91c4-69f5-f31c1fa19...@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/>



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] error compiling Gem on ubuntu 17.10

2018-08-06 Thread Claude Heiland-Allen

Hi,

On 06/08/18 18:31, Csaba Láng wrote:

E: You must put some 'source' URIs in your sources.list
Oh I forgot this step, sorry.  For Debian, I edit /etc/apt/sources.list 
and duplicate lines starting "deb" with copies starting "deb-src" 
instead.  Ubuntu maybe slightly different (perhaps it uses files in 
/etc/apt/sources.list.d/).


sudo nano /etc/apt/sources.list

make a backup first, if you are unsure.  after editing, run

sudo apt update

to refresh the package cache, and retry the build-dep command.


Can you send mi where can I find the dependecies to Gem?


https://salsa.debian.org/multimedia-team/pd/gem/blob/master/debian/control#L11

but the apt build-dep command gets all of that programmatically



On Mon, Aug 6, 2018 at 7:29 PM Claude Heiland-Allen 
mailto:cla...@mathr.co.uk>> wrote:


Hi,

On 06/08/18 18:12, Csaba Láng wrote:
> Dear list,
> i try to compile on a freshly installed system Gem from
> https://github.com/umlaeute/Gem
>
[...]
> 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)
sudo apt build-dep gem

should get most (all?) of the dependencies needed

> 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?

https://packages.ubuntu.com/search?searchon=contents=FTFont.h==artful=any
-> libftfl-dev has /usr/include/FTGL/FTFont.h

> installed Gem with aptitude together with puredata cannot even
create
> any Gem related objects.
did you load -lib Gem ?




Claude
--
https://mathr.co.uk


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] error compiling Gem on ubuntu 17.10

2018-08-06 Thread Csaba Láng
E: You must put some 'source' URIs in your sources.list
Can you send mi where can I find the dependecies to Gem?

On Mon, Aug 6, 2018 at 7:29 PM Claude Heiland-Allen 
wrote:

> Hi,
>
> On 06/08/18 18:12, Csaba Láng wrote:
> > Dear list,
> > i try to compile on a freshly installed system Gem from
> > https://github.com/umlaeute/Gem
> >
> [...]
> > 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)
> sudo apt build-dep gem
>
> should get most (all?) of the dependencies needed
>
> > 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?
>
> https://packages.ubuntu.com/search?searchon=contents=FTFont.h==artful=any
> -> libftfl-dev has /usr/include/FTGL/FTFont.h
>
> > installed Gem with aptitude together with puredata cannot even create
> > any Gem related objects.
> did you load -lib Gem ?
>
>
> Claude
> --
> https://mathr.co.uk
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] error compiling Gem on ubuntu 17.10

2018-08-06 Thread Claude Heiland-Allen

Hi,

On 06/08/18 18:12, Csaba Láng wrote:

Dear list,
i try to compile on a freshly installed system Gem from 
https://github.com/umlaeute/Gem



[...]
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)

sudo apt build-dep gem

should get most (all?) of the dependencies needed


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?

https://packages.ubuntu.com/search?searchon=contents=FTFont.h==artful=any
-> libftfl-dev has /usr/include/FTGL/FTFont.h

installed Gem with aptitude together with puredata cannot even create 
any Gem related objects.

did you load -lib Gem ?


Claude
--
https://mathr.co.uk


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] error compiling Gem on ubuntu 17.10

2018-08-06 Thread Jack
Hello,

you can try with (and solve later this issue). I don't if it will help... :
$ ./configure --without-ftgl
++

Jack



Le 06/08/2018 à 19:12, Csaba Láng a écrit :
> 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
> 
> 
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list
> 


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[PD] error compiling Gem on ubuntu 17.10

2018-08-06 Thread Csaba Láng
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
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list