[PD] Problems installing pd-extended 0.42.5 on Ubuntu 11.10

2011-12-13 Thread Antonio Roberts
After upgrading to Ubuntu 11.10 I'm trying to install pd-extended
0.42.5 on (installing 0.43 works fine but is still a bit buggy). when
trying to install I get this error:

Dependency is not satisfiable: libquicktime1 (= 2:1.1.1+debian)

Did a bit of research and found that libquicktime1 has been replaced
by libquicktime2, hence why it's not installing.

tl;dr: How can I install pd-extended on Ubuntu 11.10?

Thanks for any help,

Antonio

-- 

anto...@hellocatfood.com
http://www.hellocatfood.com


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


Re: [PD] Problems installing pd-extended 0.42.5 on Ubuntu 11.10

2011-12-13 Thread Hans-Christoph Steiner

Either dpkg --force-depends --install pd-extended-0.42.5.deb and don't use 
PDP/PiDiP or rebuild Pd-extended 0.42.5 from source.

.hc

On Dec 13, 2011, at 7:27 AM, Antonio Roberts wrote:

 After upgrading to Ubuntu 11.10 I'm trying to install pd-extended
 0.42.5 on (installing 0.43 works fine but is still a bit buggy). when
 trying to install I get this error:
 
 Dependency is not satisfiable: libquicktime1 (= 2:1.1.1+debian)
 
 Did a bit of research and found that libquicktime1 has been replaced
 by libquicktime2, hence why it's not installing.
 
 tl;dr: How can I install pd-extended on Ubuntu 11.10?
 
 Thanks for any help,
 
 Antonio
 
 -- 
 
 anto...@hellocatfood.com
 http://www.hellocatfood.com
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list





I have the audacity to believe that peoples everywhere can have three meals a 
day for their bodies, education and culture for their minds, and dignity, 
equality and freedom for their spirits.  - Martin Luther King, Jr.



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


Re: [PD] problems installing pd-extended on archlinux

2008-11-29 Thread IOhannes m zmoelnig
Hans-Christoph Steiner wrote:
 That's an odd one, it's not finding very basic functions:
 
 GemPBuffer.cpp:158: error: 'stderr' was not declared in this scope
 GemPBuffer.cpp:158: error: 'fprintf' was not declared in this scope
 
 
it could indicate some problem with the compiler.
which compiler (gcc? version?) is being used?

but still...GemPBuffer explicitely includes stdio.h which should give
you fprintf and stderr...


fgmsdr
IOhannes

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


Re: [PD] problems installing pd-extended on archlinux

2008-11-29 Thread mbutubuntu
I'm using gcc version 4.3.1 on Archlinux, please help me, I need 
pd-extended... I also have another question, what script must I run 
before compiling??

auto-build-common prep-auto-build-upload
pd-devel-auto-builder.sh pure-data-cvs-rsync
pd-extended-auto-builder.sh pure-data-cvs-rsync-checkout
pd-extended-release-auto-builder.sh  run-automated-builder
pd-main-auto-builder.sh

??


IOhannes m zmoelnig wrote:
 Hans-Christoph Steiner wrote:
   
 That's an odd one, it's not finding very basic functions:

 GemPBuffer.cpp:158: error: 'stderr' was not declared in this scope
 GemPBuffer.cpp:158: error: 'fprintf' was not declared in this scope


 
 it could indicate some problem with the compiler.
 which compiler (gcc? version?) is being used?

 but still...GemPBuffer explicitely includes stdio.h which should give
 you fprintf and stderr...


 fgmsdr
 IOhannes

   



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


Re: [PD] problems installing pd-extended on archlinux

2008-11-28 Thread Hans-Christoph Steiner

That's an odd one, it's not finding very basic functions:

GemPBuffer.cpp:158: error: 'stderr' was not declared in this scope
GemPBuffer.cpp:158: error: 'fprintf' was not declared in this scope


.hc

