[PD] Gem compiled without FONT-support

2013-07-27 Thread Alexandros Drymonitis
I've compiled Pd-0.44.3 on Ubuntu 12.04 and compiled the Gem library as
well. Thought all was good (ok, I have some issues with the camera and a
couple of other stuff, but it's not of my interest at this point), but when
I opened a patch I made some time ago I got this error: [text2d]: Gem has
been compiled without FONT-support !

Any idea how to fix this?
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Gem compiled without FONT-support

2013-07-27 Thread IOhannes m zmölnig
On 07/27/13 08:09, Alexandros Drymonitis wrote:
 I've compiled Pd-0.44.3 on Ubuntu 12.04 and compiled the Gem library as
 well. Thought all was good (ok, I have some issues with the camera and a
 couple of other stuff, but it's not of my interest at this point), but
 when I opened a patch I made some time ago I got this error: [text2d]:
 Gem has been compiled without FONT-support !
 
 Any idea how to fix this?

compile Gem with font support?

you need the ftgl-dev package installed when running configure (and
afterwards).

fgmasdr
IOhannes



signature.asc
Description: OpenPGP digital signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Gem compiled without FONT-support

2013-07-27 Thread Alexandros Drymonitis
I've installed the ftgl-dev package and recompiled Gem, but now I get this
error: [text2d]: cannot find font-file
'/home/alexandros/Dropbox/pd_patches/H1N1/video/vera.ttf'

 I just downloaded vera.ttf, but where should it be so that Pd can see it?
For now it's in the Downloads directory.


On Sat, Jul 27, 2013 at 12:13 PM, IOhannes m zmölnig zmoel...@iem.atwrote:

 On 07/27/13 08:09, Alexandros Drymonitis wrote:
  I've compiled Pd-0.44.3 on Ubuntu 12.04 and compiled the Gem library as
  well. Thought all was good (ok, I have some issues with the camera and a
  couple of other stuff, but it's not of my interest at this point), but
  when I opened a patch I made some time ago I got this error: [text2d]:
  Gem has been compiled without FONT-support !
 
  Any idea how to fix this?

 compile Gem with font support?

 you need the ftgl-dev package installed when running configure (and
 afterwards).

 fgmasdr
 IOhannes


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


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


Re: [PD] Gem compiled without FONT-support

2013-07-27 Thread Cyrille Henry

put the ttf file in a place pd will look at it : in the search patch, or 
directly in the patch folder.

but since the error is that the file 
/home/alexandros/Dropbox/pd_patches/H1N1/video/vera.ttf can not be found,
putting vera.ttf in /home/alexandros/Dropbox/pd_patches/H1N1/video/ will 
certainly work!


cheers
c


Le 27/07/2013 13:12, Alexandros Drymonitis a écrit :

I've installed the ftgl-dev package and recompiled Gem, but now I get this 
error: [text2d]: cannot find font-file 
'/home/alexandros/Dropbox/pd_patches/H1N1/video/vera.ttf'

  I just downloaded vera.ttf, but where should it be so that Pd can see it? For 
now it's in the Downloads directory.


On Sat, Jul 27, 2013 at 12:13 PM, IOhannes m zmölnig zmoel...@iem.at 
mailto:zmoel...@iem.at wrote:

On 07/27/13 08:09, Alexandros Drymonitis wrote:
  I've compiled Pd-0.44.3 on Ubuntu 12.04 and compiled the Gem library as
  well. Thought all was good (ok, I have some issues with the camera and a
  couple of other stuff, but it's not of my interest at this point), but
  when I opened a patch I made some time ago I got this error: [text2d]:
  Gem has been compiled without FONT-support !
 
  Any idea how to fix this?

compile Gem with font support?

you need the ftgl-dev package installed when running configure (and
afterwards).

fgmasdr
IOhannes


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




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



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


Re: [PD] Gem compiled without FONT-support

2013-07-27 Thread Alexandros Drymonitis
I put it in the extra directory and it works. Thanks.


On Sat, Jul 27, 2013 at 2:28 PM, Cyrille Henry c...@chnry.net wrote:

 put the ttf file in a place pd will look at it : in the search patch, or
 directly in the patch folder.

 but since the error is that the file 
 /home/alexandros/Dropbox/pd_**patches/H1N1/video/vera.ttf
 can not be found,
 putting vera.ttf in /home/alexandros/Dropbox/pd_**patches/H1N1/video/
 will certainly work!


 cheers
 c


 Le 27/07/2013 13:12, Alexandros Drymonitis a écrit :

 I've installed the ftgl-dev package and recompiled Gem, but now I get
 this error: [text2d]: cannot find font-file '/home/alexandros/Dropbox/pd_
 **patches/H1N1/video/vera.ttf'

   I just downloaded vera.ttf, but where should it be so that Pd can see
 it? For now it's in the Downloads directory.


 On Sat, Jul 27, 2013 at 12:13 PM, IOhannes m zmölnig zmoel...@iem.atmailto:
 zmoel...@iem.at wrote:

 On 07/27/13 08:09, Alexandros Drymonitis wrote:
   I've compiled Pd-0.44.3 on Ubuntu 12.04 and compiled the Gem
 library as
   well. Thought all was good (ok, I have some issues with the camera
 and a
   couple of other stuff, but it's not of my interest at this point),
 but
   when I opened a patch I made some time ago I got this error:
 [text2d]:
   Gem has been compiled without FONT-support !
  
   Any idea how to fix this?

 compile Gem with font support?

 you need the ftgl-dev package installed when running configure (and
 afterwards).

 fgmasdr
 IOhannes


 __**_
 Pd-list@iem.at mailto:Pd-list@iem.at mailing list

 UNSUBSCRIBE and account-management - http://lists.puredata.info/**
 listinfo/pd-list http://lists.puredata.info/listinfo/pd-list




 __**_
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http://lists.puredata.info/**
 listinfo/pd-list http://lists.puredata.info/listinfo/pd-list


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