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

Make sure header file generated before including #2

Merged
merged 1 commit into from Aug 23, 2019

Conversation

parr0tr1ver
Copy link

It fails to compile xfce4-datetime-setter occasionally:

| ../git/panels/datetime/tz.c:34:10: fatal error: cc-datetime-resources.h: No such file or directory
| 34 | #include "cc-datetime-resources.h"
| | ^~~~~~~~~~~~~~~~~~~~~~~~~
| compilation terminated.

and

| ../git/xfce/main.c:42:10: fatal error: cc-datetime-resources.h: No such file or directory
| 42 | #include "cc-datetime-resources.h"
| | ^~~~~~~~~~~~~~~~~~~~~~~~~
| compilation terminated.

Update datetime_panel_dep to make sure cc-datetime-resources.h be generated
before including.

Signed-off-by: Kai Kang kai.kang@windriver.com

It fails to compile xfce4-datetime-setter occasionally:

| ../git/panels/datetime/tz.c:34:10: fatal error: cc-datetime-resources.h: No such file or directory
|    34 | #include "cc-datetime-resources.h"
|       |          ^~~~~~~~~~~~~~~~~~~~~~~~~
| compilation terminated.

and

| ../git/xfce/main.c:42:10: fatal error: cc-datetime-resources.h: No such file or directory
|    42 | #include "cc-datetime-resources.h"
|       |          ^~~~~~~~~~~~~~~~~~~~~~~~~
| compilation terminated.

Update datetime_panel_dep to make sure cc-datetime-resources.h be generated
before including.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
@schnitzeltony schnitzeltony merged commit b6f9e0c into schnitzeltony:master Aug 23, 2019
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

Successfully merging this pull request may close these issues.

None yet

3 participants