On Nov 27, 2008, at 5:32 AM, mbutubuntu wrote:

 I attached the error of the compilation...
 I give you some other informations

 ArchLinux 2008.06 i686
 AMD turion 64x2
 Pd-extended-0.39.3


 Hans-Christoph Steiner wrote:

 Post the build errors to pd-dev and we can try to get things working.

 .hc

 On Nov 26, 2008, at 5:57 AM, Fabio Buda wrote:

 Hello folks, I've a problem: I tried to compile pd-extended on my  
 archlinux but even if the autobuild script gives me an error,  
 the ./configure and the make commands in the pd/src path work!!  
 the problem is that they give me a version of pd-extended without  
 any extension!!!
 Now I'm using pd vanilla 0.40 compiled with zexy, but even if  
 I've compiled and installed GEM, pd says me /usr/local/lib/pd/ 
 extra/Gem/Gem.pd_linux: can't load library why???

 I need pd-extended working in a few days, please help me or say  
 me if does any archlinux mirror with pd-extended precompiled...

 thanks
 Fabio [mbutUbuntu] Buda


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


 - 
 ---

 Access to computers should be unlimited and total.  - the hacker  
 ethic



 GemMan.cpp:54: warning: deprecated conversion from string constant  
 to 'char*'
 GemMan.cpp: In static member function 'static void  
 GemMan::resetState()':
 GemMan.cpp:691: warning: deprecated conversion from string constant  
 to 'char*'
 GemGluObj.cpp: In constructor 'GemGluObj::GemGluObj(t_floatarg,  
 t_floatarg, t_floatarg)':
 GemGluObj.cpp:38: warning: deprecated conversion from string  
 constant to 'char*'
 GemGluObj.cpp:38: warning: deprecated conversion from string  
 constant to 'char*'
 GemGluObj.cpp: In static member function 'static void  
 GemGluObj::obj_setupCallback(_class*)':
 GemGluObj.cpp:102: warning: deprecated conversion from string  
 constant to 'char*'
 g++ -c -g -O2 -fPIC -freg-struct-return -O3 -falign-loops=32 - 
 falign-functions=32 -falign-jumps=32 -funroll-loops -ffast-math - 
 mmmx  -I/usr/include/lqt -fopenmp -I/usr/include/ImageMagick   -I/ 
 usr/include/lqt   -I/usr/include/avifile-0.7   -I..  -I/home/mbutu/ 
 sources/Pd-0.39.3-extended/pd/src  GemPathBase.cpp -o GemPathBase.o
 GemPBuffer.cpp: In constructor 'PBuffer::PBuffer(int, int, int)':
 GemPBuffer.cpp:158: error: 'stderr' was not declared in this scope
 GemPBuffer.cpp:158: error: 'fprintf' was not declared in this scope
 GemPBuffer.cpp: In member function 'void PBuffer::enable()':
 GemPBuffer.cpp:188: error: 'stderr' was not declared in this scope
 GemPBuffer.cpp:188: error: 'fprintf' was not declared in this scope
 GemPBuffer.cpp: In member function 'void PBuffer::disable()':
 GemPBuffer.cpp:196: error: 'stderr' was not declared in this scope
 GemPBuffer.cpp:196: error: 'fprintf' was not declared in this scope
 GemPathBase.cpp: In static member function 'static void  
 GemPathBase::obj_setupCallback(_class*)':
 GemPathBase.cpp:76: warning: deprecated conversion from string  
 constant to 'char*'
 make[3]: *** [GemPBuffer.o] Error 1
 make[3]: *** Waiting for unfinished jobs
 make[3]: Leaving directory `/home/mbutu/sources/Pd-0.39.3-extended/ 
 Gem/src/Base'
 make[2]: *** [Base] Error 2
 make[2]: Leaving directory `/home/mbutu/sources/Pd-0.39.3-extended/ 
 Gem/src'
 make[1]: *** [/home/mbutu/sources/Pd-0.39.3-extended/Gem/src/ 
 Gem.pd_linux] Error 2
 make[1]: Leaving directory `/home/mbutu/sources/Pd-0.39.3-extended/ 
 packages'
 make: *** [install] Error 2
 upload specs linux_make build tar.bz2
 Uploading /home/mbutu/sources/Pd-0.39.3-extended/packages/ 
 linux_make/build/Pd*.tar.bz2
 ls: cannot access /home/mbutu/sources/Pd-0.39.3-extended/packages/ 
 linux_make/build/Pd*.tar.bz2: No such file or directory




 


The arc of history bends towards justice. - Dr. Martin Luther  
King, Jr.



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


Re: [PD] problems installing pd-extended on archlinux

2008-11-27 Thread mbutubuntu

I attached the error of the compilation...
I give you some other informations

ArchLinux 2008.06 i686
AMD turion 64x2
Pd-extended-0.39.3


Hans-Christoph Steiner wrote:


Post the build errors to pd-dev and we can try to get things working.

.hc

On Nov 26, 2008, at 5:57 AM, Fabio Buda wrote:

Hello folks, I've a problem: I tried to compile pd-extended on my 
archlinux but even if the autobuild script gives me an error, the 
./configure and the make commands in the pd/src path work!! the 
problem is that they give me a version of pd-extended without any 
extension!!!
Now I'm using pd vanilla 0.40 compiled with zexy, but even if I've 
compiled and installed GEM, pd says me 
/usr/local/lib/pd/extra/Gem/Gem.pd_linux: can't load library why???


I need pd-extended working in a few days, please help me or say me if 
does any archlinux mirror with pd-extended precompiled...


thanks
Fabio [mbutUbuntu] Buda


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





Access to computers should be unlimited and total.  - the hacker ethic




GemMan.cpp:54: warning: deprecated conversion from string constant to 'char*'
GemMan.cpp: In static member function 'static void GemMan::resetState()':
GemMan.cpp:691: warning: deprecated conversion from string constant to 'char*'
GemGluObj.cpp: In constructor 'GemGluObj::GemGluObj(t_floatarg, t_floatarg, 
t_floatarg)':
GemGluObj.cpp:38: warning: deprecated conversion from string constant to 'char*'
GemGluObj.cpp:38: warning: deprecated conversion from string constant to 'char*'
GemGluObj.cpp: In static member function 'static void 
GemGluObj::obj_setupCallback(_class*)':
GemGluObj.cpp:102: warning: deprecated conversion from string constant to 
'char*'
g++ -c -g -O2 -fPIC -freg-struct-return -O3 -falign-loops=32 
-falign-functions=32 -falign-jumps=32 -funroll-loops -ffast-math -mmmx  
-I/usr/include/lqt -fopenmp -I/usr/include/ImageMagick   -I/usr/include/lqt   
-I/usr/include/avifile-0.7   -I..  
-I/home/mbutu/sources/Pd-0.39.3-extended/pd/src  GemPathBase.cpp -o 
GemPathBase.o
GemPBuffer.cpp: In constructor 'PBuffer::PBuffer(int, int, int)':
GemPBuffer.cpp:158: error: 'stderr' was not declared in this scope
GemPBuffer.cpp:158: error: 'fprintf' was not declared in this scope
GemPBuffer.cpp: In member function 'void PBuffer::enable()':
GemPBuffer.cpp:188: error: 'stderr' was not declared in this scope
GemPBuffer.cpp:188: error: 'fprintf' was not declared in this scope
GemPBuffer.cpp: In member function 'void PBuffer::disable()':
GemPBuffer.cpp:196: error: 'stderr' was not declared in this scope
GemPBuffer.cpp:196: error: 'fprintf' was not declared in this scope
GemPathBase.cpp: In static member function 'static void 
GemPathBase::obj_setupCallback(_class*)':
GemPathBase.cpp:76: warning: deprecated conversion from string constant to 
'char*'
make[3]: *** [GemPBuffer.o] Error 1
make[3]: *** Waiting for unfinished jobs
make[3]: Leaving directory `/home/mbutu/sources/Pd-0.39.3-extended/Gem/src/Base'
make[2]: *** [Base] Error 2
make[2]: Leaving directory `/home/mbutu/sources/Pd-0.39.3-extended/Gem/src'
make[1]: *** [/home/mbutu/sources/Pd-0.39.3-extended/Gem/src/Gem.pd_linux] 
Error 2
make[1]: Leaving directory `/home/mbutu/sources/Pd-0.39.3-extended/packages'
make: *** [install] Error 2
upload specs linux_make build tar.bz2
Uploading 
/home/mbutu/sources/Pd-0.39.3-extended/packages/linux_make/build/Pd*.tar.bz2
ls: cannot access 
/home/mbutu/sources/Pd-0.39.3-extended/packages/linux_make/build/Pd*.tar.bz2: 
No such file or directory

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


