how sorry, I should have check the bug report first, Kubriel submitted this issue on 2014-11-15 and IOhannes submitted a patch to fix it the same day.
see : http://sourceforge.net/p/pure-data/patches/538/ so the question is why this patch haven't been applied in 0.46-4 release ? cheers Antoine -- do it yourself http://antoine.villeret.free.fr 2014-12-27 17:47 GMT+01:00 IOhannes zmölnig <[email protected]>: > > > Am 27. Dezember 2014 11:41:09 MEZ, schrieb Antoine Villeret < > [email protected]>: > >hello, > > > >I noticed that `make install` doesn't work anymore with autotools build > >system on my computer. > >I got this : > > > >Makefile:865: recipe for target 'install-nobase_dist_libpdDATA' failed > >make[3]: *** [install-nobase_dist_libpdDATA] Error 1 > >make[3]: Leaving directory '/home/antoine/pd/pd-0.46-4' > >Makefile:1220: recipe for target 'install-am' failed > >make[2]: *** [install-am] Error 2 > >make[2]: Leaving directory '/home/antoine/pd/pd-0.46-4' > >Makefile:917: recipe for target 'install-recursive' failed > >make[1]: *** [install-recursive] Error 1 > >make[1]: Leaving directory '/home/antoine/pd/pd-0.46-4' > >Makefile:1214: recipe for target 'install' failed > >make: *** [install] Error 2 > > > >The full log is here : > >https://gist.github.com/avilleret/a89ab2ae3c2fa89fab60 > > > >While Miller's build system works fine. > > > > The usual cause for this is some missing line-continuation backslash in > the DATA section of the Makefile.am > > (I cannot check the details right now) > mfg.ugd.fhj > IOhannes > > -- > Sent from my pdp-11 > > _______________________________________________ > Pd-dev mailing list > [email protected] > http://lists.puredata.info/listinfo/pd-dev >
diff --git a/Makefile.am b/Makefile.am index 0229dd9..b95c44a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -448,7 +448,6 @@ nobase_dist_libpd_DATA = \ doc/6.externs/test-obj3.pd \ doc/6.externs/test-obj4.pd \ doc/6.externs/test-obj5.pd \ - doc/7.stuff/soundfile-tools \ doc/7.stuff/soundfile-tools/1.ring-mod.pd \ doc/7.stuff/soundfile-tools/2.bandpass.pd \ doc/7.stuff/soundfile-tools/3.phase.vocoder.pd \ @@ -456,7 +455,6 @@ nobase_dist_libpd_DATA = \ doc/7.stuff/soundfile-tools/5.reverb.pd \ doc/7.stuff/soundfile-tools/6.vocoder.pd \ doc/7.stuff/soundfile-tools/README.txt \ - doc/7.stuff/synth \ doc/7.stuff/synth/1.poly.synth.pd \ doc/7.stuff/synth/gadsr.pd \ doc/7.stuff/synth/numset.pd \ @@ -468,7 +466,6 @@ nobase_dist_libpd_DATA = \ doc/7.stuff/synth/README.txt \ doc/7.stuff/synth/synthvoice.pd \ doc/7.stuff/synth/test-gadsr.pd \ - doc/7.stuff/tools \ doc/7.stuff/tools/latency.pd \ doc/7.stuff/tools/load-meter.pd \ doc/7.stuff/tools/testtone16.pd \
_______________________________________________ Pd-dev mailing list [email protected] http://lists.puredata.info/listinfo/pd-dev
