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

Compilation error when building browser #5

Open
DaVikingMan opened this issue Jun 7, 2022 · 1 comment
Open

Compilation error when building browser #5

DaVikingMan opened this issue Jun 7, 2022 · 1 comment

Comments

@DaVikingMan
Copy link

The following error is printed:
../src/frame/frame.c:35:62: error: ‘main_ui’ undeclared (first use in this function); did you mean ‘g_main_run’? 35 | builder = gtk_builder_new_from_string((const gchar *)main_ui, main_ui_len); | ^~~~~~~ | g_main_run ../src/frame/frame.c:35:62: note: each undeclared identifier is reported only once for each function it appears in ../src/frame/frame.c:35:71: error: ‘main_ui_len’ undeclared (first use in this function) 35 | builder = gtk_builder_new_from_string((const gchar *)main_ui, main_ui_len); |

@chm46e
Copy link
Owner

chm46e commented Jun 14, 2022

Oh, it should build the ui file again (if missing). Starting with a freshly cloned repo and building that, should fix the issue.
Meson seems to be a bit buggy, when rebuilding multiple times from the same source. Removing the build folder or running ninja clean, might fix the issue.

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

2 participants