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
