Skip to content
New issue

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

Compile fails on a Mac - parts missing? #10

Open
IowaDave opened this issue Sep 9, 2021 · 3 comments
Open

Compile fails on a Mac - parts missing? #10

IowaDave opened this issue Sep 9, 2021 · 3 comments

Comments

@IowaDave
Copy link

IowaDave commented Sep 9, 2021

make fails with the following messages:

firmata_test.cpp:20:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma implementation "firmata_test.h"
^
firmata_test.cpp:23:10: fatal error: 'wx/wxprec.h' file not found
#include "wx/wxprec.h"
^~~~~~~~~~~~~
serial.cpp:18:10: fatal error: 'wx/wx.h' file not found
#include <wx/wx.h>
^~~~~~~~~
1 warning and 1 error generated.

@pgrawehr
Copy link

I suspect you are missing a library. Try installing the wxwidgets library (sorry, I don't know how to do that on a mac)

@lidonglei1
Copy link

brew install wxwidgets

@IowaDave
Copy link
Author

IowaDave commented Nov 25, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants