[Kde-bindings] Qt Compile Flags (Was: Compiling Without Installing)

Jonathan Yu jonathan.i.yu at gmail.com
Mon Jun 1 22:13:31 UTC 2009


Hm.

I did manage to track down the issue.

Your Makefile.PL expects stuff to be in /opt... However on Debian it is not.

On GNOME and other packages, it comes with a command (GNOME has
pkg-config) which will return compiler flags, so when you do
Makefile.PL you can do: `pkg-config --cflags` to get compiler flags,
which get passed directly to gcc.



More information about the Kde-bindings mailing list