Re: [PD] pyext compile ubuntu

2008-10-14 Thread Vincent Rioux
hi Thomas and Patco, i had the same errors as you Patco but i finally managed to compile pyext on hardy, python2.5 this way: get sources from svn co https://svn.g.org/ext/trunk/flext svn co https://svn.g.org/ext/trunk/py compile flext compile py: cd py bash ../flext/build.sh pd gcc edit

[PD] pyext compile ubuntu

2008-09-25 Thread patco
hi, I've just downloaded flext and py sources from svn, and tried with both python 2.4 and 2.5, same errors: $ bash ../flext/build.sh pd gcc build make -f ../flext/buildsys/gnumake-sub.mak PLATFORM=lnx RTSYS=pd COMPILER=gcc BUILDPATH=../flext/buildsys/ PKGINFO=package.txt BUILDCLASS=ext

Re: [PD] pyext compile ubuntu

2008-09-25 Thread patco
Le mercredi 24 septembre 2008 à 16:42 +0200, patco a écrit : hi, I've just downloaded flext and py sources from svn, and tried with both python 2.4 and 2.5, same errors: snip -I/home/patco/Bureau/pd-devel/pd/src -I/usr/include/stk -I/usr/include/sndobj -I/usr/include/flext source/main.cpp

Re: [PD] pyext compile ubuntu

2008-09-25 Thread Thomas Grill
Hi, from which svn did you download? The pd svn is outdated and not the authoritative source. Please follow the links on http://puredata.info/Members/thomas/ gr~~~ Am 24.09.2008 um 16:42 schrieb patco: hi, I've just downloaded flext and py sources from svn, and tried with both python

Re: [PD] pyext compile ubuntu

2008-09-25 Thread Jacob Lee
Flext doesn't build from svn right now -- it now has its own repository at https://svn.g.org/ext/trunk/flext/ . Try building it from there. -- Jacob Lee [EMAIL PROTECTED] On Thu, Sep 25, 2008 at 7:40 AM, patco [EMAIL PROTECTED] wrote: Le mercredi 24 septembre 2008 à 16:42 +0200, patco a

Re: [PD] pyext compile ubuntu

2008-09-25 Thread patco
Hello, I've rebuilt flext with sources from https://svn.g.org/ext/trunk and py with both sources from puredata svn and g svn gives this error: source/pybuffer.cpp:36:33: erreur: numpy/arrayobject.h : Aucun fichier ou dossier de ce type $ locate arrayobject.h

Re: [PD] pyext compile ubuntu

2008-09-25 Thread Thomas Grill
Hi, with the poor remainders of my knowledge of the french language i would suppose that you don't have numerical Python (numpy) installed. You can a) Install it and adjust the paths in config.txt b) comment out NUMPY=1 or whatever indicates usage of numpy in config.txt gr~~~ Am 25.09.2008

Re: [PD] pyext compile ubuntu

2008-09-25 Thread Thomas Grill
Ooops, sorry i missed the $ locate command. If adjusting things in config.txt doesn't work check out the scripts in the build folder that are relevant for your platform. gr~~~ Am 25.09.2008 um 17:30 schrieb Thomas Grill: Hi, with the poor remainders of my knowledge of the french language i

Re: [PD] pyext compile ubuntu

2008-09-25 Thread patco
hello, I've got py working but it wasn't easy: py/pyext 0.2.1pre - python script objects (C)2002-2008 Thomas Grill - http://g.org/ext using Python 2.5.2 (r252:60911, Jul 31 2008, 17:44:49) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] Python array support enabled attached is a very dirty patch of

Re: [PD] pyext compile ubuntu

2008-09-25 Thread Thomas Grill
Hi, i just realized that you have numeric (and not numpy) installed. While py/pyext supports all three flavors of Python array packages (numarray, numeric and numpy) methinks that numpy is the only canonical choice at this time, while the others are outdated. Therefore, the py/pyext build