hello,
I just compiled the plugin~ version of cvs today, and the compilation seemed to be ok.
ewhen I first tried to initialize the object it asked me to export a new path to ladspa folder.
ok. I did it with export LADSPA_PATH=/usr/lib/ladspa
but now when I initialize de object de box became white (the word plugin~ became invisible) and all the objetcs will turn to white with no letters inside.
Does anybody know why?
thanks
glerm
2008/1/28, glerm soares organismo@gmail.com:
hello,
I just compiled the plugin~ version of cvs today, and the compilation seemed to be ok.
my kernel: Linux ubuntu 2.6.22-14-rt #1 SMP PREEMPT RT Tue Dec 18 10:01:34 UTC 2007 i686 GNU/Linux
(based on "gutsy" repositories)
Hi glerm,
This has already been discussed a a few times I think. It happened to me as well, the workaround I found at the time was to start pd with the "unset LANG" prepended i.e. :
$ unset LANG $ ./pd
Alternatively :
$ unset LANG && ./pd
Does pd started from a terminal throw you an error like this one :
bad screen distance "124,000000" can't find an indexable and selectable item ".x8249400.t827ec80" can't find an indexable and selectable item ".x8249400.t827ec80" bad screen distance "124,000000"
?
++
Jé
glerm soares a écrit :
2008/1/28, glerm soares <organismo@gmail.com mailto:organismo@gmail.com>:
hello, I just compiled the plugin~ version of cvs today, and the compilation seemed to be ok.
my kernel: Linux ubuntu 2.6.22-14-rt #1 SMP PREEMPT RT Tue Dec 18 10:01:34 UTC 2007 i686 GNU/Linux
(based on "gutsy" repositories)
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
2008/1/29, Jerome Tuncer columbiatwo@free.fr:
Hi glerm,
This has already been discussed a a few times I think. It happened to me as well, the workaround I found at the time was to start pd with the "unset LANG" prepended i.e. :
$ unset LANG $ ./pd
Thanx a lot Jerome! It worked. :D
But I still wonder: why this "bug" happens? Can I call this a "bug" or is it my system's fault? :)
cheers
glerm