We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for the documentation and readme.
I tried to compile the code but while I run command on my Mac OS, I get this error
g++ -o2 -o main.app main.cpp mathplot.cpp connectargsdlg.cpp serialport.cpp `wx-config --cxxflags --libs` --std=c++11 -m64 -bash: wx-config: command not found main.cpp:1:10: fatal error: 'wx/wx.h' file not found #include <wx/wx.h> ^~~~~~~~~ 1 error generated. mathplot.cpp:26:10: fatal error: 'wx/window.h' file not found #include <wx/window.h> ^~~~~~~~~~~~~ 1 error generated. In file included from connectargsdlg.cpp:1: ./connectargsdlg.h:3:10: fatal error: 'wx/wx.h' file not found #include <wx/wx.h> ^~~~~~~~~ 1 error generated. serialport.cpp:32:1: error: expected unqualified-id { ^ 1 error generated.
I tried to install wxWidget, but still issue persist. Any guide for this?
The text was updated successfully, but these errors were encountered:
check wxwidgets version From terminal run "wx-config --version" command
if terminal show command not found
or
reference : https://forums.wxwidgets.org/viewtopic.php?f=19&t=45837
Sorry, something went wrong.
No branches or pull requests
Thanks for the documentation and readme.
I tried to compile the code but while I run command on my Mac OS, I get this error
I tried to install wxWidget, but still issue persist. Any guide for this?
The text was updated successfully, but these errors were encountered: