Hello everyone.
I am new to pd, I am also new to linux. But I figured I would have a go at both. SO pd is the first ever bit of software I have tried to install in linux(suse 9.1)!
I feel that i am nearly getting there but then I get this:-
FATAL: can't create ../odj/g_canvas.o: No such file or directory make: *** [g_canvas.o] Error1
It is probably just my extreme stupidity or newness. I hope it is blindingly obvious to someone were I am going wrong.
Any one help?
dominic
Well, I don't know why, but its says "../odj" and it should say
"../obj". You don't need to compile Pd from source, you can install
the RPMs, there are the PlanetCCRMA RPMs:
http://www-ccrma.stanford.edu/planetccrma/software/soundapps.html#pd I
think there are others too.
.hc
On May 22, 2004, at 8:31 AM, samuraiskillz wrote:
Hello everyone.
I am new to pd, I am also new to linux. But I figured I would have a
go at both. SO pd is the first ever bit of software I have tried to install
in linux(suse 9.1)!I feel that i am nearly getting there but then I get this:-
FATAL: can't create ../odj/g_canvas.o: No such file or directory make:
[g_canvas.o] Error1
It is probably just my extreme stupidity or newness. I hope it is
blindingly obvious to someone were I am going wrong.Any one help?
dominic
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list
"Information wants to be free." -Stewart Brand
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote:
Well, I don't know why, but its says "../odj" and it should say "../obj". You don't need to compile Pd from source, you can install the RPMs, there are the PlanetCCRMA RPMs: http://www-ccrma.stanford.edu/planetccrma/software/soundapps.html#pd I think there are others too.
On May 22, 2004, at 8:31 AM, samuraiskillz wrote:
I feel that i am nearly getting there but then I get this:-
FATAL: can't create ../odj/g_canvas.o: No such file or directory make: *** [g_canvas.o] Error1
But if you want to compile: You seem to be missing the direcory "obj" next to "src". "mkdir obj" should help. Also check, if you have "bin" as well.
Frank Barknecht _ ______footils.org__
yep i figured i needed odj and bin dirs. (odj is just my butterfinger'd typing)
I managed to get it all compiled and working! but with 0.37-1.
i did however get this warning:-
vexp_if.c:47: warning: declaration of exp' shadows a global declaration <built-in>:: warning: shadowed declaration is here vexp_if.c:891: warning: declaration of
exp' shadows a global declaration
<built-in>:: warning: shadowed declaration is here
vexp_if.c:936: warning: declaration of exp' shadows a global declaration <built-in>:: warning: shadowed declaration is here make[1]: *** [vexp_if.pd_linux_o] Error 1 make[1]: Leaving directory
/home/spoony/pd-0.37-1/extra/expr~'
make: *** [externs] Error 2
!!! i hope this is not too much to worry about.
Next on my list is gem, that looks a wee bit harder any rpms for that?
dominic ----- Original Message ----- From: "Frank Barknecht" fbar@footils.org To: pd-list@iem.at Sent: Sunday, May 23, 2004 3:28 PM Subject: Re: [PD] FATAL: can't create!!!!
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote:
Well, I don't know why, but its says "../odj" and it should say "../obj". You don't need to compile Pd from source, you can install the RPMs, there are the PlanetCCRMA RPMs: http://www-ccrma.stanford.edu/planetccrma/software/soundapps.html#pd I think there are others too.
On May 22, 2004, at 8:31 AM, samuraiskillz wrote:
I feel that i am nearly getting there but then I get this:-
FATAL: can't create ../odj/g_canvas.o: No such file or directory make: *** [g_canvas.o] Error1
But if you want to compile: You seem to be missing the direcory "obj" next to "src". "mkdir obj" should help. Also check, if you have "bin" as well.
Ciao
Frank Barknecht _ ______footils.org__
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote:
Well, I don't know why, but its says "../odj" and it should say "../obj". You don't need to compile Pd from source, you can install the RPMs, there are the PlanetCCRMA RPMs: http://www-ccrma.stanford.edu/planetccrma/software/soundapps.html#pd I think there are others too.
On May 22, 2004, at 8:31 AM, samuraiskillz wrote:
I feel that i am nearly getting there but then I get this:-
FATAL: can't create ../odj/g_canvas.o: No such file or directory make: *** [g_canvas.o] Error1
But if you want to compile: You seem to be missing the direcory "obj" next to "src". "mkdir obj" should help. Also check, if you have "bin" as well.
Ciao
Frank Barknecht _ ______footils.org__
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list
Hallo, samuraiskillz hat gesagt: // samuraiskillz wrote:
i did however get this warning:-
vexp_if.c:47: warning: declaration of
exp' shadows a global declaration <built-in>:: warning: shadowed declaration is here vexp_if.c:891: warning: declaration of
exp' shadows a global declaration <built-in>:: warning: shadowed declaration is here vexp_if.c:936: warning: declaration ofexp' shadows a global declaration <built-in>:: warning: shadowed declaration is here make[1]: *** [vexp_if.pd_linux_o] Error 1 make[1]: Leaving directory
/home/spoony/pd-0.37-1/extra/expr~' make: *** [externs] Error 2
Apply attached patch with:
$ cd PDDIR/extra/expr~ $ patch -p0 < /path/to/vexp_if.c.patch
Alternativly remove "-Werror" from Makefile, but try patching first.
Frank Barknecht _ ______footils.org__