[PD] problems installing pd-extended on archlinux

2008-11-26 Thread Fabio Buda
Hello folks, I've a problem: I tried to compile pd-extended on my archlinux but 
even if the autobuild script gives me an error, the ./configure and the make 
commands in the pd/src path work!! the problem is that they give me a version 
of pd-extended without any extension!!! 
Now I'm using pd vanilla 0.40 compiled with zexy, but even if I've compiled and 
installed GEM, pd says me /usr/local/lib/pd/extra/Gem/Gem.pd_linux: can't load 
library why???

I need pd-extended working in a few days, please help me or say me if does any 
archlinux mirror with pd-extended precompiled...

thanks
Fabio [mbutUbuntu] Buda




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


Re: [PD] Problems installing pd-extended

2008-01-27 Thread Tim
You can also get the packages from the debian repos at
http://www.debian.org/distrib/packages though I have not tried
installing them in Ubuntu. I just ignored those dependencies.

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


[PD] Problems installing pd-extended

2008-01-19 Thread jim
Hi,
I'm trying to install pd-extended on KUbuntu gutsy and get the following
messages. I can't seem to find the files for these unmet dependancies.
Any idea where I can get them?
..
dpkg: dependency problems prevent configuration of pd-extended:
 pd-extended depends on libflac7; however:
  Package libflac7 is not installed.
 pd-extended depends on libquicktime0; however:
  Package libquicktime0 is not installed.
