|
From: Tatsuro M. <tma...@ya...> - 2012-01-09 22:20:06
|
Hello
I have check out the latest cvs tips.
On the MinGW, all.dem went well. Thanks!
However, on the Cygwin, 'make check' did not work due to the following
make[2]: *** No rule to make target `../term/mac.trm', needed by `term.o'. Stop.
The error might be imported recent change for mac.trm
******************************************************
2012-01-09 Ethan A Merritt <merritt@u.washington.edu>
* docs/Makefile.in src/term.h src/makefile.awc term/mac.trm:
Remove vestigial terminal wrapper (contents are long gone).
*********************************************************
Regards
Tatsuro
--- On Mon, 2012/1/9, sfeam (Ethan Merritt) wrote:
> On Sunday, 08 January 2012, Tatsuro MATSUOKA wrote:
> > Hello
> >
> > borders.dem fails in the current cvs tip
> >
> > ********************** file borders.dem *********************
> >
> > border is not drawn
> >
> >
> > ;
> > set border bb;
> > show border;
> > set label 1 "Border = %.0f",bb at 5,5 center;
> ^^^^^^^^^^^^^^^^^^
> Deprecated syntax.
>
> I added that syntax to the set of deprecated constructions
> covered by ./configure --with-backwards-compatibility
> but I didn't realize any of the demos used it.
>
> The demo should now be updated to
>
> set label 1 sprintf("Border = %.0f",bb) at 5,5 center
>
>
> Ethan
>
>
> > plot 1/0 notitle;
> >
> > ^
> > line 15: ';' expected
> >
> > This happens in both MinGW and Cygwin.
> >
> > Regards
> >
> > Tatsuro
>
|