From: Duilio J. P. <dp...@fc...> - 2004-09-28 17:43:24
|
I have installed libvisual outside the standard places (/home/duilio/share) and I see that then I cannot compile against it. This is because `pkg-config libvisual --cflags` returns -I/home/duilio/share/include/libvisual but all plugins makes #include <libvisual/libvisual.h> so the correct flags returned by pkg-config should be -I/home/duilio/share/include Fixing this on the libvisual.pc.in I have rebuilded all the plugins without problems. Dennis, I must commit this to the repository? Bye, Duilio. |