|
From: Tatsuro M. <tma...@ya...> - 2014-06-10 04:43:10
|
Hello http://www.tatsuromatsuoka.com/gnuplot/Eng/winbin/ 1. After long struggle, the wxt terminal works on 64 bit platform. Using MinGW-w64 complier, the build of wxWidgets failed cc1plus hangs during 'make' using Msys+MinGW64 toolchain. Therefore I have build wxWidgets-3.0.0 using mingw32-make at wxWidgets-3.0.0\build\msw by the following command mingw32-make -f makefile.gcc BUILD=release SHARED=1 UNICODE=1 USE_ODBC=1 This build does not give a wx-config script. So I have to modify mingw/Makefile manually. The using this wxWidgets, the latest cairo (cairo-1.12.16) seems not to work (no plot appear in wxt terminal window). I carefully searched working combination of version of the glib, cairo and pango. The resulted combination is : glib-2.31.22, cairo-1.10.2, and pango-1.30.1. The pango-1.30.1 is configured --with-dynamic-modules=yes. I do know whether the above is the best or not solution but works. 2. For libcaca build, local patches for MinGW-w64(32 and 64 bit) to string.c and figfont.c. I have modified the local patches. Now the 32 bit binaries work on XP again. 3. I have found that qt terminal does not work when loading gnuplot_qt.exe when my binary installed into PC in which qt binary is not installed. The error dialogs are http://www.geocities.jp/tmgpltwin/Files/Files.html#0060 20140610_qtlog.png, 20140610_qtlog2.png The binary packages include Qt5Core.dll, Qt5Gui.dll, Qt5Network.dll, Qt5PrintSupport.dll, Qt5Svg.dll, and Qt5Widgets.dll as dynamic link files. I have checked the dependency dll files for gnuplot_qt.exe using the dependency walker. However, the described dll files seem to be enough from the dependency walker analysis. If someone knows additional dll files for Qt terminal to work on windows PC in which Qt binary is not installed, please let me know. Regards Tatsuro |