Re: [PD] pdp_opencv with pd-extended 0.42.5

2010-11-11 Thread lluis gomez i bigorda
Al 11/11/10 00:43, En/na Olm-e ha escrit:
 thanks but ...
 I still can't ping from here artefacte.org (91.121.76.110) where the
 .deb are (as said before) and still can't build pix_opencv nor
 pdp_opencv from source (obviously taken on the hangar wiki ;) ) with
 same error :


artefacte.org is back.

salut,
ll.

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


Re: [PD] pdp_opencv with pd-extended 0.42.5

2010-11-11 Thread Olm-e
thanks, I can acces it now :)

pdp_opencv is working from binaries (as expected) but it should be good
the source compile too... (to be able to use pix_opencv f.ex.)

have a nice day,

Ol;
ogeem.be
okno.be

lluis gomez i bigorda wrote:
 Al 11/11/10 00:43, En/na Olm-e ha escrit:
   
 thanks but ...
 I still can't ping from here artefacte.org (91.121.76.110) where the
 .deb are (as said before) and still can't build pix_opencv nor
 pdp_opencv from source (obviously taken on the hangar wiki ;) ) with
 same error :
 


 artefacte.org is back.

 salut,
 ll.

   


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


Re: [PD] pdp_opencv with pd-extended 0.42.5

2010-11-11 Thread ydego...@gmail.com

ola,


Olm-e wrote:

thanks but ...
I still can't ping from here artefacte.org (91.121.76.110) where the
.deb are (as said before)

artefacte.org is now back on line...
but the packages there are for pd 0.41-4,
so it's not what you need.

you can try pure:dyne packages instead :
https://launchpad.net/~puredyne-team/+archive/ppa?field.series_filter=lucid,
these packages are for pd 0.42-1


and still can't build pix_opencv nor
pdp_opencv from source (obviously taken on the hangar wiki ;) ) with
same error :

$ ./configure --with-pd=/home/myname/pd-src/Pd-0.42.5-extended/pd
   


this is wrong!

obviously these are not the pd source, but binaries..

when we say sources, you need a pd/src folder

in svn you'd have to do :

/Software/pd-svn/trunk/externals/pix_opencv# ./configure --with-pd=../../pd


configure: WARNING: unrecognized option :  --with-pd
   

this is just a warning that you can ignore,
if you had the pd sources it would work really

[...]
looking for pd-sources (required) ... pd source tree not found...
install it and use the --with-pd=path  configuration option.
$_

(here pdp_opencv source path is not given but it's the same and it stops
before to check)

thanks for the attention anyway

Ol.
ogeem.be
okno.be

   

saludos,
sevy

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


Re: [PD] pdp_opencv with pd-extended 0.42.5

2010-11-11 Thread Olm-e
ydego...@gmail.com wrote:
 ola,


 Olm-e wrote:
 thanks but ...
 I still can't ping from here artefacte.org (91.121.76.110) where the
 .deb are (as said before)
 artefacte.org is now back on line...
 but the packages there are for pd 0.41-4,
 so it's not what you need.

 you can try pure:dyne packages instead :
 https://launchpad.net/~puredyne-team/+archive/ppa?field.series_filter=lucid,

 these packages are for pd 0.42-1

 and still can't build pix_opencv nor
 pdp_opencv from source (obviously taken on the hangar wiki ;) ) with
 same error :

 $ ./configure --with-pd=/home/myname/pd-src/Pd-0.42.5-extended/pd


 this is wrong!

 obviously these are not the pd source, but binaries..

 when we say sources, you need a pd/src folder

 in svn you'd have to do :

 /Software/pd-svn/trunk/externals/pix_opencv# ./configure
 --with-pd=../../pd

Hi,

sorry, I am using the source from the tgz, not binaries, and pointing to
/home/myname/pd-src/Pd-0.42.5-extended/pd/src give me the same error...
(I tried different dir, nothing change... )
I did not build pd since the binary is working well, I was just trying
to add opencv to it.

pdp_opencv binaries for 0.41-4 works for me, but I'll try with puredyne
packages for pix_opencv... thanks for you time.

Ol;

ogeem.be
okno.be
 
 configure: WARNING: unrecognized option :  --with-pd

 this is just a warning that you can ignore,
 if you had the pd sources it would work really
 [...]
 looking for pd-sources (required) ... pd source tree not found...
 install it and use the --with-pd=path  configuration option.
 $_

 (here pdp_opencv source path is not given but it's the same and it stops
 before to check)

 thanks for the attention anyway

 Ol.
 ogeem.be
 okno.be


 saludos,
 sevy




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


Re: [PD] pdp_opencv with pd-extended 0.42.5

2010-11-11 Thread ydego...@gmail.com

ola,

sorry, I am using the source from the tgz, not binaries, and pointing to
/home/myname/pd-src/Pd-0.42.5-extended/pd/src give me the same error...
(I tried different dir, nothing change... )
   

well no, don't put /src and obviously pd-extended
is not packaged like the usual pd,

the real test is :


if test -f $PD_DIR/src/m_pd.h
then
  AC_SUBST(PD_DIR)
  echo ok.
else
  echo pd source tree not found... install it and use the 
--with-pd=path configuration option.

  exit -1
fi

the PD_DIR should be /home/myname/pd-src/Pd-0.42.5-extended/pd,
but in this you don't have src/m_pd.h...

we said sources of pd, not of pd-extended..

