[What I Did]
1. Download wxMathplot
2. Go to wxMathplot folder
3. cmake-gui
4. Click generate
5. Check and set path to option
6. Click generate
7. make //mingw
I normally use wxMathPlot with wxWidgets 3.1 and MinGW. It is not an issue, but please use the the latest SVN version, because prebuilt packages are outdated. If you experience other issues, feel fre to write them here.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I used wxmathplot a long time ago. It is great the someone still cares
about it.
But for testing it now I just added mathplot,cpp and mathplot.h to
my project. I had to change some wxDOT to wxPENSTYLE_DOT. Same for brushes.
But after that it compiled and ran as expected with the mp1.cpp. I used the
trunk/mathplot, following cdron77's recommadation to Sergey Goncharov on
2020-03-02in the discussion list.
I would like to use wxMathplot.
But I have few comile erros when I built this.
I want to know how to solve this.
sorry to bother you.
[Environment]
MinGW (Compiler)
wxWidgets 3.1.3 (GUI Lib)
Code::Blocks (IDE)
[What I Did]
1. Download wxMathplot
2. Go to wxMathplot folder
3. cmake-gui
4. Click generate
5. Check and set path to option
6. Click generate
7. make //mingw
[problem]
I got some erros
Last edit: Albert 2020-05-03
maybe wxMathplot is not compatible for wxWidgets 3.x.x.
give up.
Last edit: Albert 2020-05-03
I normally use wxMathPlot with wxWidgets 3.1 and MinGW. It is not an issue, but please use the the latest SVN version, because prebuilt packages are outdated. If you experience other issues, feel fre to write them here.
Thanks for your comment.
Is build sequence correct?
Hi, I used wxmathplot a long time ago. It is great the someone still cares
about it.
But for testing it now I just added mathplot,cpp and mathplot.h to
my project. I had to change some wxDOT to wxPENSTYLE_DOT. Same for brushes.
But after that it compiled and ran as expected with the mp1.cpp. I used the
trunk/mathplot, following cdron77's recommadation to Sergey Goncharov on
2020-03-02in the discussion list.
Den tors 14 maj 2020 kl 01:22 skrev Albert sedin@users.sourceforge.net:
Thanks I can compile now.