Re: [PD] pdp_freeframe for Ubuntu ppc

2007-11-25 Thread bigswift
that did in fact solve it 
thanks!

i have a full working pdp_freeframe and pdp_frei0r


 [EMAIL PROTECTED] wrote: 
 
 try to use the -fPIC in your compilation ...
 
 i don's have a ppc machine to try it but googling a little bit i found  
 some people with similar problems compiling x86 code in ppc systems ::
 
 ( ... )
 Most likely, you didn't compile the library with -fpic (or -fPIC).
 There should not be a R_PPC_REL24 reloc in a shared library compiled
 with -fpic, and libraries not compiled with -fpic or -fPIC are not
 guaranteed to work.
 ( ... )
 
 give it a try ;)
 
 S'està citant [EMAIL PROTECTED]:
 
  here is the error, i assume its about PPC but perhaps someone has a   
  fix for this?
 
  home/shree/Desktop/pdp_frei0r-0.1/pdp_frei0r.pd_linux:   
  /home/shree/Desktop/pdp_frei0r-0.1/pdp_frei0r.pd_linux: R_PPC_REL24   
  relocation at 0x0df5eed4 for symbol `post' out of range
   pdp_frei0r 16
  ... couldn't create
  /home/shree/APPS/pdp_freeframe/pdp_freeframe.pd_linux:   
  /home/shree/APPS/pdp_freeframe/pdp_freeframe.pd_linux: R_PPC_REL24   
  relocation at 0x0df5f774 for symbol `post' out of range
   pdp_freeframe
  ... couldn't create
 
   [EMAIL PROTECTED] wrote:
  hi bigswift,
 
  what do you mean with a funky error?
  i mean, can you paste the error please?
 
  i never compiled this ojects on a ppc but i think the problem could be
  more in the plugins ... for example some freeframe plugins make use of
  mmx operations that are not supported in ppc architecture...
 
  have you compiled the freeframe plugins?
 
   [EMAIL PROTECTED] wrote:
   Anyone had any luck getting this to work in ppc?
   i get a funky error when loading the lib, even though it compiles
  
   same thing with pdp_frei0r
  
  
   funky funky.
  
  
   mfga.sdr
   IOhannes
  
   ___
   PD-list@iem.at mailing list
   UNSUBSCRIBE and account-management -
   http://lists.puredata.info/listinfo/pd-list
  
 
 
 
  
  This message was sent using IMP, the Internet Messaging Program.
 
 
  ___
  PD-list@iem.at mailing list
  UNSUBSCRIBE and account-management -   
  http://lists.puredata.info/listinfo/pd-list
 
  --
  Patrick Pagano
  Sound and Light Technologist
  School of Theatre and Dance
  University of Florida
 
 
 
 
 
 
 
 This message was sent using IMP, the Internet Messaging Program.
 

--
Patrick Pagano
Sound and Light Technologist
School of Theatre and Dance
University of Florida



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


Re: [PD] pdp_freeframe for Ubuntu ppc

2007-11-24 Thread bigswift
here is the error, i assume its about PPC but perhaps someone has a fix for 
this?

home/shree/Desktop/pdp_frei0r-0.1/pdp_frei0r.pd_linux: 
/home/shree/Desktop/pdp_frei0r-0.1/pdp_frei0r.pd_linux: R_PPC_REL24 relocation 
at 0x0df5eed4 for symbol `post' out of range
 pdp_frei0r 16
... couldn't create
/home/shree/APPS/pdp_freeframe/pdp_freeframe.pd_linux: 
/home/shree/APPS/pdp_freeframe/pdp_freeframe.pd_linux: R_PPC_REL24 relocation 
at 0x0df5f774 for symbol `post' out of range
 pdp_freeframe
... couldn't create

 [EMAIL PROTECTED] wrote: 
 hi bigswift,
 
 what do you mean with a funky error?
 i mean, can you paste the error please?
 
 i never compiled this ojects on a ppc but i think the problem could be  
 more in the plugins ... for example some freeframe plugins make use of  
 mmx operations that are not supported in ppc architecture...
 
 have you compiled the freeframe plugins?
 
  [EMAIL PROTECTED] wrote:
  Anyone had any luck getting this to work in ppc?
  i get a funky error when loading the lib, even though it compiles
 
  same thing with pdp_frei0r
 
 
  funky funky.
 
 
  mfga.sdr
  IOhannes
 
  ___
  PD-list@iem.at mailing list
  UNSUBSCRIBE and account-management -   
  http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 
 This message was sent using IMP, the Internet Messaging Program.
 
 
 ___
 PD-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list