dpkg: error processing pd-extended (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 pd-extended

Thanks,
Jim

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


Re: [PD] Problems installing pd-extended

2008-01-19 Thread Claude Heiland-Allen
jim wrote:
 Hi,
 I'm trying to install pd-extended on KUbuntu gutsy and get the following
 messages. I can't seem to find the files for these unmet dependancies.
 Any idea where I can get them?

See the list archives for possible solutions:

http://lists.puredata.info/search/PD-list?query=libflac7

Most likely you picked the wrong pd-extended package for your distro. 
See also:

http://puredata.info/downloads

where there are several packages, including one marked Gutsy.

(Sorry if this is the one you used, but you didn't give that 
information...).


Claude
-- 
http://claudiusmaximus.goto10.org

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


Re: [PD] Problems installing pd-extended

2008-01-19 Thread bigswift
kubuntu will give you a hassle about video drivers later
i do not reccomend it

pp



 jim [EMAIL PROTECTED] wrote: 
 Hi,
 I'm trying to install pd-extended on KUbuntu gutsy and get the following
 messages. I can't seem to find the files for these unmet dependancies.
 Any idea where I can get them?
 ..
 dpkg: dependency problems prevent configuration of pd-extended:
  pd-extended depends on libflac7; however:
   Package libflac7 is not installed.
  pd-extended depends on libquicktime0; however:
   Package libquicktime0 is not installed.
 dpkg: error processing pd-extended (--install):
  dependency problems - leaving unconfigured
 Errors were encountered while processing:
  pd-extended
 
 Thanks,
 Jim
 
 ___
 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] Problems installing pd-extended

2008-01-19 Thread jim

 jim wrote:
  Hi,
  I'm trying to install pd-extended on KUbuntu gutsy and get the following
  messages. I can't seem to find the files for these unmet dependancies.
  Any idea where I can get them?
 
 See the list archives for possible solutions:
 
 http://lists.puredata.info/search/PD-list?query=libflac7

Thanks very much this led to a solution . I changed the depends files
libquicktime0 to libquicktime1 and libflac7 to libflac8
in /var/lib/dpkg/status . Wondering if this should be changed in the deb
package. I thought Ubuntu and Kubuntu would have the same depends?


 
 Most likely you picked the wrong pd-extended package for your distro. 
 See also:
 
 http://puredata.info/downloads

Jim

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