Hi all,

I cloned the latest version of sbox2 from git and I have the following error.

I have the following program:

#include <stdio.h>

int main (void)
{
   printf("Hello world!\n");
   return 0;
}


If i type

        sb2 host-gcc host.c

the program is compiled correctly, but Scratchbox gives me the following error:

Messages from sb2:
2009-10-21 15:38:28.769 (ERROR) host-gcc[1662] Internal error: fdpathdb needs absolute paths (but got 'host.c','host.c')
# exit 0 (0)

Any idea of what's happening ?

Is it a serious error ?

How can I fix it ?

Many thanks,

             Claudio


P.S. Note also that the link to the tar.bz2 of version 2.0 on the web page doesn't work.

_______________________________________________
Scratchbox-users mailing list
Scratchbox-users@lists.scratchbox.org
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to