ciao,
sevy

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


Re: [PD] pdp_opencv with pd-extended 0.42.5

2010-11-11 Thread Olm-e
ydego...@gmail.com wrote:
 ola,
 sorry, I am using the source from the tgz, not binaries, and pointing to
 /home/myname/pd-src/Pd-0.42.5-extended/pd/src give me the same error...
 (I tried different dir, nothing change... )

 well no, don't put /src and obviously pd-extended
 is not packaged like the usual pd,

 the real test is :


 if test -f $PD_DIR/src/m_pd.h
 then
   AC_SUBST(PD_DIR)
   echo ok.
 else
   echo pd source tree not found... install it and use the
 --with-pd=path configuration option.
   exit -1
 fi

 the PD_DIR should be /home/myname/pd-src/Pd-0.42.5-extended/pd,
 but in this you don't have src/m_pd.h...

 we said sources of pd, not of pd-extended..

 ciao,
 sevy

Ha, ok then,

Thanks for the disembiguation, didn't knew sources where structured
differently for pd in extended and vanilla...
so I'm trying now with pd vanilla and pdp from separate sources archive...

still binaries for pdp_opencv version pd-0.41.1 works for me to this
point ...

cheers,

Ol;

ogeem.be
okno.be



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


[PD] pdp_opencv with pd-extended 0.42.5

2010-11-10 Thread Olm-e

Hi.. I was trying to compile the pdp_opencv for pd-extended 0.42.5 on
ubuntu 10.04-i386 but the configure script makes me some troubles ...
it needs the --with-pd=/bla/bla parameter for the sources of pd, but
when given it says that the option -with-pd is unrecognized, and
complain later that pd sources tree not found, install it and use the
--with-pd=path config option .

so something seems wrong in the configure script but I can't fix it
myself like that ... any hints?

thanks a lot,

(I wanted first to try the binaries but artefacte.org times out ... )

Ol.
ogeem.be
okno.be

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


Re: [PD] pdp_opencv with pd-extended 0.42.5

2010-11-10 Thread Jose Luis Santorcuato
Well i tested opencv with ubuntu 9.04 and .deb, works very fine, maybe you
can try with .deb...in the open cv Hangar site.

I tested in Os x 10.5.8 and works, in snow leopard i installed Pd 0.4.1.4...
not working  with  Snow Leopard release cv (IME)...Works with old Pd.

http://www.hangar.org/wikis/lab/doku.php?id=start:puredata_opencv

Check .deb and good luck!


José

2010/11/10 Olm-e o...@ogeem.be


 Hi.. I was trying to compile the pdp_opencv for pd-extended 0.42.5 on
 ubuntu 10.04-i386 but the configure script makes me some troubles ...
 it needs the --with-pd=/bla/bla parameter for the sources of pd, but
 when given it says that the option -with-pd is unrecognized, and
 complain later that pd sources tree not found, install it and use the
 --with-pd=path config option .

 so something seems wrong in the configure script but I can't fix it
 myself like that ... any hints?

 thanks a lot,

 (I wanted first to try the binaries but artefacte.org times out ... )

 Ol.
 ogeem.be
 okno.be

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




-- 
http://arselectronicachile.blogspot.com
http://comunicacionnativa.blogspot.com/
http://www.myspace.com/santorcuato
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pdp_opencv with pd-extended 0.42.5

2010-11-10 Thread Olm-e
thanks but ...
I still can't ping from here artefacte.org (91.121.76.110) where the
.deb are (as said before) and still can't build pix_opencv nor
pdp_opencv from source (obviously taken on the hangar wiki ;) ) with
same error :

$ ./configure --with-pd=/home/myname/pd-src/Pd-0.42.5-extended/pd 
configure: WARNING: unrecognized option :  --with-pd
[...]
looking for pd-sources (required) ... pd source tree not found...
install it and use the --with-pd=path configuration option.
$_

(here pdp_opencv source path is not given but it's the same and it stops
before to check)

thanks for the attention anyway

Ol.
ogeem.be
okno.be

Jose Luis Santorcuato wrote:
 Well i tested opencv with ubuntu 9.04 and .deb, works very fine, maybe
 you can try with .deb...in the open cv Hangar site.

 I tested in Os x 10.5.8 and works, in snow leopard i installed Pd
 0.4.1.4... not working  with  Snow Leopard release cv (IME)...Works
 with old Pd.

 http://www.hangar.org/wikis/lab/doku.php?id=start:puredata_opencv

 Check .deb and good luck!


 José

 2010/11/10 Olm-e o...@ogeem.be mailto:o...@ogeem.be


 Hi.. I was trying to compile the pdp_opencv for pd-extended 0.42.5 on
 ubuntu 10.04-i386 but the configure script makes me some troubles ...
 it needs the --with-pd=/bla/bla parameter for the sources of pd, but
 when given it says that the option -with-pd is unrecognized, and
 complain later that pd sources tree not found, install it and use the
 --with-pd=path config option .

 so something seems wrong in the configure script but I can't fix it
 myself like that ... any hints?

 thanks a lot,

 (I wanted first to try the binaries but artefacte.org
 http://artefacte.org times out ... )

 Ol.
 ogeem.be http://ogeem.be
 okno.be http://okno.be

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




 -- 
 http://arselectronicachile.blogspot.com
 http://comunicacionnativa.blogspot.com/ 
 http://www.myspace.com/santorcuato





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