rombust
05-02-2007, 12:51 PM
Is anybody familiar with the Linux build system for ClanLib?
I was trying to get ClanLib 0.9 svn to compile, and there were problems with freetype2, the library path was incorrect.
I thought that this would be simple to fix, by using the output from “pkg-config --cflags freetype2” for the ClanDisplay compiler flags.
The current build system seems broken. Or am i misunderstanding it?
configure.ac contains:
“clanDisplay_CFLAGS” - Which is not used anywhere
“extra_CFLAGS_clanDisplay” - Which is used in “pkgconfig/clanDisplay.pc.in”
Looking at “pkgconfig/clanDisplay.pc.in”
“Cflags: -I${includedir} @extra_CFLAGS_clanDisplay@” - “Cflags” is not used anywhere.
I was trying to get ClanLib 0.9 svn to compile, and there were problems with freetype2, the library path was incorrect.
I thought that this would be simple to fix, by using the output from “pkg-config --cflags freetype2” for the ClanDisplay compiler flags.
The current build system seems broken. Or am i misunderstanding it?
configure.ac contains:
“clanDisplay_CFLAGS” - Which is not used anywhere
“extra_CFLAGS_clanDisplay” - Which is used in “pkgconfig/clanDisplay.pc.in”
Looking at “pkgconfig/clanDisplay.pc.in”
“Cflags: -I${includedir} @extra_CFLAGS_clanDisplay@” - “Cflags” is not used anywhere.