From: David B. <stu...@gm...> - 2019-10-13 20:48:05
|
I tried reinstalling widgets with monolithic=0 (off) and this time plplot found widgets in the build stage. However when I entered mingw32-make in the second to last step it crashed at 79%. I am not sure why monolithic=0 worked to correct the first problem and may have introduced a new problem. Since I am setting WXWIN to the widgets dir and the dll dir is in the system path is did not set any widgets config variables in the first call to ming32-make to build plplot. Attached is the error produced this time. Any help would be appreciated. David On 10/12/2019 10:03 AM, David Bergman wrote: > > I have an update. I wiped everything and started over, thinking that > I may have moved items to new directories between the widgets and > plplot installs. Now I am getting a fatal error in the plplot build > when I run |mingw32-make the first time, before the install.| > > |I've attached files containing the exact commands executed and their > source (websites), and a file containing the error.| > > |Thank you for your help.| > > |David| > > | > | > > On 10/11/2019 4:04 PM, David Bergman wrote: >> Hi all, >> >> I have been trying to work past some issues with plplot + wxwxidgets >> + visual studio on Windows 8 for longer than it's worth. I seem to >> have everything built w/o issue but examples crash on closing and I >> cannot figure out why. >> >> I am trying to do a complete install now on a windows 10 machine and >> I'm using Code Blocks and MinGW compiler. >> >> wxWidgets installed without issue and now I'm trying to build the >> plplot with the wxwidgets driver. >> >> I've followed the instructions on >> https://sourceforge.net/p/plplot/wiki/Configure_PLplot_for_MinGW_CLI/ >> >> The install "seemed" to work but it claims that there is no wxwidgets >> driver present, it missed it. The dir to the correct lib is in the >> system path. I may have misinterpreted the instructions but I cannot >> figure out the detail. Please help. >> >> My plplot and widgets folders are in C:\temp\src\<folder> and the >> commands issued were. >> >> starting in the plplot dir: >> >> mkdir buildmingw >> >> set WXWIN=C:\temp\src\wxWidgets-3.1.2\ >> >> cd buildmingw >> >> cmake .. -G "MinGW Makefiles" >> -DCMAKE_INSTALL_PREFIX="C:\temp\src\plplot-5.15.0\buildmingw" >> -DBUILD_TEST=ON >> >> No fatal errors occurred, it just didn't pick up the widgets. >> >> Thanks in advance for your help. >> >> David >> >> >> > -- > David Bergman > David R Bergman Music LLC > "Have Guitar Will Travel" > Morristown NJ > 551-655-4720 > stu...@gm... > www.davidrobertbergmanmusic.com -- David Bergman David R Bergman Music LLC "Have Guitar Will Travel" Morristown NJ 551-655-4720 stu...@gm... www.davidrobertbergmanmusic.com --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus |