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

undefined reference to `xdg_popup_interface' #2

Open
andreldm opened this issue Jul 6, 2019 · 6 comments
Open

undefined reference to `xdg_popup_interface' #2

andreldm opened this issue Jul 6, 2019 · 6 comments

Comments

@andreldm
Copy link

andreldm commented Jul 6, 2019

On Arch Linux I get this error. I have weston 6.0.1 installed and used ./autogen.sh --prefix=/usr. When meson is used instead it complains about "libweston-4" not found.

@chkboom
Copy link

chkboom commented Jul 20, 2019

Same here with Debian 10. I've got libweston-5 installed.

@brihadeesh
Copy link

Same on Void Linux with libweston-9 installed.

@adlocode
Copy link
Owner

Yeah this is happening to me, I have no idea why. I tried adding WAYLAND_PROTOCOLS_LIBS to the Makefile.am in both the src and protocols directory, it made no difference. Surely as long as I have wayland-protocols, this shouldn't be happening?

@adlocode
Copy link
Owner

adlocode commented Nov 23, 2021

The xdg_popup_interface thing, that is.

I haven't touched the meson.build in a long time, I'm using autotools.

@Batcastle
Copy link

It looks like on Ubuntu 22.04 that you need to install libweston-9-dev, then either modify lines 124 and 125, or lines 126 and 127 of configure.ac.in to point to libweston-9 and libweston-desktop-9 with version 9.0.0.

Or at least, it made the error go away when I run ./autogen.sh --PREFIX="$PWD/build". Not sure if it actually builds yet.

@topazus
Copy link

topazus commented Nov 22, 2023

I also got stuck in the undefined reference to `xdg_popup_interface' issue, but I do not find a way to solve this error.

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

6 participants