On Fri, 2008-11-28 at 22:43 +0000, John Molohan wrote:
> I'm a bit puzzled now but have probably missed something?

Is this a 64-bit platform?

Try compiling this short file, call it test.c:

        #include <Imlib2.h>
        
        int main(int argc, char **argv) {
            imlib_context_set_display(NULL);
        }

Compile it with:

   cc test.c `imlib2-config --libs --cflags`

What output do you see from cc?

Thanks,
Jason.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to