Since I don't know what's going on... do you mean to put the line empty=
in makefile.am? thanks M On Tue, Apr 26, 2016 at 11:30:45PM -0600, Dan Wilcox wrote: > The patch works except for 1 issue: the “” empty string actually shows up in > the list, so make dies with a no “” target found error. > > Fix is just to leave the variable empty ala > > empty= > > In any case, I confirm it works now as I could build *with* and *without* > gettext installed. > > -------- > Dan Wilcox > @danomatika <https://twitter.com/danomatika> > danomatika.com <http://danomatika.com/> > robotcowboy.com <http://robotcowboy.com/> > > On Apr 26, 2016, at 10:18 PM, Dan Wilcox <[email protected]> wrote: > > > > That’s helpful, thanks. I’ll throw up what I’m doing soon and include this. > > > > -------- > > Dan Wilcox > > @danomatika <https://twitter.com/danomatika> > > danomatika.com <http://danomatika.com/> > > robotcowboy.com <http://robotcowboy.com/> > >> On Apr 26, 2016, at 4:11 PM, [email protected] > >> <mailto:[email protected]> wrote: > >> > >> From: IOhannes m zmölnig <[email protected] <mailto:[email protected]>> > >> Subject: [PD-dev] optionally building po/ > >> Date: April 26, 2016 at 4:00:00 PM MDT > >> To: PureData developer's list <[email protected] > >> <mailto:[email protected]>> > >> > >> > >> i remember somebody mentioning problems with the autotools-based build > >> failing if gettext was not installed. > >> alas, i cannot find the email (but i suspect dan). > >> > >> anyhow, could that person (or somebody else) test whether the attached > >> patch fixes this? (it should just not try to build the po files) > > > > _______________________________________________ > Pd-dev mailing list > [email protected] > https://lists.puredata.info/listinfo/pd-dev _______________________________________________ Pd-dev mailing list [email protected] https://lists.puredata.info/listinfo/pd-dev
