Re: [PD-dev] nightly builds for standalone libraries

2009-10-07 Thread dmotd
ydego...@free.fr wrote:
 pdp_opencv and pix_opencv have the autotools working

thanks yves, i'll look into your work
too. 

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] pd-lab build farm access

2009-10-07 Thread dmotd
hi,

this is an official request for access
to the PdLab nightly autobuild farm, as
described in: 

http://puredata.info/docs/developer/PdLab

i will be using the access to commit and
continue configuring my revised
buildsystem for 'pd-extended'. i need
access to the farm to be able to easily
test against different platforms. my
code will also be commited to the svn
trunk but i wish to fully test the
system in a contained environment first.

i have attached my ssh public key, (i am not
behind a fqdn, so i hope this doesn't
affect connection - let me know if this
is a problem).

cheers,
dmotd
ssh-dss 
B3NzaC1kc3MAAACBANgwVKWXuNJFMw+Cl4js/DxngI3lrETcB/o5jRo/+qYNkCP0QgJBAWXx9VG8K3pDmsEnR59XedRXEK/UTNh+KNYiQYSCQU3NhIzWG9aNevS4N208c1j8D/DG0ez+/GJp4Z+9OBliOx0FUg2B08T8PMX31XoQVsGlk/loFjt/3h1jFQD7iMiIFa8jw6hC7yc0zBw03rIq4wAAAIA3mPs2uDCZWqvKx7o5QzkuIjWe0PuZFlHOJOPkvGLl1kfY/gkfS0deXhhNKsYxg50q9y+AFeYEdWjwD5viis1oS94IcrP2klRQ2KHScgrncXNA5XZDprkNa3rqcyU39+KKGpQNBR56OTl9XFu7C30q7ZvddauGGZIC+8cjRhR/TQAAAIAfUqwmubaLApxE4CxzWQb3NApuqZ/xVlOyfDJfeHqRlXGzKtlk7bQt9cmMBlTH8L158G2rbqytSE2hbi4HADQOY4UpsrAzKwUgHvrD6L2RGDWNTQ8UWB4buKlvJUG2QCc4dSJIWRvxv6BwyTtH2J8yhRKxcJe95JBUgAMccgvZig==
 dm...@neondada
___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


Re: [PD-dev] iem_tab on amd64 WAS: Building extended on amd64

