Skip to content

Compile only works in maintainer mode

Submitted by Kim Scarborough

Assigned to Harald Judt

Link to original bug (#16227)

Description

Trying to compile, I got this error:

weather.c:43:10: fatal error: weather-config_ui.h: No such file or directory 43 | #include "weather-config_ui.h" | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated.

I looked at panel-plugin/Makefile.am, and I saw that the rule to make weather-config_ui.h was contained in a "if MAINTAINER_MODE" block. So I ran ./configure with --enable-maintainer-mode, and it worked.

Version: 0.10.0