From owner-freebsd-ports Wed Mar 14 5:11:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id E1D2A37B71A; Wed, 14 Mar 2001 05:10:30 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f2EDA7G09435; Wed, 14 Mar 2001 15:10:09 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.3/8.11.2) with ESMTP id f2EDAAe36588; Wed, 14 Mar 2001 15:10:10 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3AAF6D93.A4435692@FreeBSD.org> Date: Wed, 14 Mar 2001 15:09:40 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: j mckitrick Cc: freebsd-questions@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: unterminated macro call References: <20010314130328.A5693@dogma.freebsd-uk.eu.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org j mckitrick wrote: > Hi all, > > I am trying to compile from source a simple command line utility that works > under linux. But when I run make, I get an 'unterminated macro call' error > on the last line of one of the source files, and it repeats all the way down > the screen. > > I didn't want to post the source, because I couldn't see a problem there, > and I know it compiles on linux. Could it be a gcc setting? Use GNU make (gmake) instead of BSD make (make). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message