Package: libprojectm-qt-dev Version: 2.0.1+dfsg-10 Severity: important Tags: patch
Dear Maintainer, When including qprojectm_mainwindow.hpp, the project fails to build with the following error: /usr/include/libprojectM-qt/qprojectm_mainwindow.hpp:34:24: fatal error: projectM.hpp: No such file or directory I'm not sure if the upstream projectM devs didn't intend on having projectM.hpp placed in a subdirectory of /usr/include, but it's pretty easy to fix without moving the files around. Line 34 should simply be changed to read: #include "../libprojectM/projectM.hpp" I've included a patch that reflects this. Thank you for your efforts, Rick Battle [email protected] -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.0-4.slh.6-aptosid-amd64 (SMP w/8 CPU cores; PREEMPT) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libprojectm-qt-dev depends on: ii libprojectm-qt1 2.0.1+dfsg-10 ii libqt4-opengl-dev 4:4.7.3-8 libprojectm-qt-dev recommends no packages. libprojectm-qt-dev suggests no packages.
34c34 < #include "projectM.hpp" --- > #include "../libprojectM/projectM.hpp"

