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

[Bug] whitefox build fails when visualizer is enabled #12660

Closed
ToyKeeper opened this issue Apr 23, 2021 · 1 comment
Closed

[Bug] whitefox build fails when visualizer is enabled #12660

ToyKeeper opened this issue Apr 23, 2021 · 1 comment

Comments

@ToyKeeper
Copy link
Contributor

In the current version of QMK (0.12.38), the configurator can't build firmware for Whitefox keyboards. The source of the error seems to be related to the visualizer code. It can build when using "VISUALIZER_ENABLE = no" in rules.mk, but the configurator doesn't do that.

The error I see is:

lib/ugfx/src/gdisp/gdisp.c: In function '_gdispInit':
lib/ugfx/src/gdisp/gdisp.c:566:4: error: useless type name in empty declaration [-Werror]
    extern GDISPVMTLIST        GDISP_DRIVER_LIST;
    ^~~~~~

I'm not sure how long it has been like this, but I see in qmk#10175 that there were some concerns about the visualizer, and no one was able to test it. It passed CI, but it's possible the configurator might use different options.

It's probably an easy fix, but I'm a QMK noob; just tried it for the first time yesterday so I don't know much about the internals.

@zvecr
Copy link
Member

zvecr commented Apr 23, 2021

qmk/qmk_configurator#201

sorry, we can't build ugfx automatically because the license is incompatible with distribution.

qmk/qmk_configurator#670

Sorry, this is a licensing issue. qmk firmware is working on removing this dependency. the licenses are incompatible with distribution.

@zvecr zvecr closed this as completed Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants