Bug#615742: binutils gold fix for libdrumstick

2011-03-01 Thread Modestas Vainius
Hello, On antradienis 01 Kovas 2011 08:06:18 Pedro Lopez-Cabanillas wrote: You are wrong assuming that the variable QT_X11_X11_LIBRARY is deprecated in CMake 2.8.1, or it is not available anymore. The CMake macros were reorganized, and now this variable is set in

Bug#615742: binutils gold fix for libdrumstick

2011-03-01 Thread Adrian Knoth
On Tue, Mar 01, 2011 at 11:57:13AM +0200, Modestas Vainius wrote: Hi! I feel like you are not listening, but it's your right. So until you wake up, Debian maintainer will have to patch libdrumstick. However, I just suggest him doing s/QT_X11_X11_LIBRARY/X11_X11_LIB/ instead of current

Bug#615742: binutils gold fix for libdrumstick

2011-03-01 Thread Modestas Vainius
Hello, On antradienis 01 Kovas 2011 17:28:25 Adrian Knoth wrote: On Tue, Mar 01, 2011 at 11:57:13AM +0200, Modestas Vainius wrote: Hi! I feel like you are not listening, but it's your right. So until you wake up, Debian maintainer will have to patch libdrumstick. However, I just

Bug#615742: binutils gold fix for libdrumstick

2011-02-28 Thread Modestas Vainius
Hello, On antradienis 01 Kovas 2011 01:06:22 Pedro Lopez-Cabanillas wrote: I've wrote Drumstick, and I know for sure that the target vpiano uses QT_X11_X11_LIBRARY for linking. The bug report says that when linking this target in Debian, it fails saying that -lX11 is required. I suspect

Bug#615742: binutils gold fix for libdrumstick

2011-02-28 Thread Pedro Lopez-Cabanillas
Hi, Just for the record: in Drumstick's source tree, directory utils/vpiano, the file CMakeLists.txt has the following lines defining the list of libraries that need to be linked to that program: TARGET_LINK_LIBRARIES(drumstick-vpiano ${QT_LIBRARIES} ${ALSA_LIBS}