On 2/24/19 12:04 AM, Danilo Pecher wrote: > Hi Jon, > > I'll have a look into creating a git patch, but that may take a day or > two as I'm on a business trip for the next days. As for the gencat
I'll go ahead any apply your patch manually for this case. git format-patch is pretty simple. It has the benefit that all the information needed to make a commit is present, so all I need is 'git am' to add the patch and relevant commit to the repo. In your case, instead of running git diff > some.patch you would have just run git format-patch -1 And send the file it created. > issue: Many non-Linux systems use their own standard tools. gencat is > part of the C-Library, and the BSDs use their own implementation instead > of glibc. I'll try your suggested fix when I have the time, We'll have > to check for Solaris and OpenIndiana too, as I would hazard a guess that > Ulrich hasn't made that change out of boredom. Correct, I'm sure it caused warnings as well. I won't make that change until some people can try it out first. I seem to recall $quote was pretty universally supported, but I'm not certain. -jon > > cheers, Danilo > > On Sat, 23 Feb 2019 at 21:04, Jon Trulson <j...@radscan.com > <mailto:j...@radscan.com>> wrote: > > On 2/22/19 11:57 PM, Danilo Pecher wrote: > > Moin, > > > > I've done the proposed change to enable using the system TCL on > NetBSD, > > and that fixes the build, mostly. There are still the nls errors > to deal > > Hi, could you resend that in git format-patch format? This is just a > diff, which requires me to create the commit (and claim all credit for > it :) myself. > > > with. I've attached the build log (just search for '10040') They all > > come from a single common sgml per language, but spread to over > 300 files. > > > > The only fix I know of is substituting \\\" for a simple ´. That fixes > > it for me. > > > > cde/programs/localized/C/types/_common.dt.tmsg > > Well, it looks like this was changed from ' to \\\" in commit 01d6c36 by > Ulrich Wilkens for OpenIndiana and Solaris way back in Oct 2014. GNU > gencat seems ok with either. > > I wonder if something like this might work for all systems: > > $quote " > 10040 ERROR: "%(File)Arg_1%" is not a folder. > $quote > > I made the change and tested on ubuntu 18.04 without issues... > > ? Ulrich? > > -jon > > > cheers, Hippo > > > > > > _______________________________________________ > > cdesktopenv-devel mailing list > > cdesktopenv-devel@lists.sourceforge.net > <mailto:cdesktopenv-devel@lists.sourceforge.net> > > https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel > > > > -- > Jon Trulson > > "The Party told you to reject the evidence of your eyes and ears. > It was their final, most essential command." > > -- 1984 > > > _______________________________________________ > cdesktopenv-devel mailing list > cdesktopenv-devel@lists.sourceforge.net > <mailto:cdesktopenv-devel@lists.sourceforge.net> > https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel > -- Jon Trulson "The Party told you to reject the evidence of your eyes and ears. It was their final, most essential command." -- 1984 _______________________________________________ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel