From owner-freebsd-gnome@FreeBSD.ORG Wed Jun 25 21:24:15 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7543237B401 for ; Wed, 25 Jun 2003 21:24:15 -0700 (PDT) Received: from smtp-out.comcast.net (smtp-out.comcast.net [24.153.64.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAA5A44014 for ; Wed, 25 Jun 2003 21:24:14 -0700 (PDT) (envelope-from judds@comcast.net) Received: from comcast.netmtaout03.icomcast.net (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HH200KFJMUD34@mtaout03.icomcast.net> for freebsd-gnome@FreeBSD.org; Thu, 26 Jun 2003 00:23:02 -0400 (EDT) Date: Thu, 26 Jun 2003 00:22:59 -0400 From: Stephen Judd To: freebsd-gnome@FreeBSD.org Message-id: MIME-version: 1.0 X-Mailer: Apple Mail (2.552) Content-type: text/plain; charset=US-ASCII; format=flowed Content-transfer-encoding: 7BIT Subject: pkgconfig on OSX X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2003 04:24:15 -0000 I hope I have the right address to ask for help... When trying to compile pkgconfig on Mac OSX, the ./configure step succeeds, and much of the `make' works too, until it hits a glitch in this command: > gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -g > -O2 -Wall -D_REENTRANT -c giounix.c -o giounix.o > giounix.c:233: only 1 arg to macro 'g_warning' (2 expected) > I get this problem with both pkgconfig-0.14.0 and pkgconfig-0.15.0 . The file in question (giounix.c) indeed has a reference to g_warning on line 233 that indeed has only one argument, but I cannot find where g_warning is defined, and I cannot fathom what to do about it anyway. Do you know how to help? Much advance thanks for any assistance, sj