Brian Russo <[EMAIL PROTECTED]> wrote: >also it does not compile with dpkg-buildpackage out of the box for >me. > >#include <waili/Channel.h> > >looks like a bit of a chicken-and-egg problem. >Poorly coded software IMO, you can fix this by fixing the >e.g. change the above (which was in ./lib/Channel.C) >to #include "../include/waili/Channel.h" >and such for the rest.
I would use a -I switch instead. Patching the locations of header files in the source code itself feels wrong, and is less clean. Cheers, -- Colin Watson [EMAIL PROTECTED]

