Re: [PD] Stabel release?

2010-08-01 Thread Hans-Christoph Steiner

- Original message -
 Am 2010-07-30 19:58, schrieb Hans-Christoph Steiner:
  
   Any day now.  I think there are no outstanding problems with the latest
   release candidate version, so I just want to wait a bit before making it
   the final release.
  
   So please test it and report problems, bugs, etc!  Otherwise it'll be
   too late...
  

 Hi,
 while testing I just noticed that hcs/uname and hcs/hostname crash pd.
 This is true on Ubuntu Lucid 64 bit and Debian stable 32 bit. I think
 the problem is not a new one as 0.41.4 crahes too.

 Best regards,
 lw.

Awesome, thanks!  A bug report would be very helpful for me to remember to do 
this. (Its on the Help menu)

.Hc


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


Re: [PD] Stabel release?

2010-08-01 Thread Hans-Christoph Steiner

Sounds like you are missing a dependency probably a video lib, so pidip didn't 
build.  Check the debian and fedora pages for a listing.  Or scroll up and see 
which header pidip is complaining about.

.Hc

- Original message -
 Hi,

 ok, here is something:

 From svn I downloaded the complete pd-extended sources as described.

 After starting the compilation process as described, it fails with the
 following lines.

 By the way: Would be nice to update the build-instructions (name of
 the root dir isnt correct).



 install -d
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid
 install -p /tmp/pd-extended/externals/hcs/hid/hid.pd_linux \               
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid
 install -p /tmp/pd-extended/externals/hcs/hid/*.pd
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid
 install -d
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid/examples
 install -p /tmp/pd-extended/externals/hcs/hid/examples/*.pd  \               
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid/examples
 install -d
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp
 install -p /tmp/pd-extended/externals/pdp/*.pd_linux
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp
 install -p /tmp/pd-extended/externals/pdp/abstractions/*.pd
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp
 install -p /tmp/pd-extended/externals/pdp/doc/objects/*.*
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp
 install -d
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/manual
 install -p /tmp/pd-extended/externals/pdp/doc/reference.txt \               
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/manual
 install -d
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/examples
 install -p /tmp/pd-extended/externals/pdp/doc/introduction/*.* \              
  
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/examples
 install -p /tmp/pd-extended/externals/pdp/doc/examples/*.* \               
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/examples
 install -d
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pidip
 install -p /tmp/pd-extended/externals/pidip/*.pd_linux
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pidip
 install: cannot stat `/tmp/pd-extended/externals/pidip/*.pd_linux': No such 
 file
 or directory make[2]: *** [pidip_install] Error 1 make[2]: Leaving directory
 `/tmp/pd-extended/externals' make[1]: *** [externals_install] Error 2 make[1]:
 Leaving directory `/tmp/pd-extended/packages' make: *** [install] Error 2


 Best regards,
 mcc



 Hans-Christoph Steiner h...@at.or.at [10-07-30 20:04]:
 
  Any day now.  I think there are no outstanding problems with the latest
  release candidate version, so I just want to wait a bit before making it
  the final release.
 
  So please test it and report problems, bugs, etc!  Otherwise it'll be
  too late...
 
  .hc
 
  On Fri, 2010-07-30 at 19:37 +0200, meino.cra...@gmx.de wrote:
   Hi,
  
   (warning! I am not a native English speaker! :) )
  
   First of all: This is NO form of critism, urging, hurry-up message or
   anything else than a wish for information...
  
   A time ago I saw mail here announcing different release codes of the
   upcoming new version of pd-extra.
  
   When I the final release (stable or how it is called) planned?
  
   Thank you very much for your help in advance!
   Best regards,
   mcc
  
  
  
   ___
   Pd-list@iem.at mailing list
   UNSUBSCRIBE and account-management -
   http://lists.puredata.info/listinfo/pd-list
 
 
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 


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


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


Re: [PD] Stabel release?

2010-08-01 Thread ydego...@gmail.com


ola,

pidip still has a autoconf system which can tell you what is missing..
unfornately not used with pd-extended, if i understood it right

saludos,
sevy

Hans-Christoph Steiner wrote:

Sounds like you are missing a dependency probably a video lib, so pidip didn't 
build.  Check the debian and fedora pages for a listing.  Or scroll up and see 
which header pidip is complaining about.

.Hc

- Original message -
   

Hi,

ok, here is something:

 From svn I downloaded the complete pd-extended sources as described.

After starting the compilation process as described, it fails with the
following lines.

By the way: Would be nice to update the build-instructions (name of
the root dir isnt correct).



install -d
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid
install -p /tmp/pd-extended/externals/hcs/hid/hid.pd_linux \   
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid

install -p /tmp/pd-extended/externals/hcs/hid/*.pd
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid
install -d
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid/examples
install -p /tmp/pd-extended/externals/hcs/hid/examples/*.pd  \   
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid/examples

install -d
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp
install -p /tmp/pd-extended/externals/pdp/*.pd_linux
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp
install -p /tmp/pd-extended/externals/pdp/abstractions/*.pd
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp
install -p /tmp/pd-extended/externals/pdp/doc/objects/*.*
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp
install -d
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/manual
install -p /tmp/pd-extended/externals/pdp/doc/reference.txt \   
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/manual

install -d
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/examples
install -p /tmp/pd-extended/externals/pdp/doc/introduction/*.* \   
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/examples
install -p /tmp/pd-extended/externals/pdp/doc/examples/*.* \   
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/examples

install -d
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pidip
install -p /tmp/pd-extended/externals/pidip/*.pd_linux
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pidip
install: cannot stat `/tmp/pd-extended/externals/pidip/*.pd_linux': No such file
or directory make[2]: *** [pidip_install] Error 1 make[2]: Leaving directory
`/tmp/pd-extended/externals' make[1]: *** [externals_install] Error 2 make[1]:
Leaving directory `/tmp/pd-extended/packages' make: *** [install] Error 2


Best regards,
mcc



Hans-Christoph Steinerh...@at.or.at  [10-07-30 20:04]:
 

Any day now.  I think there are no outstanding problems with the latest
release candidate version, so I just want to wait a bit before making it
the final release.

So please test it and report problems, bugs, etc!  Otherwise it'll be
too late...

.hc

On Fri, 2010-07-30 at 19:37 +0200, meino.cra...@gmx.de wrote:
   

Hi,

(warning! I am not a native English speaker! :) )

First of all: This is NO form of critism, urging, hurry-up message or
anything else than a wish for information...

A time ago I saw mail here announcing different release codes of the
upcoming new version of pd-extra.

When I the final release (stable or how it is called) planned?

Thank you very much for your help in advance!
Best regards,
mcc



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



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

   


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


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



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


Re: [PD] Stabel release?

2010-08-01 Thread Hans-Christoph Steiner

Pd-extended does use the pidip autoconf stuff, but it gives an error if it 
can't find a lib.  That's by design.  Pd-extended aims to rpovide the same 
pidip on all platforms, so if it cant find a lib, that's an error for 
pd-extended.

If you want to build a custom pidip build, then use its build system directly.

.Hc

- Original message -

 ola,

 pidip still has a autoconf system which can tell you what is missing..
 unfornately not used with pd-extended, if i understood it right

 saludos,
 sevy

 Hans-Christoph Steiner wrote:
  Sounds like you are missing a dependency probably a video lib, so pidip 
  didn't
  build.  Check the debian and fedora pages for a listing.  Or scroll up and 
  see
  which header pidip is complaining about.
 
  .Hc
 
  - Original message -
    
   Hi,
  
   ok, here is something:
  
    From svn I downloaded the complete pd-extended sources as described.
  
   After starting the compilation process as described, it fails with the
   following lines.
  
   By the way: Would be nice to update the build-instructions (name of
   the root dir isnt correct).
  
  
  
   install -d
   /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid
   install -p /tmp/pd-extended/externals/hcs/hid/hid.pd_linux \             
   /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid
   install -p /tmp/pd-extended/externals/hcs/hid/*.pd
   /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid
   install -d
   /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid/examples
   install -p /tmp/pd-extended/externals/hcs/hid/examples/*.pd  \            
    
   /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid/examples
   install -d
   /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp
   install -p /tmp/pd-extended/externals/pdp/*.pd_linux
   /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp
   install -p /tmp/pd-extended/externals/pdp/abstractions/*.pd
   /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp
   install -p /tmp/pd-extended/externals/pdp/doc/objects/*.*
   /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp
   install -d
   /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/manual
   install -p /tmp/pd-extended/externals/pdp/doc/reference.txt \             
   /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/manual
   install -d
   /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/examples
   install -p /tmp/pd-extended/externals/pdp/doc/introduction/*.* \          
    
   
   /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/examples
   install -p /tmp/pd-extended/externals/pdp/doc/examples/*.* \             
   /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/examples
   install -d
   /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pidip
   install -p /tmp/pd-extended/externals/pidip/*.pd_linux
   /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pidip
   install: cannot stat `/tmp/pd-extended/externals/pidip/*.pd_linux': No 
   such
   file or directory make[2]: *** [pidip_install] Error 1 make[2]: Leaving
   directory `/tmp/pd-extended/externals' make[1]: *** [externals_install]
   Error 2 make[1]: Leaving directory `/tmp/pd-extended/packages' make: ***
   [install] Error 2
  
  
   Best regards,
   mcc
  
  
  
   Hans-Christoph Steinerh...@at.or.at  [10-07-30 20:04]:
       
Any day now.  I think there are no outstanding problems with the latest
release candidate version, so I just want to wait a bit before making it
the final release.
   
So please test it and report problems, bugs, etc!  Otherwise it'll be
too late...
   
.hc
   
On Fri, 2010-07-30 at 19:37 +0200, meino.cra...@gmx.de wrote:
          
 Hi,

 (warning! I am not a native English speaker! :) )

 First of all: This is NO form of critism, urging, hurry-up message or
 anything else than a wish for information...

 A time ago I saw mail here announcing different release codes of the
 upcoming new version of pd-extra.

 When I the final release (stable or how it is called) planned?

 Thank you very much for your help in advance!
 Best regards,
 mcc



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

Re: [PD] Stabel release?

2010-08-01 Thread Hans-Christoph Steiner

That one you don't need, i think...

.Hc

- Original message -
 I just can't find mysqlclient15-devel for Fedora 13 64-bit. Maybe
 that's the problem? How to build without it?

 2010/8/1 Hans-Christoph Steiner h...@eds.org:
 
  Pd-extended does use the pidip autoconf stuff, but it gives an error if it
  can't find a lib.  That's by design.  Pd-extended aims to rpovide the same
  pidip on all platforms, so if it cant find a lib, that's an error for
  pd-extended.
 
  If you want to build a custom pidip build, then use its build system 
  directly.
 
  .Hc
 
  - Original message -
  
   ola,
  
   pidip still has a autoconf system which can tell you what is missing..
   unfornately not used with pd-extended, if i understood it right
  
   saludos,
   sevy
  
   Hans-Christoph Steiner wrote:
Sounds like you are missing a dependency probably a video lib, so pidip
didn't build.  Check the debian and fedora pages for a listing.  Or 
scroll
up and see which header pidip is complaining about.
   
.Hc
   
- Original message -
   
 Hi,

 ok, here is something:

   From svn I downloaded the complete pd-extended sources as described.

 After starting the compilation process as described, it fails with the
 following lines.

 By the way: Would be nice to update the build-instructions (name of
 the root dir isnt correct).



 install -d
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid
 install -p /tmp/pd-extended/externals/hcs/hid/hid.pd_linux \
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid
 install -p /tmp/pd-extended/externals/hcs/hid/*.pd
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid
 install -d
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid/examples
 install -p /tmp/pd-extended/externals/hcs/hid/examples/*.pd  \
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid/examples
 install -d
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp
 install -p /tmp/pd-extended/externals/pdp/*.pd_linux
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp
 install -p /tmp/pd-extended/externals/pdp/abstractions/*.pd
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp
 install -p /tmp/pd-extended/externals/pdp/doc/objects/*.*
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp
 install -d
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/manual
 install -p /tmp/pd-extended/externals/pdp/doc/reference.txt \
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/manual
 install -d
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/examples
 install -p /tmp/pd-extended/externals/pdp/doc/introduction/*.* \

 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/examples
 install -p /tmp/pd-extended/externals/pdp/doc/examples/*.* \
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/examples
 install -d
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pidip
 install -p /tmp/pd-extended/externals/pidip/*.pd_linux
 /tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pidip
 install: cannot stat `/tmp/pd-extended/externals/pidip/*.pd_linux': No
 such file or directory make[2]: *** [pidip_install] Error 1 make[2]:
 Leaving directory `/tmp/pd-extended/externals' make[1]: ***
 [externals_install] Error 2 make[1]: Leaving directory
 `/tmp/pd-extended/packages' make: *** [install] Error 2


 Best regards,
 mcc



 Hans-Christoph Steinerh...@at.or.at  [10-07-30 20:04]:

  Any day now.  I think there are no outstanding problems with the 
  latest
  release candidate version, so I just want to wait a bit before 
  making
  it the final release.
 
  So please test it and report problems, bugs, etc!  Otherwise it'll 
  be
  too late...
 
  .hc
 
  On Fri, 2010-07-30 at 19:37 +0200, meino.cra...@gmx.de wrote:
 
   Hi,
  
   (warning! I am not a native English speaker! :) )
  
   First of all: This is NO form of critism, urging, hurry-up 
   message or
   anything else than a wish for information...
  
   A time ago I saw mail here announcing different release codes of 
   the
   upcoming new version of pd-extra.
  
   When I the final release (stable or how it is called) planned?
  
   Thank you very much for your help in advance!
   Best regards,
   mcc
  
  
  
   ___
   Pd-list@iem.at mailing list
   

Re: [PD] Stabel release?

2010-07-31 Thread Laurent WILLKOMM

Am 2010-07-30 19:58, schrieb Hans-Christoph Steiner:

 Any day now.  I think there are no outstanding problems with the latest
 release candidate version, so I just want to wait a bit before making it
 the final release.

 So please test it and report problems, bugs, etc!  Otherwise it'll be
 too late...


Hi,
while testing I just noticed that hcs/uname and hcs/hostname crash pd.
This is true on Ubuntu Lucid 64 bit and Debian stable 32 bit. I think 
the problem is not a new one as 0.41.4 crahes too.


Best regards,
lw.

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


[PD] Stabel release?

2010-07-30 Thread meino . cramer

Hi,

(warning! I am not a native English speaker! :) )

First of all: This is NO form of critism, urging, hurry-up message or
anything else than a wish for information...

A time ago I saw mail here announcing different release codes of the
upcoming new version of pd-extra.

When I the final release (stable or how it is called) planned?

Thank you very much for your help in advance! 
Best regards,
mcc



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


Re: [PD] Stabel release?

2010-07-30 Thread Hans-Christoph Steiner

Any day now.  I think there are no outstanding problems with the latest
release candidate version, so I just want to wait a bit before making it
the final release.

So please test it and report problems, bugs, etc!  Otherwise it'll be
too late...

.hc

On Fri, 2010-07-30 at 19:37 +0200, meino.cra...@gmx.de wrote:
 Hi,
 
 (warning! I am not a native English speaker! :) )
 
 First of all: This is NO form of critism, urging, hurry-up message or
 anything else than a wish for information...
 
 A time ago I saw mail here announcing different release codes of the
 upcoming new version of pd-extra.
 
 When I the final release (stable or how it is called) planned?
 
 Thank you very much for your help in advance! 
 Best regards,
 mcc
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list



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


Re: [PD] Stabel release?

2010-07-30 Thread meino . cramer
Hi,

 thank you for your reply, Hans-Christoph!

 I browsed throug the pd-download section of http://puredata.info/downloads 
 but I cant find the release code stuff.

 I need the source code and if possible a link to a compilation
 tutorial...

 best regards,
 mcc


Hans-Christoph Steiner h...@at.or.at [10-07-30 20:00]:
 
 Any day now.  I think there are no outstanding problems with the latest
 release candidate version, so I just want to wait a bit before making it
 the final release.
 
 So please test it and report problems, bugs, etc!  Otherwise it'll be
 too late...
 
 .hc
 
 On Fri, 2010-07-30 at 19:37 +0200, meino.cra...@gmx.de wrote:
  Hi,
  
  (warning! I am not a native English speaker! :) )
  
  First of all: This is NO form of critism, urging, hurry-up message or
  anything else than a wish for information...
  
  A time ago I saw mail here announcing different release codes of the
  upcoming new version of pd-extra.
  
  When I the final release (stable or how it is called) planned?
  
  Thank you very much for your help in advance! 
  Best regards,
  mcc
  
  
  
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management - 
  http://lists.puredata.info/listinfo/pd-list
 


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


Re: [PD] Stabel release?

2010-07-30 Thread Hans-Christoph Steiner

Try searching puredata.info for:

getting pd source
building pd-extended

Here are test binary releases:
http://at.or.at/hans/pd/installers.html

.hc

On Fri, 2010-07-30 at 20:30 +0200, meino.cra...@gmx.de wrote:
 Hi,
 
  thank you for your reply, Hans-Christoph!
 
  I browsed throug the pd-download section of http://puredata.info/downloads 
  but I cant find the release code stuff.
 
  I need the source code and if possible a link to a compilation
  tutorial...
 
  best regards,
  mcc
 
 
 Hans-Christoph Steiner h...@at.or.at [10-07-30 20:00]:
  
  Any day now.  I think there are no outstanding problems with the latest
  release candidate version, so I just want to wait a bit before making it
  the final release.
  
  So please test it and report problems, bugs, etc!  Otherwise it'll be
  too late...
  
  .hc
  
  On Fri, 2010-07-30 at 19:37 +0200, meino.cra...@gmx.de wrote:
   Hi,
   
   (warning! I am not a native English speaker! :) )
   
   First of all: This is NO form of critism, urging, hurry-up message or
   anything else than a wish for information...
   
   A time ago I saw mail here announcing different release codes of the
   upcoming new version of pd-extra.
   
   When I the final release (stable or how it is called) planned?
   
   Thank you very much for your help in advance! 
   Best regards,
   mcc
   
   
   
   ___
   Pd-list@iem.at mailing list
   UNSUBSCRIBE and account-management - 
   http://lists.puredata.info/listinfo/pd-list
  
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list



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


Re: [PD] Stabel release?

2010-07-30 Thread meino . cramer
Hi,

ok, here is something:

From svn I downloaded the complete pd-extended sources as described.

After starting the compilation process as described, it fails with the
following lines.

By the way: Would be nice to update the build-instructions (name of
the root dir isnt correct).



install -d 
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid
install -p /tmp/pd-extended/externals/hcs/hid/hid.pd_linux \

/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid
install -p /tmp/pd-extended/externals/hcs/hid/*.pd 
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid
install -d 
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid/examples
install -p /tmp/pd-extended/externals/hcs/hid/examples/*.pd  \

/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/hid/examples
install -d 
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp
install -p /tmp/pd-extended/externals/pdp/*.pd_linux 
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp
install -p /tmp/pd-extended/externals/pdp/abstractions/*.pd 
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp
install -p /tmp/pd-extended/externals/pdp/doc/objects/*.* 
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp
install -d 
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/manual
install -p /tmp/pd-extended/externals/pdp/doc/reference.txt \

/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/manual
install -d 
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/examples
install -p /tmp/pd-extended/externals/pdp/doc/introduction/*.* \

/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/examples
install -p /tmp/pd-extended/externals/pdp/doc/examples/*.* \

/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pdp/examples
install -d 
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pidip
install -p /tmp/pd-extended/externals/pidip/*.pd_linux 
/tmp/pd-extended/packages/linux_make/build//usr/lib/pd-extended/extra/pidip
install: cannot stat `/tmp/pd-extended/externals/pidip/*.pd_linux': No such 
file or directory
make[2]: *** [pidip_install] Error 1
make[2]: Leaving directory `/tmp/pd-extended/externals'
make[1]: *** [externals_install] Error 2
make[1]: Leaving directory `/tmp/pd-extended/packages'
make: *** [install] Error 2


Best regards,
mcc



Hans-Christoph Steiner h...@at.or.at [10-07-30 20:04]:
 
 Any day now.  I think there are no outstanding problems with the latest
 release candidate version, so I just want to wait a bit before making it
 the final release.
 
 So please test it and report problems, bugs, etc!  Otherwise it'll be
 too late...
 
 .hc
 
 On Fri, 2010-07-30 at 19:37 +0200, meino.cra...@gmx.de wrote:
  Hi,
  
  (warning! I am not a native English speaker! :) )
  
  First of all: This is NO form of critism, urging, hurry-up message or
  anything else than a wish for information...
  
  A time ago I saw mail here announcing different release codes of the
  upcoming new version of pd-extra.
  
  When I the final release (stable or how it is called) planned?
  
  Thank you very much for your help in advance! 
  Best regards,
  mcc
  
  
  
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management - 
  http://lists.puredata.info/listinfo/pd-list
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 


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