Re: [PD] no help file for Gem objects

2008-04-16 Thread Birgit Gasteiger
IOhannes m zmoelnig schrieb:
> Birgit Gasteiger wrote:
>> As I tried to open the path... pd terminated with the following error 
>> message:
>>
>> *** stack smashing detected ***: pd terminated
>> Pd: signal 6
>> pd_gui: pd process exited
> 
> another solution is to restructure your filesystem a bit.
> 
> create a extra/Gem/ folder in your Pd-extended (if it's not already 
> there); iirc, Pd-extended installs itself into /usr/local/lib/pd, so 
> your path should be /usr/local/lib/pd/extra/Gem
> 
> move(!) the Gem.pd_linux from extra/ to extra/Gem/
> copy all the help-patches from doc/5.reference/Gem/ into extra/Gem/
> 
> that's it!
> 
> start Pd, load Gem (if not done automatically), create 
> [pix_kaleidoscope], right click and enjoy!
> 
> 
> mfga.sdr
> IOhannes
> 
> PS: btw, hans, what is the reason for Pd-extended to install all 
> help-files into 5.reference/ instead of besides the libraries? i 
> guess it is just for legacy reasons, but i might be wrong


Hello,

Thanks, I did what you described above and it works!

Best, Birgit

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


Re: [PD] no help file for Gem objects

2008-04-15 Thread Birgit Gasteiger
As I tried to open the path... pd terminated with the following error 
message:

*** stack smashing detected ***: pd terminated
Pd: signal 6
pd_gui: pd process exited

Best, Birgit

Jaime Oliver schrieb:
> I always get that problem on OSX, the files should be in gem/Gem/help, i 
> think if you add the path in the pd preferences it should work,
> 
> J
> 
> On Mon, Apr 14, 2008 at 4:39 AM, Birgit Gasteiger 
> <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:
> 
> IOhannes m zmoelnig schrieb:
>  > Birgit Gasteiger wrote:
>  >> Hello,
>  >>
>  >> There is the following error, if I try to open the help file of
> a Gem
>  >> object:
>  >>
>  >> sorry, couldn't find help patch for "gemhead.pd"
>  >>
>  >> the help files for PD objects are ok.
>  >
>  > which OS?
>  > which distribution? (how did you get Gem? did you compile it
> yourself?
>  > if so did you do a "make install"?)
>  >
>  > fgmasdr
>  > IOhannes
> 
> Sorry, I installed the Pd version 0.40.3-extended-20080406 from
> puredata.info <http://puredata.info> and I am running it on Kubuntu 7.1
> 
> Best, Birgit
> 
> ___
> PD-list@iem.at <mailto:PD-list@iem.at> mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
> 
> 
> 
> 
> -- 
> Jaime E Oliver LR
> 
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> www.realidadvisual.org/jaimeoliver 
> <http://www.realidadvisual.org/jaimeoliver>
> www-crca.ucsd.edu/ <http://www-crca.ucsd.edu/>
> www.realidadvisual.org <http://www.realidadvisual.org>
> 
> 9168 Regents Rd. Apt. G
> La Jolla, CA 92037
> USA


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


Re: [PD] no help file for Gem objects

2008-04-14 Thread Birgit Gasteiger
IOhannes m zmoelnig schrieb:
> Birgit Gasteiger wrote:
>> Hello,
>>
>> There is the following error, if I try to open the help file of a Gem 
>> object:
>>
>> sorry, couldn't find help patch for "gemhead.pd"
>>
>> the help files for PD objects are ok.
> 
> which OS?
> which distribution? (how did you get Gem? did you compile it yourself? 
> if so did you do a "make install"?)
> 
> fgmasdr
> IOhannes

Sorry, I installed the Pd version 0.40.3-extended-20080406 from 
puredata.info and I am running it on Kubuntu 7.1

Best, Birgit

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


[PD] no help file for Gem objects

2008-04-14 Thread Birgit Gasteiger

Hello,

There is the following error, if I try to open the help file of a Gem 
object:

sorry, couldn't find help patch for "gemhead.pd"

the help files for PD objects are ok.

Thanks, Birgit


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


Re: [PD] GEM does not open window

2008-04-10 Thread Birgit Gasteiger
IOhannes m zmoelnig schrieb:
> Birgit Gasteiger wrote:
>> Hello!
>>
>> I am just starting with Gem and as I tried to create a window with 
>> the  object pd gemwin in one of the basic example files of the help  
>> browser, I got the error:
>>
>> Xlib:  extension "GLX" missing on display ":0.0".
>>
>> I am using the nvidia driver on kubuntu 7.1.
>>
>> Has anybody an idea how to solve this?
> 
> do you have the nvidia-glx package installed?
> 
> do you have glx enabled in your /etc/X11/xorg.conf?
> there should be an entry
>   Load"glx"
> in the 'Section "Module"'
> 
> do other openGL-applications work?
> (e.g. try "glxgears" which is part of the "mesa-utils" package)
> 
> fgmasd
> IOhannes

Hi,

Gem is working now. The problem was that the nvidia driver was installed 
but not in use, I had to activate it with the restricted-manager like 
described on http://wiki.ubuntuusers.de/restricted-manager

Best, Birgit

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


[PD] GEM does not open window

2008-04-07 Thread Birgit Gasteiger
Hello!

I am just starting with Gem and as I tried to create a window with the  
object pd gemwin in one of the basic example files of the help  
browser, I got the error:

Xlib:  extension "GLX" missing on display ":0.0".

I am using the nvidia driver on kubuntu 7.1.

Has anybody an idea how to solve this?

Thank you,
Birgit


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