|
From: Tatsuro M. <tma...@ya...> - 2012-01-09 22:39:03
|
Hello
I have misled the status for MinGW.
The MinGW build failed at
gcc -shared-libgcc -c -I/c/Programs/gplibs/include -fno-keep-inline-dllexport -O3 -I. -I../../src -D_Windows -DHAVE_CONFIG_H -DPIPES -DWGP_CONSOLE -DCONSOLE_SWITCH_CP -DUSE_MOUSE=1 -DWIN_IPC -DWITH_HTML_HELP -I/c/PROGRA~2/HELPWO~1/include -DHAVE_LIBGD -DHAVE_LIBPNG -DHAVE_LIBGD -DHAVE_GD_H -DHAVE_GD_GIF -DGIF_ANIMATION -DHAVE_GD_PNG -DHAVE_GD_JPEG -DHAVE_GD_TTF -DHAVE_CAIROPDF -DWXWIDGETS -DHAVE_LUA -DHAVE_ICONV -o tabulate.co ../../src/tabulate.c
make[1]: *** No rule to make target `../../term/mac.trm', needed by `term.co'. Stop.
make[1]: Leaving directory `/home/gnuplotcvs/gnuplot/config/mingw'
make: *** [console] Error 2
Regards
Tatsuro
--- On Tue, 2012/1/10, Tatsuro MATSUOKA wrote:
> 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
> >
>
> ------------------------------------------------------------------------------
> Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
> infrastructure or vast IT resources to deliver seamless, secure access to
> virtual desktops. With this all-in-one solution, easily deploy virtual
> desktops for less than the cost of PCs and save 60% on VDI infrastructure
> costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
> _______________________________________________
> gnuplot-beta mailing list
> gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-beta
>
|