On 1/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Here is what I have when I run pkg-config to know wich flags are needed for
> lite:
>
> [EMAIL PROTECTED] pkg-config --cflags lite
> -DLITEFONTDIR=\"/usr/share/fonts/truetype\" -D_REENTRANT
> -I/usr/include/directfb
>
> Is it normal that the directory /usr/include/lite/ doesn't appear?
Looking at the generated lite.pc file, -L$P{include_dir} is returned,
of which include_dir is defined as ${prefix}/include, i.e. in a
default case (--prefix=/usr/local) this returns /usr/local/include,
and you need to prefix the actual lite directory to your code, or:
#include <lite/window.h>
I didn't see the -D_REENTRANT flag included, is this from LiTE 0.7.0
or any of the latest LiTE releases?
--Kent
_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users