Denis, Well I found the problem: I had modified the following: direct.pc:Cflags: -D_REENTRANT -I/usr/include/directfb fusion.pc:Cflags: -I/usr/include/directfb voodoo.pc:Cflags: -I/usr/include/directfb directfb-internal.pc:Cflags: -D_GNU_SOURCE -I/usr/include/directfb-internal
to point to my staging area instead of /usr/include/ since it is not a good idea to include headers from the host machine for the target machine compile. I'm not sure why pointing those to the staging area broke fusionsound compile, I probably had a typo in the path, I will investigate it further. Regards, Shane On 3/11/07, Denis Oliver Kropp <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] schrieb: > > Claudio, > > I just checked out the latest cvs of fusionsound (to compile it with > > --enable-tremor) and when I compile it I'm getting errors saying there > > are missing header files, I checked in the directories and they are > > missing. I deleted the cvs repository, did a fresh download but had > > the same issue: > > Errors: > > | core_sound.c:52:23: error: misc/conf.h: No such file or directory > > | core_sound.c:54:23: error: core/core.h: No such file or directory > > Did you "make install" in DirectFB before? It still requires the > internal core header and libdirect and libfusion anyways, but the > lib headers seem to be installed in your environment. > > -- > Best regards, > Denis Oliver Kropp > > .------------------------------------------. > | DirectFB - Hardware accelerated graphics | > | http://www.directfb.org/ | > "------------------------------------------" > -- Registered Linux User: #293401 _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
