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

Add missing ${PROTO_FILES_EXTRA} dependency to ${PROTO_FILES_UNSTABLE} #52

Merged
merged 1 commit into from Jan 9, 2019
Merged

Conversation

ghost
Copy link

@ghost ghost commented Jan 9, 2019

It currently sometimes fails to build on FreeBSD. This seems to fix it.

[ 72%] Building CXX object CMakeFiles/wayland-client-unstable++.dir/wayland-client-protocol-unstable.cpp.o
/usr/bin/c++  -Dwayland_client_unstable___EXPORTS -I/wrkdirs/usr/ports/graphics/waylandpp/work/waylandpp-0.2.4/include -I/wrkdirs/usr/ports/graphics/waylandpp/work/.build -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC   -I/usr/local/include -std=gnu++11 -o CMakeFiles/wayland-client-unstable++.dir/wayland-client-protocol-unstable.cpp.o -c /wrkdirs/usr/ports/graphics/waylandpp/work/.build/wayland-client-protocol-unstable.cpp
In file included from /wrkdirs/usr/ports/graphics/waylandpp/work/.build/wayland-client-protocol-unstable.cpp:1:
/wrkdirs/usr/ports/graphics/waylandpp/work/.build/wayland-client-protocol-unstable.hpp:10:10: fatal error: 'wayland-client-protocol-extra.hpp' file not found
 #include <wayland-client-protocol-extra.hpp>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

[ 72%] Building CXX object CMakeFiles/wayland-client-unstable++.dir/wayland-client-protocol-unstable.cpp.o
/usr/bin/c++  -Dwayland_client_unstable___EXPORTS -I/wrkdirs/usr/ports/graphics/waylandpp/work/waylandpp-0.2.4/include -I/wrkdirs/usr/ports/graphics/waylandpp/work/.build -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC   -I/usr/local/include -std=gnu++11 -o CMakeFiles/wayland-client-unstable++.dir/wayland-client-protocol-unstable.cpp.o -c /wrkdirs/usr/ports/graphics/waylandpp/work/.build/wayland-client-protocol-unstable.cpp
In file included from /wrkdirs/usr/ports/graphics/waylandpp/work/.build/wayland-client-protocol-unstable.cpp:1:
/wrkdirs/usr/ports/graphics/waylandpp/work/.build/wayland-client-protocol-unstable.hpp:10:10: fatal error: 'wayland-client-protocol-extra.hpp' file not found
 #include <wayland-client-protocol-extra.hpp>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

Signed-off-by: Tobias Kortkamp <t@tobik.me>
@NilsBrause NilsBrause merged commit dc90282 into NilsBrause:master Jan 9, 2019
@NilsBrause
Copy link
Owner

Thanks!

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

1 participant