-
Notifications
You must be signed in to change notification settings - Fork 215
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
Build error on macOSX #30
Comments
+1 |
In summary, when compiling on mac you need to:
like the following:
AND
SEE PR: #29 |
Fixed, see : #12 (comment) |
Thanks, this works. But failed to run the demo. |
Just to be sure. Now, the SDL events are NOT handled in What happes if you comment out the event handling? |
Seems both of 'main' and 'monitor_sdl_refr_core' handled the he SDL events. |
It should be solved here: Have you updated lv_drivers? |
It works, Thanks. |
lv_drivers/display/fbdev.c:17:10: fatal error: 'linux/fb.h' file not found
The text was updated successfully, but these errors were encountered: