That error is from compiling Gem:
make[5]: se sale del directorio «/home/mario/pd-extended/externals/Gem/src»
So it seems that Gem is still being built. You'll also want to remove gem2pdp
.hc
On Wed, 06 Jul 2011 04:21 -0300, "Mario Mey" mariomey@gmail.com wrote:
I remove the gem from that file... and the same error...
El 05/07/11 23:36, Hans-Christoph Steiner escribió:
Gem is currently broken on GNU/Linux and IOhannes is on vacation. To make a build, remove 'gem' from LIB_TARGETS in pd-extended/externals/Makefile and the rest should build.
.hc
On Jul 4, 2011, at 11:47 PM, Mario Mey wrote:
Trying to compile PureData, SVN, on Ubuntu 11.04 AMD64, following the instruction from the page http://puredata.info/docs/developer, I did:
1.- rsync from the auto-build farm (from http://puredata.info/docs/developer/GettingPdSource) rsync -av --delete rsync://128.238.56.50/distros/pd-extended/ pd-extended/
2.- Preparing Ubuntu: http://puredata.info/docs/developer/UbuntuMaverick
3.- Building PD-Extended: http://puredata.info/docs/developer/BuildingPdExtended
But there's no .tar.bz2 or .deb on
pure-data/packages/linux-make/build... These are the last lines while compilling. What should I do? I don't understand.../[...] /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DPD -I/home/mario/pd-extended/pd/src -DHAVE_S_STUFF_H -O2 -freg-struct-return -O3 -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -MT libGem_la-SynchedWorkerThread.lo -MD -MP -MF .deps/libGem_la-SynchedWorkerThread.Tpo -c -o libGem_la-SynchedWorkerThread.lo
test -f 'SynchedWorkerThread.cpp' || echo './'
SynchedWorkerThread.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DPD -I/home/mario/pd-extended/pd/src -DHAVE_S_STUFF_H -O2 -freg-struct-return -O3 -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -MT libGem_la-SynchedWorkerThread.lo -MD -MP -MF .deps/libGem_la-SynchedWorkerThread.Tpo -c SynchedWorkerThread.cpp -fPIC -DPIC -o .libs/libGem_la-SynchedWorkerThread.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DPD -I/home/mario/pd-extended/pd/src -DHAVE_S_STUFF_H -O2 -freg-struct-return -O3 -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -MT libGem_la-SynchedWorkerThread.lo -MD -MP -MF .deps/libGem_la-SynchedWorkerThread.Tpo -c SynchedWorkerThread.cpp -o libGem_la-SynchedWorkerThread.o >/dev/null 2>&1 mv -f .deps/libGem_la-SynchedWorkerThread.Tpo .deps/libGem_la-SynchedWorkerThread.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DPD -I/home/mario/pd-extended/pd/src -DHAVE_S_STUFF_H -O2 -freg-struct-return -O3 -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -MT libGem_la-WorkerThread.lo -MD -MP -MF .deps/libGem_la-WorkerThread.Tpo -c -o libGem_la-WorkerThread.lotest -f 'WorkerThread.cpp' || echo './'
WorkerThread.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DPD -I/home/mario/pd-extended/pd/src -DHAVE_S_STUFF_H -O2 -freg-struct-return -O3 -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -MT libGem_la-WorkerThread.lo -MD -MP -MF .deps/libGem_la-WorkerThread.Tpo -c WorkerThread.cpp -fPIC -DPIC -o .libs/libGem_la-WorkerThread.o WorkerThread.cpp: In member function ‘bool gem::thread::WorkerThread::PIMPL::start()’: WorkerThread.cpp:135:22: error: aggregate ‘gem::thread::WorkerThread::PIMPL::start()::timeval sleep’ has incomplete type and cannot be defined WorkerThread.cpp:139:28: error: ‘select’ was not declared in this scope make[6]: *** [libGem_la-WorkerThread.lo] Error 1 make[6]: se sale del directorio «/home/mario/pd-extended/externals/Gem/src/Gem» make[5]: *** [all-recursive] Error 1 make[5]: se sale del directorio «/home/mario/pd-extended/externals/Gem/src» make[4]: *** [all] Error 2 make[4]: se sale del directorio «/home/mario/pd-extended/externals/Gem/src» make[3]: *** [all-recursive] Error 1 make[3]: se sale del directorio «/home/mario/pd-extended/externals/Gem» make[2]: *** [/home/mario/pd-extended/externals/Gem/Gem.pd_linux] Error 2 make[2]: se sale del directorio «/home/mario/pd-extended/externals» make[1]: *** [externals_install] Error 2 make[1]: se sale del directorio «/home/mario/pd-extended/packages» make: *** [install] Error 2 ls: no se puede acceder a /home/mario/pd-extended/packages/linux_make/./Pd*.deb: No existe el fichero o el directorio upload specs linux_make . deb Uploading Unexpected local arg: debian If arg is a remote file/dir, prefix it with a colon (:). rsync error: syntax or usage error (code 1) at main.c(1236) [Receiver=3.0.7] mario@Mario-PK3D:~$/ _______________________________________________ Pd-list@iem.at mailto:Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I have always wished for my computer to be as easy to use as my telephone; my wish has come true because I can no longer figure out how to use my telephone." --Bjarne Stroustrup (creator of C++)
Ok remeve gem and gem2pdp. Now, I have these last lines:
/[...] chmod a-x "helplink.pd_linux" make[3]: se sale del directorio «/home/mario/pd-extended/externals/pddp» make -C /home/mario/pd-extended/externals/loaders/pdlua/src PD_PATH=/home/mario/pd-extended/pd CFLAGS="-DPD -I/home/mario/pd-extended/pd/src -Wall -W -ggdb -I/home/mario/pd-extended/externals/Gem -I/home/mario/pd-extended/externals/pdp/include -DUNIX -Dunix -DDL_OPEN -fPIC" make[3]: se ingresa al directorio «/home/mario/pd-extended/externals/loaders/pdlua/src» compiling pdlua version 0.6 cflags are -DPD -I/home/mario/pd-extended/pd/src -Wall -W -ggdb -I/home/mario/pd-extended/externals/Gem -I/home/mario/pd-extended/externals/pdp/include -DUNIX -Dunix -DDL_OPEN -fPIC optcflags are -O2 luacflags are -DVERSION='0.6' -I/usr/include/lua5.1 ldflags are -Wl,--export-dynamic -shared -fPIC libs are -llua5.1 -lc cc -DPD -I/home/mario/pd-extended/pd/src -Wall -W -ggdb -I/home/mario/pd-extended/externals/Gem -I/home/mario/pd-extended/externals/pdp/include -DUNIX -Dunix -DDL_OPEN -fPIC -O2 -DVERSION='"0.6"' -I/usr/include/lua5.1 -o "pdlua.o" -c "pdlua.c" *pdlua.c:40:17: fatal error: lua.h: No existe el fichero o el directorio* *compilation terminated. *make[3]: *** [pdlua.o] Error 1 make[3]: se sale del directorio «/home/mario/pd-extended/externals/loaders/pdlua/src» make[2]: *** [loaders-pdlua] Error 2 make[2]: se sale del directorio «/home/mario/pd-extended/externals» make[1]: *** [externals_install] Error 2 make[1]: se sale del directorio «/home/mario/pd-extended/packages» make: *** [install] Error 2 mario@Mario-PK3D:~/pd-extended/packages/linux_make$ /
El 06/07/11 13:22, Hans-Christoph Steiner escribió:
That error is from compiling Gem:
make[5]: se sale del directorio «/home/mario/pd-extended/externals/Gem/src»
So it seems that Gem is still being built. You'll also want to remove gem2pdp
.hc
On Wed, 06 Jul 2011 04:21 -0300, "Mario Mey"mariomey@gmail.com wrote:
I remove the gem from that file... and the same error...
El 05/07/11 23:36, Hans-Christoph Steiner escribió:
Gem is currently broken on GNU/Linux and IOhannes is on vacation. To make a build, remove 'gem' from LIB_TARGETS in pd-extended/externals/Makefile and the rest should build.
.hc
On Jul 4, 2011, at 11:47 PM, Mario Mey wrote:
Trying to compile PureData, SVN, on Ubuntu 11.04 AMD64, following the instruction from the page http://puredata.info/docs/developer, I did:
1.- rsync from the auto-build farm (from http://puredata.info/docs/developer/GettingPdSource) rsync -av --delete rsync://128.238.56.50/distros/pd-extended/ pd-extended/
2.- Preparing Ubuntu: http://puredata.info/docs/developer/UbuntuMaverick
3.- Building PD-Extended: http://puredata.info/docs/developer/BuildingPdExtended
But there's no .tar.bz2 or .deb on pure-data/packages/linux-make/build... These are the last lines while compilling. What should I do? I don't understand...
/[...] /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DPD -I/home/mario/pd-extended/pd/src -DHAVE_S_STUFF_H -O2 -freg-struct-return -O3 -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -MT libGem_la-SynchedWorkerThread.lo -MD -MP -MF .deps/libGem_la-SynchedWorkerThread.Tpo -c -o libGem_la-SynchedWorkerThread.lo
test -f 'SynchedWorkerThread.cpp' || echo './'
SynchedWorkerThread.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DPD -I/home/mario/pd-extended/pd/src -DHAVE_S_STUFF_H -O2 -freg-struct-return -O3 -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -MT libGem_la-SynchedWorkerThread.lo -MD -MP -MF .deps/libGem_la-SynchedWorkerThread.Tpo -c SynchedWorkerThread.cpp -fPIC -DPIC -o .libs/libGem_la-SynchedWorkerThread.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DPD -I/home/mario/pd-extended/pd/src -DHAVE_S_STUFF_H -O2 -freg-struct-return -O3 -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -MT libGem_la-SynchedWorkerThread.lo -MD -MP -MF .deps/libGem_la-SynchedWorkerThread.Tpo -c SynchedWorkerThread.cpp -o libGem_la-SynchedWorkerThread.o>/dev/null 2>&1 mv -f .deps/libGem_la-SynchedWorkerThread.Tpo .deps/libGem_la-SynchedWorkerThread.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DPD -I/home/mario/pd-extended/pd/src -DHAVE_S_STUFF_H -O2 -freg-struct-return -O3 -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -MT libGem_la-WorkerThread.lo -MD -MP -MF .deps/libGem_la-WorkerThread.Tpo -c -o libGem_la-WorkerThread.lotest -f 'WorkerThread.cpp' || echo './'
WorkerThread.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DPD -I/home/mario/pd-extended/pd/src -DHAVE_S_STUFF_H -O2 -freg-struct-return -O3 -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -MT libGem_la-WorkerThread.lo -MD -MP -MF .deps/libGem_la-WorkerThread.Tpo -c WorkerThread.cpp -fPIC -DPIC -o .libs/libGem_la-WorkerThread.o WorkerThread.cpp: In member function ‘bool gem::thread::WorkerThread::PIMPL::start()’: WorkerThread.cpp:135:22: error: aggregate ‘gem::thread::WorkerThread::PIMPL::start()::timeval sleep’ has incomplete type and cannot be defined WorkerThread.cpp:139:28: error: ‘select’ was not declared in this scope make[6]: *** [libGem_la-WorkerThread.lo] Error 1 make[6]: se sale del directorio «/home/mario/pd-extended/externals/Gem/src/Gem» make[5]: *** [all-recursive] Error 1 make[5]: se sale del directorio «/home/mario/pd-extended/externals/Gem/src» make[4]: *** [all] Error 2 make[4]: se sale del directorio «/home/mario/pd-extended/externals/Gem/src» make[3]: *** [all-recursive] Error 1 make[3]: se sale del directorio «/home/mario/pd-extended/externals/Gem» make[2]: *** [/home/mario/pd-extended/externals/Gem/Gem.pd_linux] Error 2 make[2]: se sale del directorio «/home/mario/pd-extended/externals» make[1]: *** [externals_install] Error 2 make[1]: se sale del directorio «/home/mario/pd-extended/packages» make: *** [install] Error 2 ls: no se puede acceder a /home/mario/pd-extended/packages/linux_make/./Pd*.deb: No existe el fichero o el directorio upload specs linux_make . deb Uploading Unexpected local arg: debian If arg is a remote file/dir, prefix it with a colon (:). rsync error: syntax or usage error (code 1) at main.c(1236) [Receiver=3.0.7] mario@Mario-PK3D:~$/ _______________________________________________ Pd-list@iem.atmailto:Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I have always wished for my computer to be as easy to use as my telephone; my wish has come true because I can no longer figure out how to use my telephone." --Bjarne Stroustrup (creator of C++)
With liblua5.1-0-dev installed, it could compile. Now, I have the .deb... trying to install with Software Center, I couldn't. Using "dpkg -i Pd....deb", neither:
mario@Mario-PK3D:~/pd-extended/packages/linux_make$ sudo dpkg -i Pd-0.43.1-extended-20110706.deb [sudo] password for mario: (Leyendo la base de datos ... 253108 ficheros o directorios instalados actualmente.) Preparando para reemplazar pd-extended 0.42.5-2 (usando Pd-0.43.1-extended-20110706.deb) ... Desempaquetando el reemplazo de pd-extended ... dpkg: error al procesar Pd-0.43.1-extended-20110706.deb (--install): intentando sobreescribir `/usr/bin/pd', que está también en el paquete puredata 0.42.6-2 dpkg-deb: error: el subproceso copiado se mató con la señal (Tubería rota) Se encontraron errores al procesar: Pd-0.43.1-extended-20110706.deb mario@Mario-PK3D:~/pd-extended/packages/linux_make$
Then I write "dpkg -i --force-all Pd...deb" and it installed...
/mario@Mario-PK3D:~/pd-extended/packages/linux_make$ sudo dpkg -i --force-all Pd-0.43.1-extended-20110706.deb (Leyendo la base de datos ... 253108 ficheros o directorios instalados actualmente.) Preparando para reemplazar pd-extended 0.42.5-2 (usando Pd-0.43.1-extended-20110706.deb) ... Desempaquetando el reemplazo de pd-extended ... dpkg: aviso: sobreseyendo el problema porque está activa la opción --force:
intentando sobreescribir `/usr/bin/pd', que está también en el paquete puredata 0.42.6-2 dpkg: aviso: sobreseyendo el problema porque está activa la opción --force:
intentando sobreescribir `/usr/include/m_pd.h', que está también en el paquete puredata 0.42.6-2 Configurando pd-extended (0.43.1~cvs20110706-1) ... Procesando disparadores para hicolor-icon-theme ... Procesando disparadores para bamfdaemon ... Rebuilding /usr/share/applications/bamf.index... Procesando disparadores para desktop-file-utils ... Procesando disparadores para python-gmenu ... Rebuilding /usr/share/applications/desktop.es_AR.utf8.cache... Procesando disparadores para shared-mime-info ... Unknown media type in type 'all/all' Unknown media type in type 'all/allfiles' Unknown media type in type 'uri/mms' Unknown media type in type 'uri/mmst' Unknown media type in type 'uri/mmsu' Unknown media type in type 'uri/pnm' Unknown media type in type 'uri/rtspt' Unknown media type in type 'uri/rtspu' Unknown media type in type 'interface/x-winamp-skin' Procesando disparadores para man-db ... Procesando disparadores para ureadahead ... Procesando disparadores para python-support ... mario@Mario-PK3D:~/pd-extended/packages/linux_make$ sudo dpkg -i --force-all Pd-0.43.1-extended-20110706.deb Seleccionando el paquete pd-extended previamente no seleccionado. (Leyendo la base de datos ... 246529 ficheros o directorios instalados actualmente.) Desempaquetando pd-extended (de Pd-0.43.1-extended-20110706.deb) ... Configurando pd-extended (0.43.1~cvs20110706-1) ... Procesando disparadores para hicolor-icon-theme ... Procesando disparadores para bamfdaemon ... Rebuilding /usr/share/applications/bamf.index... Procesando disparadores para desktop-file-utils ... Procesando disparadores para python-gmenu ... Rebuilding /usr/share/applications/desktop.es_AR.utf8.cache... Procesando disparadores para shared-mime-info ... Unknown media type in type 'all/all' Unknown media type in type 'all/allfiles' Unknown media type in type 'uri/mms' Unknown media type in type 'uri/mmst' Unknown media type in type 'uri/mmsu' Unknown media type in type 'uri/pnm' Unknown media type in type 'uri/rtspt' Unknown media type in type 'uri/rtspu' Unknown media type in type 'interface/x-winamp-skin' Procesando disparadores para man-db ... Procesando disparadores para ureadahead ... Procesando disparadores para python-support ... /
I don't find the pd-extended or pdextended to run it from terminal, neither the icon appear in the Ubuntu Menu. If I run /usr/lib/pd-extended/bin/pd... Pd-Extended runs... but with very very ugly font. There're a lot of boxes - commands that don't work:
From TIME: delay, line, timer, cputime, realtime, pipe (don't work) From MATH: random From MIDI: all From MISC: all, less declare From AUDIO MATH: the most From AUDIO GLUE: dac~, adc~, bang~ From AUDIO DELAY: All
I think it is not completly installed...
El 06/07/11 17:57, Martin Peach escribió:
On 2011-07-06 16:42, Mario Mey wrote:
*pdlua.c:40:17: fatal error: lua.h: No existe el fichero o el directorio* *compilation terminated.
You need to install the lua-dev package.
Martin
The bang (Ctrl-Shift-B) and toogle (Ctrl-Shift-B) don't work. Instead of that, appear:
bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1 tgl 15 0 empty empty empty 17 7 0 10 -203904 -1 -1 1 1
...?
El 06/07/11 18:48, Mario Mey escribió:
With liblua5.1-0-dev installed, it could compile. Now, I have the .deb... trying to install with Software Center, I couldn't. Using "dpkg -i Pd....deb", neither:
mario@Mario-PK3D:~/pd-extended/packages/linux_make$ sudo dpkg -i Pd-0.43.1-extended-20110706.deb [sudo] password for mario: (Leyendo la base de datos ... 253108 ficheros o directorios instalados actualmente.) Preparando para reemplazar pd-extended 0.42.5-2 (usando Pd-0.43.1-extended-20110706.deb) ... Desempaquetando el reemplazo de pd-extended ... dpkg: error al procesar Pd-0.43.1-extended-20110706.deb (--install): intentando sobreescribir `/usr/bin/pd', que está también en el paquete puredata 0.42.6-2 dpkg-deb: error: el subproceso copiado se mató con la señal (Tubería rota) Se encontraron errores al procesar: Pd-0.43.1-extended-20110706.deb mario@Mario-PK3D:~/pd-extended/packages/linux_make$
Then I write "dpkg -i --force-all Pd...deb" and it installed...
/mario@Mario-PK3D:~/pd-extended/packages/linux_make$ sudo dpkg -i --force-all Pd-0.43.1-extended-20110706.deb (Leyendo la base de datos ... 253108 ficheros o directorios instalados actualmente.) Preparando para reemplazar pd-extended 0.42.5-2 (usando Pd-0.43.1-extended-20110706.deb) ... Desempaquetando el reemplazo de pd-extended ... dpkg: aviso: sobreseyendo el problema porque está activa la opción --force:
intentando sobreescribir `/usr/bin/pd', que está también en el paquete puredata 0.42.6-2 dpkg: aviso: sobreseyendo el problema porque está activa la opción --force:
intentando sobreescribir `/usr/include/m_pd.h', que está también en el paquete puredata 0.42.6-2 Configurando pd-extended (0.43.1~cvs20110706-1) ... Procesando disparadores para hicolor-icon-theme ... Procesando disparadores para bamfdaemon ... Rebuilding /usr/share/applications/bamf.index... Procesando disparadores para desktop-file-utils ... Procesando disparadores para python-gmenu ... Rebuilding /usr/share/applications/desktop.es_AR.utf8.cache... Procesando disparadores para shared-mime-info ... Unknown media type in type 'all/all' Unknown media type in type 'all/allfiles' Unknown media type in type 'uri/mms' Unknown media type in type 'uri/mmst' Unknown media type in type 'uri/mmsu' Unknown media type in type 'uri/pnm' Unknown media type in type 'uri/rtspt' Unknown media type in type 'uri/rtspu' Unknown media type in type 'interface/x-winamp-skin' Procesando disparadores para man-db ... Procesando disparadores para ureadahead ... Procesando disparadores para python-support ... mario@Mario-PK3D:~/pd-extended/packages/linux_make$ sudo dpkg -i --force-all Pd-0.43.1-extended-20110706.deb Seleccionando el paquete pd-extended previamente no seleccionado. (Leyendo la base de datos ... 246529 ficheros o directorios instalados actualmente.) Desempaquetando pd-extended (de Pd-0.43.1-extended-20110706.deb) ... Configurando pd-extended (0.43.1~cvs20110706-1) ... Procesando disparadores para hicolor-icon-theme ... Procesando disparadores para bamfdaemon ... Rebuilding /usr/share/applications/bamf.index... Procesando disparadores para desktop-file-utils ... Procesando disparadores para python-gmenu ... Rebuilding /usr/share/applications/desktop.es_AR.utf8.cache... Procesando disparadores para shared-mime-info ... Unknown media type in type 'all/all' Unknown media type in type 'all/allfiles' Unknown media type in type 'uri/mms' Unknown media type in type 'uri/mmst' Unknown media type in type 'uri/mmsu' Unknown media type in type 'uri/pnm' Unknown media type in type 'uri/rtspt' Unknown media type in type 'uri/rtspu' Unknown media type in type 'interface/x-winamp-skin' Procesando disparadores para man-db ... Procesando disparadores para ureadahead ... Procesando disparadores para python-support ... /
I don't find the pd-extended or pdextended to run it from terminal, neither the icon appear in the Ubuntu Menu. If I run /usr/lib/pd-extended/bin/pd... Pd-Extended runs... but with very very ugly font. There're a lot of boxes - commands that don't work:
From TIME: delay, line, timer, cputime, realtime, pipe (don't work) From MATH: random From MIDI: all From MISC: all, less declare From AUDIO MATH: the most From AUDIO GLUE: dac~, adc~, bang~ From AUDIO DELAY: All
I think it is not completly installed...
El 06/07/11 17:57, Martin Peach escribió:
On 2011-07-06 16:42, Mario Mey wrote:
*pdlua.c:40:17: fatal error: lua.h: No existe el fichero o el directorio* *compilation terminated.
You need to install the lua-dev package.
Martin
Delete or move your preferences file, and then the 0.43 build will be
able to find the iemgui objects like bng or tgl.
.hc
On Jul 6, 2011, at 5:50 PM, Mario Mey wrote:
The bang (Ctrl-Shift-B) and toogle (Ctrl-Shift-B) don't work.
Instead of that, appear:bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1 tgl 15 0 empty empty empty 17 7 0 10 -203904 -1 -1 1 1
...?
El 06/07/11 18:48, Mario Mey escribió:
With liblua5.1-0-dev installed, it could compile. Now, I have
the .deb... trying to install with Software Center, I couldn't.
Using "dpkg -i Pd....deb", neither:mario@Mario-PK3D:~/pd-extended/packages/linux_make$ sudo dpkg -i
Pd-0.43.1-extended-20110706.deb [sudo] password for mario: (Leyendo la base de datos ... 253108 ficheros o directorios
instalados actualmente.) Preparando para reemplazar pd-extended 0.42.5-2 (usando Pd-0.43.1- extended-20110706.deb) ... Desempaquetando el reemplazo de pd-extended ... dpkg: error al procesar Pd-0.43.1-extended-20110706.deb (--install): intentando sobreescribir `/usr/bin/pd', que está también en el
paquete puredata 0.42.6-2 dpkg-deb: error: el subproceso copiado se mató con la señal
(Tubería rota) Se encontraron errores al procesar: Pd-0.43.1-extended-20110706.deb mario@Mario-PK3D:~/pd-extended/packages/linux_make$Then I write "dpkg -i --force-all Pd...deb" and it installed...
mario@Mario-PK3D:~/pd-extended/packages/linux_make$ sudo dpkg -i -- force-all Pd-0.43.1-extended-20110706.deb (Leyendo la base de datos ... 253108 ficheros o directorios
instalados actualmente.) Preparando para reemplazar pd-extended 0.42.5-2 (usando Pd-0.43.1- extended-20110706.deb) ... Desempaquetando el reemplazo de pd-extended ... dpkg: aviso: sobreseyendo el problema porque está activa la opción
--force:intentando sobreescribir `/usr/bin/pd', que está también en el
paquete puredata 0.42.6-2 dpkg: aviso: sobreseyendo el problema porque está activa la opción
--force:intentando sobreescribir `/usr/include/m_pd.h', que está también
en el paquete puredata 0.42.6-2 Configurando pd-extended (0.43.1~cvs20110706-1) ... Procesando disparadores para hicolor-icon-theme ... Procesando disparadores para bamfdaemon ... Rebuilding /usr/share/applications/bamf.index... Procesando disparadores para desktop-file-utils ... Procesando disparadores para python-gmenu ... Rebuilding /usr/share/applications/desktop.es_AR.utf8.cache... Procesando disparadores para shared-mime-info ... Unknown media type in type 'all/all' Unknown media type in type 'all/allfiles' Unknown media type in type 'uri/mms' Unknown media type in type 'uri/mmst' Unknown media type in type 'uri/mmsu' Unknown media type in type 'uri/pnm' Unknown media type in type 'uri/rtspt' Unknown media type in type 'uri/rtspu' Unknown media type in type 'interface/x-winamp-skin' Procesando disparadores para man-db ... Procesando disparadores para ureadahead ... Procesando disparadores para python-support ... mario@Mario-PK3D:~/pd-extended/packages/linux_make$ sudo dpkg -i -- force-all Pd-0.43.1-extended-20110706.deb Seleccionando el paquete pd-extended previamente no seleccionado. (Leyendo la base de datos ... 246529 ficheros o directorios
instalados actualmente.) Desempaquetando pd-extended (de Pd-0.43.1-extended-20110706.deb) ... Configurando pd-extended (0.43.1~cvs20110706-1) ... Procesando disparadores para hicolor-icon-theme ... Procesando disparadores para bamfdaemon ... Rebuilding /usr/share/applications/bamf.index... Procesando disparadores para desktop-file-utils ... Procesando disparadores para python-gmenu ... Rebuilding /usr/share/applications/desktop.es_AR.utf8.cache... Procesando disparadores para shared-mime-info ... Unknown media type in type 'all/all' Unknown media type in type 'all/allfiles' Unknown media type in type 'uri/mms' Unknown media type in type 'uri/mmst' Unknown media type in type 'uri/mmsu' Unknown media type in type 'uri/pnm' Unknown media type in type 'uri/rtspt' Unknown media type in type 'uri/rtspu' Unknown media type in type 'interface/x-winamp-skin' Procesando disparadores para man-db ... Procesando disparadores para ureadahead ... Procesando disparadores para python-support ...I don't find the pd-extended or pdextended to run it from terminal,
neither the icon appear in the Ubuntu Menu. If I run /usr/lib/pd- extended/bin/pd... Pd-Extended runs... but with very very ugly
font. There're a lot of boxes - commands that don't work:From TIME: delay, line, timer, cputime, realtime, pipe (don't work) From MATH: random From MIDI: all From MISC: all, less declare From AUDIO MATH: the most From AUDIO GLUE: dac~, adc~, bang~ From AUDIO DELAY: All
I think it is not completly installed...
El 06/07/11 17:57, Martin Peach escribió:
On 2011-07-06 16:42, Mario Mey wrote:
*pdlua.c:40:17: fatal error: lua.h: No existe el fichero o el
directorio* *compilation terminated.You need to install the lua-dev package.
Martin
All mankind is of one author, and is one volume; when one man dies,
one chapter is not torn out of the book, but translated into a better
language; and every chapter must be so translated.... -John Donne
With liblua5.1-0-dev installed, it could compile. Now, I have the .deb... trying to install with Software Center, I couldn't. Using "dpkg -i Pd....deb", I have this:
mario@Mario-PK3D:~/pd-extended/packages/linux_make$ sudo dpkg -i Pd-0.43.1-extended-20110706.deb [sudo] password for mario: (Leyendo la base de datos ... 253108 ficheros o directorios instalados actualmente.) Preparando para reemplazar pd-extended 0.42.5-2 (usando Pd-0.43.1-extended-20110706.deb) ... Desempaquetando el reemplazo de pd-extended ... dpkg: error al procesar Pd-0.43.1-extended-20110706.deb (--install): intentando sobreescribir `/usr/bin/pd', que está también en el paquete puredata 0.42.6-2 dpkg-deb: error: el subproceso copiado se mató con la señal *(Tubería rota)* Se encontraron errores al procesar: Pd-0.43.1-extended-20110706.deb mario@Mario-PK3D:~/pd-extended/packages/linux_make$
I don't know why it says "Broken pipe". Then I write "dpkg -i --force-all Pd...deb" and it installed...
/mario@Mario-PK3D:~/pd-extended/packages/linux_make$ sudo dpkg -i --force-all Pd-0.43.1-extended-20110706.deb (Leyendo la base de datos ... 253108 ficheros o directorios instalados actualmente.) Preparando para reemplazar pd-extended 0.42.5-2 (usando Pd-0.43.1-extended-20110706.deb) ... Desempaquetando el reemplazo de pd-extended ... dpkg: aviso: sobreseyendo el problema porque está activa la opción --force:
intentando sobreescribir `/usr/bin/pd', que está también en el paquete puredata 0.42.6-2 dpkg: aviso: sobreseyendo el problema porque está activa la opción --force:
intentando sobreescribir `/usr/include/m_pd.h', que está también en el paquete puredata 0.42.6-2 Configurando pd-extended (0.43.1~cvs20110706-1) ... Procesando disparadores para hicolor-icon-theme ... Procesando disparadores para bamfdaemon ... Rebuilding /usr/share/applications/bamf.index... Procesando disparadores para desktop-file-utils ... Procesando disparadores para python-gmenu ... Rebuilding /usr/share/applications/desktop.es_AR.utf8.cache... Procesando disparadores para shared-mime-info ... Unknown media type in type 'all/all' Unknown media type in type 'all/allfiles' Unknown media type in type 'uri/mms' Unknown media type in type 'uri/mmst' Unknown media type in type 'uri/mmsu' Unknown media type in type 'uri/pnm' Unknown media type in type 'uri/rtspt' Unknown media type in type 'uri/rtspu' Unknown media type in type 'interface/x-winamp-skin' Procesando disparadores para man-db ... Procesando disparadores para ureadahead ... Procesando disparadores para python-support ... mario@Mario-PK3D:~/pd-extended/packages/linux_make$ sudo dpkg -i --force-all Pd-0.43.1-extended-20110706.deb Seleccionando el paquete pd-extended previamente no seleccionado. (Leyendo la base de datos ... 246529 ficheros o directorios instalados actualmente.) Desempaquetando pd-extended (de Pd-0.43.1-extended-20110706.deb) ... Configurando pd-extended (0.43.1~cvs20110706-1) ... Procesando disparadores para hicolor-icon-theme ... Procesando disparadores para bamfdaemon ... Rebuilding /usr/share/applications/bamf.index... Procesando disparadores para desktop-file-utils ... Procesando disparadores para python-gmenu ... Rebuilding /usr/share/applications/desktop.es_AR.utf8.cache... Procesando disparadores para shared-mime-info ... Unknown media type in type 'all/all' Unknown media type in type 'all/allfiles' Unknown media type in type 'uri/mms' Unknown media type in type 'uri/mmst' Unknown media type in type 'uri/mmsu' Unknown media type in type 'uri/pnm' Unknown media type in type 'uri/rtspt' Unknown media type in type 'uri/rtspu' Unknown media type in type 'interface/x-winamp-skin' Procesando disparadores para man-db ... Procesando disparadores para ureadahead ... Procesando disparadores para python-support ... /
I don't find the pd-extended or pdextended to run it from terminal, neither the icon appear in the Ubuntu Menu. If I run /usr/lib/pd-extended/bin/pd... Pd-Extended runs... but with very very ugly and small font. There're a lot of boxes - commands that don't work:
From TIME: delay, line, timer, cputime, realtime, pipe From MATH: random From MIDI: all From MISC: all, less declare From AUDIO MATH: the most From AUDIO GLUE: dac~, adc~, bang~ From AUDIO DELAY: All
Also, the bang (Ctrl-Shift-B) and toogle (Ctrl-Shift-B) don't work. Instead of that, it appears:
bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1 tgl 15 0 empty empty empty 17 7 0 10 -203904 -1 -1 1 1
I think it is not completly installed...?
El 06/07/11 17:57, Martin Peach escribió:
On 2011-07-06 16:42, Mario Mey wrote:
*pdlua.c:40:17: fatal error: lua.h: No existe el fichero o el directorio* *compilation terminated.
You need to install the lua-dev package.
Martin
I think you want to do this:
sudo apt-get install liblua5.1-0-dev
.hc
On Wed, 06 Jul 2011 17:42 -0300, "Mario Mey" mariomey@gmail.com wrote:
Ok remeve gem and gem2pdp. Now, I have these last lines:
/[...] chmod a-x "helplink.pd_linux" make[3]: se sale del directorio «/home/mario/pd-extended/externals/pddp» make -C /home/mario/pd-extended/externals/loaders/pdlua/src PD_PATH=/home/mario/pd-extended/pd CFLAGS="-DPD -I/home/mario/pd-extended/pd/src -Wall -W -ggdb -I/home/mario/pd-extended/externals/Gem -I/home/mario/pd-extended/externals/pdp/include -DUNIX -Dunix -DDL_OPEN -fPIC" make[3]: se ingresa al directorio «/home/mario/pd-extended/externals/loaders/pdlua/src» compiling pdlua version 0.6 cflags are -DPD -I/home/mario/pd-extended/pd/src -Wall -W -ggdb -I/home/mario/pd-extended/externals/Gem -I/home/mario/pd-extended/externals/pdp/include -DUNIX -Dunix -DDL_OPEN -fPIC optcflags are -O2 luacflags are -DVERSION='0.6' -I/usr/include/lua5.1 ldflags are -Wl,--export-dynamic -shared -fPIC libs are -llua5.1 -lc cc -DPD -I/home/mario/pd-extended/pd/src -Wall -W -ggdb -I/home/mario/pd-extended/externals/Gem -I/home/mario/pd-extended/externals/pdp/include -DUNIX -Dunix -DDL_OPEN -fPIC -O2 -DVERSION='"0.6"' -I/usr/include/lua5.1 -o "pdlua.o" -c "pdlua.c" *pdlua.c:40:17: fatal error: lua.h: No existe el fichero o el directorio* *compilation terminated. *make[3]: *** [pdlua.o] Error 1 make[3]: se sale del directorio «/home/mario/pd-extended/externals/loaders/pdlua/src» make[2]: *** [loaders-pdlua] Error 2 make[2]: se sale del directorio «/home/mario/pd-extended/externals» make[1]: *** [externals_install] Error 2 make[1]: se sale del directorio «/home/mario/pd-extended/packages» make: *** [install] Error 2 mario@Mario-PK3D:~/pd-extended/packages/linux_make$ /
El 06/07/11 13:22, Hans-Christoph Steiner escribió:
That error is from compiling Gem:
make[5]: se sale del directorio «/home/mario/pd-extended/externals/Gem/src»
So it seems that Gem is still being built. You'll also want to remove gem2pdp
.hc
On Wed, 06 Jul 2011 04:21 -0300, "Mario Mey"mariomey@gmail.com wrote:
I remove the gem from that file... and the same error...
El 05/07/11 23:36, Hans-Christoph Steiner escribió:
Gem is currently broken on GNU/Linux and IOhannes is on vacation. To make a build, remove 'gem' from LIB_TARGETS in pd-extended/externals/Makefile and the rest should build.
.hc
On Jul 4, 2011, at 11:47 PM, Mario Mey wrote:
Trying to compile PureData, SVN, on Ubuntu 11.04 AMD64, following the instruction from the page http://puredata.info/docs/developer, I did:
1.- rsync from the auto-build farm (from http://puredata.info/docs/developer/GettingPdSource) rsync -av --delete rsync://128.238.56.50/distros/pd-extended/ pd-extended/
2.- Preparing Ubuntu: http://puredata.info/docs/developer/UbuntuMaverick
3.- Building PD-Extended: http://puredata.info/docs/developer/BuildingPdExtended
But there's no .tar.bz2 or .deb on pure-data/packages/linux-make/build... These are the last lines while compilling. What should I do? I don't understand...
/[...] /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DPD -I/home/mario/pd-extended/pd/src -DHAVE_S_STUFF_H -O2 -freg-struct-return -O3 -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -MT libGem_la-SynchedWorkerThread.lo -MD -MP -MF .deps/libGem_la-SynchedWorkerThread.Tpo -c -o libGem_la-SynchedWorkerThread.lo
test -f 'SynchedWorkerThread.cpp' || echo './'
SynchedWorkerThread.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DPD -I/home/mario/pd-extended/pd/src -DHAVE_S_STUFF_H -O2 -freg-struct-return -O3 -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -MT libGem_la-SynchedWorkerThread.lo -MD -MP -MF .deps/libGem_la-SynchedWorkerThread.Tpo -c SynchedWorkerThread.cpp -fPIC -DPIC -o .libs/libGem_la-SynchedWorkerThread.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DPD -I/home/mario/pd-extended/pd/src -DHAVE_S_STUFF_H -O2 -freg-struct-return -O3 -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -MT libGem_la-SynchedWorkerThread.lo -MD -MP -MF .deps/libGem_la-SynchedWorkerThread.Tpo -c SynchedWorkerThread.cpp -o libGem_la-SynchedWorkerThread.o>/dev/null 2>&1 mv -f .deps/libGem_la-SynchedWorkerThread.Tpo .deps/libGem_la-SynchedWorkerThread.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DPD -I/home/mario/pd-extended/pd/src -DHAVE_S_STUFF_H -O2 -freg-struct-return -O3 -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -MT libGem_la-WorkerThread.lo -MD -MP -MF .deps/libGem_la-WorkerThread.Tpo -c -o libGem_la-WorkerThread.lotest -f 'WorkerThread.cpp' || echo './'
WorkerThread.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DPD -I/home/mario/pd-extended/pd/src -DHAVE_S_STUFF_H -O2 -freg-struct-return -O3 -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -MT libGem_la-WorkerThread.lo -MD -MP -MF .deps/libGem_la-WorkerThread.Tpo -c WorkerThread.cpp -fPIC -DPIC -o .libs/libGem_la-WorkerThread.o WorkerThread.cpp: In member function ‘bool gem::thread::WorkerThread::PIMPL::start()’: WorkerThread.cpp:135:22: error: aggregate ‘gem::thread::WorkerThread::PIMPL::start()::timeval sleep’ has incomplete type and cannot be defined WorkerThread.cpp:139:28: error: ‘select’ was not declared in this scope make[6]: *** [libGem_la-WorkerThread.lo] Error 1 make[6]: se sale del directorio «/home/mario/pd-extended/externals/Gem/src/Gem» make[5]: *** [all-recursive] Error 1 make[5]: se sale del directorio «/home/mario/pd-extended/externals/Gem/src» make[4]: *** [all] Error 2 make[4]: se sale del directorio «/home/mario/pd-extended/externals/Gem/src» make[3]: *** [all-recursive] Error 1 make[3]: se sale del directorio «/home/mario/pd-extended/externals/Gem» make[2]: *** [/home/mario/pd-extended/externals/Gem/Gem.pd_linux] Error 2 make[2]: se sale del directorio «/home/mario/pd-extended/externals» make[1]: *** [externals_install] Error 2 make[1]: se sale del directorio «/home/mario/pd-extended/packages» make: *** [install] Error 2 ls: no se puede acceder a /home/mario/pd-extended/packages/linux_make/./Pd*.deb: No existe el fichero o el directorio upload specs linux_make . deb Uploading Unexpected local arg: debian If arg is a remote file/dir, prefix it with a colon (:). rsync error: syntax or usage error (code 1) at main.c(1236) [Receiver=3.0.7] mario@Mario-PK3D:~$/ _______________________________________________ Pd-list@iem.atmailto:Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I have always wished for my computer to be as easy to use as my telephone; my wish has come true because I can no longer figure out how to use my telephone." --Bjarne Stroustrup (creator of C++)