Hi all, I am currently writing a new interface for use in a DirectFB application. I wanted to use the capabilities of direct as much as possible.
For example, I wanted to use the DirectMutex abstraction of a mutex. Then, when I try to cross-compile for my target, I get the errors of not finding <direct/os/mutex.h> even if I included libdirect with pkgconfig. I looked into the code and saw that os/linux/glibc/libdirect_os_linux_glibc.la is not installed but added to libdirect at link time. Is there any way to include all these abstractions into a generic code? I could do so including my code when compiling DirectFB but this will lead to code with no link to be in the same directories, which I think is bad when I want to upgrade version of DirectFB while keeping my code. Hope I am sufficiently clear in what I expect. Thanks, Ben _______________________________________________ directfb-users mailing list directfb-users@directfb.org http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users