Date: Fri, 30 Dec 2005 02:52:54 -0600 From: "Jeremy Messenger" <mezz7@cox.net> To: "Beech Rintoul" <akbeech@gmail.com> Cc: freebsd-current@freebsd.org Subject: Re: Help compiling a C utility Message-ID: <op.s2k9mgwy9aq2h7@mezz.mezzweb.com> In-Reply-To: <200512292343.11523.akbeech@gmail.com> References: <200512292343.11523.akbeech@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 30 Dec 2005 02:43:10 -0600, Beech Rintoul <akbeech@gmail.com> wrote: > I'm trying to compile a utility to fix one of my wireless cards. I got > this > off a freebsd list and it's supposed to work with 6.0, but I can't get > it to > compile. I get the following error: > > stargate# gcc ar5k.c -o ar5k > ar5k.c: In function `main': > ar5k.c:236: error: syntax error before "t" Change from 'don"t' to 'do not' in the 236 line. > ar5k.c:236:47: invalid suffix "x" on integer constant > ar5k.c:236:50: invalid suffix "X" on integer constant > ar5k.c:236:57: invalid suffix "x" on integer constant > ar5k.c:236:60: invalid suffix "X" on integer constant > ar5k.c:236: error: stray '\' in program > ar5k.c:236: error: missing terminating " character > > I copied this off the message to a text editor (kate). Would someone > take a > look and see if it's something simple. > > Beech -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.s2k9mgwy9aq2h7>