Hello!
On Mon, Jun 11, 2007 at 01:19:30PM +0200, christian nastasi wrote:
> I decided to work on a HURD public machine to develop my vfat translator.
> First of all I retrieve the latest version of the fatfs translator, then I
> decided to build it "stand-alone".
> So I created a little makefile t
christian nastasi, le Mon 11 Jun 2007 13:19:30 +0200, a écrit :
> gcc -g -c -D_GNU_SOURCE=1 -I./. inode.c -o inode.o
> inode.c: In function 'read_node':
> inode.c:272: warning: initialization from incompatible pointer type
> inode.c:303: warning: comparison between pointer and integer
> inode.c:38
Hi all,
I decided to work on a HURD public machine to develop my vfat translator.
First of all I retrieve the latest version of the fatfs translator, then I
decided to build it "stand-alone".
So I created a little makefile to compile the fatfs translator out of the
hurd cvs dir using the system in