2009-10-07 Thread András Murányi
2009/10/7 Hans-Christoph Steiner h...@at.or.at- Hide quoted text -





 svn co https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/
 svn co
 https://pure-data.svn.sourceforge.net/svnroot/pure-data/branches/pd-extended/0.42/pd
 svn co
 https://pd-gem.svn.sourceforge.net/svnroot/pd-gem/branches/0.92/Gem


 i'm here:

 gcc -DPD -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses
 -Wno-switch -fPIC -O2 -funroll-loops -fomit-frame-pointer -ffast-math
 -DPDP_VERSION=\0.12.5-darcs\ -I. -I/usr/X11R6/include  -I../include
 -I../../include -I/home/muranyia/Download/pure-data/pd/src   -o pdp_reg.o -c
 pdp_reg.c
 In file included from ../../include/pdp.h:80,
  from pdp_reg.c:23:
 ../../include/pdp_matrix.h:25:27: error: gsl/gsl_block.h: No such file or
 directory
 ../../include/pdp_matrix.h:26:28: error: gsl/gsl_vector.h: No such file or
 directory
 ../../include/pdp_matrix.h:27:28: error: gsl/gsl_matrix.h: No such file or
 directory
 ../../include/pdp_matrix.h:28:26: error: gsl/gsl_blas.h: No such file or
 directory
 ../../include/pdp_matrix.h:29:29: error: gsl/gsl_linalg.h: No such file or
 directory
 In file included from ../../include/pdp.h:80,
  from pdp_reg.c:23:
 ../../include/pdp_matrix.h:44: error: expected specifier-qualifier-list
 before ‘gsl_block’
 ../../include/pdp_matrix.h:65: error: expected ‘)’ before ‘TransA’
 ../../include/pdp_matrix.h:80: error: expected ‘)’ before ‘TransA’
 ../../include/pdp_matrix.h:84: error: expected ‘)’ before ‘TransA’
 make[5]: *** [pdp_reg.o] Error 1
 make[5]: Leaving directory
 `/home/muranyia/Download/pure-data/externals/pdp/modules/generic'
 make[4]: *** [current] Error 2
 make[4]: Leaving directory
 `/home/muranyia/Download/pure-data/externals/pdp/modules'
 make[3]: *** [pdp_all] Error 2
 make[3]: Leaving directory
 `/home/muranyia/Download/pure-data/externals/pdp'
 make[2]: ***
 [/home/muranyia/Download/pure-data/externals/pdp/pdp.pd_linux] Error 2
 make[2]: Leaving directory `/home/muranyia/Download/pure-data/externals'
 make[1]: *** [externals_install] Error 2
 make[1]: Leaving directory `/home/muranyia/Download/pure-data/packages'
 make: *** [install] Error 2


 You're missing a lib from here, I'm guessing libgsl0-dev. based on the 

 error: gsl/gsl_block.h: No such file or directory


 http://puredata.info/docs/developer/Debian

 .hc


I am not worthy of this:

linux_make install succeeded!


-fPIC was added to the main Makefile (CFLAGS), externals/miXed/Makefile.common
(DEFINES), and externals/pdp/opengl/Makefile.config (CFLAGS)

How can i start it up?

-- 
Muranyi Andras
___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


Re: [PD-dev] Tabbed Console plugin

2009-10-07 Thread András Murányi
2009/10/5 Steffen Juul st...@dibidut.dk


 On 02/10/2009, at 20.45, András Murányi wrote:

  i've attached the first version of a Tabbed Console plugin. The goal is
 that new messages can be sorted on new tabs by their prefix (the part before
 the colon).


 Thanks, could be useful.

 Just one comment. It doesn't handle lists all that well. Fx

 [Walk the dog(
 |
 [print x1]

 All the best,
 Steffen


Thanks for the comments.
I have switched off the autofocus, and put a variable to let folks switch it
on. However, i have no idea how to signal new messages as i cannot even
change the text in the tabs once created.
Lists... they seem to be already chopped up at the C side. This means the
plugin cannot deal with lists.

Andras


tabbed_console-plugin.tcl
Description: Tcl script
___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


Re: [PD-dev] iem_tab on amd64 WAS: Building extended on amd64

2009-10-07 Thread Hans-Christoph Steiner


On Oct 7, 2009, at 7:24 PM, András Murányi wrote:




2009/10/7 Hans-Christoph Steiner h...@at.or.at





svn co https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/
svn co 
https://pure-data.svn.sourceforge.net/svnroot/pure-data/branches/pd-extended/0.42/pd
svn co https://pd-gem.svn.sourceforge.net/svnroot/pd-gem/branches/0.92/Gem

i'm here:

gcc -DPD -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses - 
Wno-switch -fPIC -O2 -funroll-loops -fomit-frame-pointer -ffast- 
math   -DPDP_VERSION=\0.12.5-darcs\ -I. -I/usr/X11R6/include  - 
I../include -I../../include -I/home/muranyia/Download/pure-data/pd/ 
src   -o pdp_reg.o -c pdp_reg.c

In file included from ../../include/pdp.h:80,
 from pdp_reg.c:23:
../../include/pdp_matrix.h:25:27: error: gsl/gsl_block.h: No such  
file or directory
../../include/pdp_matrix.h:26:28: error: gsl/gsl_vector.h: No such  
file or directory
../../include/pdp_matrix.h:27:28: error: gsl/gsl_matrix.h: No such  
file or directory
../../include/pdp_matrix.h:28:26: error: gsl/gsl_blas.h: No such  
file or directory
../../include/pdp_matrix.h:29:29: error: gsl/gsl_linalg.h: No such  
file or directory

In file included from ../../include/pdp.h:80,
 from pdp_reg.c:23:
../../include/pdp_matrix.h:44: error: expected specifier-qualifier- 
list before ‘gsl_block’

../../include/pdp_matrix.h:65: error: expected ‘)’ before ‘TransA’
../../include/pdp_matrix.h:80: error: expected ‘)’ before ‘TransA’
../../include/pdp_matrix.h:84: error: expected ‘)’ before ‘TransA’
make[5]: *** [pdp_reg.o] Error 1
make[5]: Leaving directory `/home/muranyia/Download/pure-data/ 
externals/pdp/modules/generic'

make[4]: *** [current] Error 2
make[4]: Leaving directory `/home/muranyia/Download/pure-data/ 
externals/pdp/modules'

make[3]: *** [pdp_all] Error 2
make[3]: Leaving directory `/home/muranyia/Download/pure-data/ 
externals/pdp'
make[2]: *** [/home/muranyia/Download/pure-data/externals/pdp/ 
pdp.pd_linux] Error 2
make[2]: Leaving directory `/home/muranyia/Download/pure-data/ 
externals'

make[1]: *** [externals_install] Error 2
make[1]: Leaving directory `/home/muranyia/Download/pure-data/ 
packages'

make: *** [install] Error 2



You're missing a lib from here, I'm guessing libgsl0-dev. based on  
the 

error: gsl/gsl_block.h: No such file or directory


http://puredata.info/docs/developer/Debian

.hc


I am not worthy of this:

linux_make install succeeded!

-fPIC was added to the main Makefile (CFLAGS), externals/miXed/ 
Makefile.common (DEFINES), and externals/pdp/opengl/Makefile.config  
(CFLAGS)


How can i start it up?

--
Muranyi Andras



You can try installing the .deb, or this:

cd packages/linux_make/build/usr/bin
./pd

.hc



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++)


___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev