deurzen / kranewl

A wlroots-based dynamic Wayland compositor, written in C++, configurable with Lua
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Failed to build : Undefined reference to symbol 'dladdr@@GLIBC_2.2.5'. #1

Open ahmadraniri1994 opened 2 years ago

ahmadraniri1994 commented 2 years ago

Hello, I'm trying to build this compositor but I'm getting this :

Undefined reference to symbol 'dladdr@@GLIBC_2.2.5'

Is this a wlroots issue or something different ? I'm using debian SID and wlroots 0.15.X

deurzen commented 2 years ago

Hi, thanks for the interest. The compositor is in active development, and isn't stable in its current state. The build process hasn't been polished yet, either, and so linking errors like the one you're encountering haven't yet been ironed out (and are expected). The goal is to make the build portable, however, so fixing your issue is definitely on the roadmap.

ahmadraniri1994 commented 2 years ago

O, great, thanks for the respond, may I keep this issue open ? as reminder.

deurzen commented 2 years ago

Sure, I'll close it once I've improved the build process.