--
Patrick Pagano
Sound and Light Technologist
School of Theatre and Dance
University of Florida



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


Re: [PD] pdp_freeframe for Ubuntu ppc

2007-11-24 Thread lluisgomez

try to use the -fPIC in your compilation ...

i don's have a ppc machine to try it but googling a little bit i found  
some people with similar problems compiling x86 code in ppc systems ::

( ... )
Most likely, you didn't compile the library with -fpic (or -fPIC).
There should not be a R_PPC_REL24 reloc in a shared library compiled
with -fpic, and libraries not compiled with -fpic or -fPIC are not
guaranteed to work.
( ... )

give it a try ;)

S'està citant [EMAIL PROTECTED]:

 here is the error, i assume its about PPC but perhaps someone has a   
 fix for this?

 home/shree/Desktop/pdp_frei0r-0.1/pdp_frei0r.pd_linux:   
 /home/shree/Desktop/pdp_frei0r-0.1/pdp_frei0r.pd_linux: R_PPC_REL24   
 relocation at 0x0df5eed4 for symbol `post' out of range
  pdp_frei0r 16
 ... couldn't create
 /home/shree/APPS/pdp_freeframe/pdp_freeframe.pd_linux:   
 /home/shree/APPS/pdp_freeframe/pdp_freeframe.pd_linux: R_PPC_REL24   
 relocation at 0x0df5f774 for symbol `post' out of range
  pdp_freeframe
 ... couldn't create

  [EMAIL PROTECTED] wrote:
 hi bigswift,

 what do you mean with a funky error?
 i mean, can you paste the error please?

 i never compiled this ojects on a ppc but i think the problem could be
 more in the plugins ... for example some freeframe plugins make use of
 mmx operations that are not supported in ppc architecture...

 have you compiled the freeframe plugins?

  [EMAIL PROTECTED] wrote:
  Anyone had any luck getting this to work in ppc?
  i get a funky error when loading the lib, even though it compiles
 
  same thing with pdp_frei0r
 
 
  funky funky.
 
 
  mfga.sdr
  IOhannes
 
  ___
  PD-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 



 
 This message was sent using IMP, the Internet Messaging Program.


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

 --
 Patrick Pagano
 Sound and Light Technologist
 School of Theatre and Dance
 University of Florida







This message was sent using IMP, the Internet Messaging Program.


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


Re: [PD] pdp_freeframe for Ubuntu ppc

2007-11-20 Thread lluisgomez
hi bigswift,

what do you mean with a funky error?
i mean, can you paste the error please?

i never compiled this ojects on a ppc but i think the problem could be  
more in the plugins ... for example some freeframe plugins make use of  
mmx operations that are not supported in ppc architecture...

have you compiled the freeframe plugins?

 [EMAIL PROTECTED] wrote:
 Anyone had any luck getting this to work in ppc?
 i get a funky error when loading the lib, even though it compiles

 same thing with pdp_frei0r


 funky funky.


 mfga.sdr
 IOhannes

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





This message was sent using IMP, the Internet Messaging Program.


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


Re: [PD] pdp_freeframe for Ubuntu ppc

2007-11-20 Thread bigswift
i can make -k and  remove --mmx 
and build most of them
i will post the error asap

pp




 [EMAIL PROTECTED] wrote: 
 hi bigswift,
 
 what do you mean with a funky error?
 i mean, can you paste the error please?
 
 i never compiled this ojects on a ppc but i think the problem could be  
 more in the plugins ... for example some freeframe plugins make use of  
 mmx operations that are not supported in ppc architecture...
 
 have you compiled the freeframe plugins?
 
  [EMAIL PROTECTED] wrote:
  Anyone had any luck getting this to work in ppc?
  i get a funky error when loading the lib, even though it compiles
 
  same thing with pdp_frei0r
 
 
  funky funky.
 
 
  mfga.sdr
  IOhannes
 
  ___
  PD-list@iem.at mailing list
  UNSUBSCRIBE and account-management -   
  http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 
 This message was sent using IMP, the Internet Messaging Program.
 
 
 ___
 PD-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list

--
Patrick Pagano
Sound and Light Technologist
School of Theatre and Dance
University of Florida



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


[PD] pdp_freeframe for Ubuntu ppc

2007-11-19 Thread bigswift
Anyone had any luck getting this to work in ppc?
i get a funky error when loading the lib, even though it compiles 

same thing with pdp_frei0r

pp

Patrick Pagano
Sound and Light Technologist
School of Theatre and Dance
University of Florida



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