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

Attempt to fix parallel build #10039

Merged
merged 1 commit into from Apr 21, 2021
Merged

Attempt to fix parallel build #10039

merged 1 commit into from Apr 21, 2021

Conversation

ghost
Copy link

@ghost ghost commented Apr 9, 2021

Uncovered while building with samurai [0] but can probably also
happen with ninja eventually.

In file included from ../src/main.c:25:
In file included from ../src/cinnamon-global-private.h:28:
In file included from src/st/st.h:7:
../src/st/st-box-layout-child.h:24:10: fatal error: 'st-enum-types.h' file not found
#include "st-enum-types.h"
^~~~~~~~~~~~~~~~~

[0] https://github.com/michaelforney/samurai

Uncovered while building with samurai [0] but can probably also
happen with ninja eventually.

In file included from ../src/main.c:25:
In file included from ../src/cinnamon-global-private.h:28:
In file included from src/st/st.h:7:
../src/st/st-box-layout-child.h:24:10: fatal error: 'st-enum-types.h' file not found
 #include "st-enum-types.h"
         ^~~~~~~~~~~~~~~~~

[0] https://github.com/michaelforney/samurai
@mtwebster
Copy link
Member

Thanks, I thought we'd caught all of these.

@mtwebster mtwebster merged commit e37aef8 into linuxmint:master Apr 21, 2021
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.

1 participant