|
From: Timothée L. <tim...@lp...> - 2009-01-15 13:14:41
|
Tatsuro MATSUOKA a écrit : > Hello Timothee Lecomte > > Sorry I forgot to say thanks to you in the previous mail!! > > Regards > > Tatsuro > --- Tatsuro MATSUOKA <tma...@ya...> wrote: > > >> Hello >> >> Please add following >> >> **************** >> gp_cairo_helpers.$(O): wxterminal/gp_cairo_helpers.c wxterminal/gp_cairo_helpers.h >> $(CC) -c $(CFLAGS) $(CXXFLAGS) $(CAIRO_CFLAGS) $(PANGO_CFLAGS) wxterminal/gp_cairo_helpers.c >> ******** >> >> after >> >> *********** >> gp_cairo.$(O): wxterminal/gp_cairo.c wxterminal/gp_cairo.h >> $(CC) -c $(CFLAGS) $(CXXFLAGS) $(CAIRO_CFLAGS) $(PANGO_CFLAGS) wxterminal/gp_cairo.c >> ************* >> >> in makefile.mgw >> >> With the above modification wgnuplot.exe and wgnuplot_pipes.exe worked. >> >> BTW: >> For gnuplot.exe, the problem seems to be remained. >> Please see, >> >> >> > http://www.nabble.com/Buildng-of-gnuplot.exe-for-win32-with-wxt-fails.-(mingw)-to20745152.html#a20745152 > >> I have added the lines in CVS (I just removed "$(CXXFLAGS) $(CAIRO_CFLAGS) $(PANGO_CFLAGS)" which should not be needed for gp_cairo_helpers.c which is just a C file without dependency on cairo and pango). Too bad I am not familiar enough with makefiles, because the real problem is simpler: it's just that this file is in a subfolder instead of being in src/ directly. As for the problem with wxt and gnuplot.exe, I am afraid I have no idea where the problem comes from. At first glance, I cannot see anything wrong in the gdb file that you provided. There is no segfault, and I cannot see a problem in the code either. Maybe you could try to execute "GNUTERM=win gnuplot.exe" to see if gnuplot starts properly with the default win terminal. Additionally, you could try to verify that wxt_waitforinput() (in wxt_gui.cpp, line 3117) calls ConsoleGetch(). Best regards, Timothée |