Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2003 19:11:53 -0600
From:      Ryan Sommers <ryans@gamersimpact.com>
To:        Craig Rodrigues <rodrigc@crodrigues.org>
Cc:        peter@freebsd.org
Subject:   Re: Error building if_fatm.c
Message-ID:  <1072228313.702.3.camel@localhost>
In-Reply-To: <20031224005024.GA78326@crodrigues.org>
References:  <20031224005024.GA78326@crodrigues.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2003-12-23 at 18:50, Craig Rodrigues wrote:
> /usr/src/sys/dev/fatm/if_fatm.c: In function `fatm_open_vcc':
> /usr/src/sys/dev/fatm/if_fatm.c:2285: warning: comparison between pointer and integer
> *** Error code 1

This is just a warning, it isn't what is causing the error. It looks
like you are compiling with the -j option and this will sometimes hide
the real cause of the failure. Try compiling without -j and see what the
error condition is it is hitting.

PS As for the redefinition of NULL you could change it to that, or just
cast NULL to an int. 

Ryan

-- 
Ryan "leadZERO" Sommers
Gamer's Impact President
ryans@gamersimpact.com
ICQ: 1019590
AIM/MSN: leadZERO

-= http://www.gamersimpact.com =-




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1072228313.702.3.camel>