From owner-freebsd-gnome@FreeBSD.ORG Sat Jan 17 09:33:45 2009 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F52A1065672 for ; Sat, 17 Jan 2009 09:33:45 +0000 (UTC) (envelope-from vmalerba@gmail.com) Received: from mail-qy0-f17.google.com (mail-qy0-f17.google.com [209.85.221.17]) by mx1.freebsd.org (Postfix) with ESMTP id 9E25D8FC1A for ; Sat, 17 Jan 2009 09:33:44 +0000 (UTC) (envelope-from vmalerba@gmail.com) Received: by qyk10 with SMTP id 10so3047125qyk.19 for ; Sat, 17 Jan 2009 01:33:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=Ikr4kEE22hdK3RuLQm0rdcHWbc7dx8Q8HdaGl3r5kfo=; b=JuudtCsu4dex3CbWwUxx4BTAvo2+hU/uFfruGu7YqJ5uJSoQocfZjHCFuTqwx8jz1A tht72H0AuNDcQ/fAnfJSS00NiOSIcTgiKzJmjUNKD/PiilCAi9sfso09YvtRSf04p12N QH0f2lV/SDSacRcCU/hbdOADdhJfrzb9BiOCQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=MTgE8FGNt8wXq0qcvsElerHrXRoTa6X/huiuPoEp3aUBoczaj9t/+Q50O3FKgU+2B6 +EApEJxR7GIjBcHhsBWCQ2qp+VfFWiGNh/QFyCsrd50kQLRGql30BT4RYNbvG6WPmcuJ +OSZLmFJoL/e4lE93pDDg0zZclpIwtBc4P/O8= Received: by 10.215.40.3 with SMTP id s3mr4415915qaj.86.1232183447902; Sat, 17 Jan 2009 01:10:47 -0800 (PST) Received: by 10.214.25.12 with HTTP; Sat, 17 Jan 2009 01:10:47 -0800 (PST) Message-ID: Date: Sat, 17 Jan 2009 10:10:47 +0100 From: "Vivien Malerba" To: "John Hein" In-Reply-To: <18801.36532.307215.779629@gromit.timing.com> MIME-Version: 1.0 References: <18801.36532.307215.779629@gromit.timing.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: gnome@freebsd.org, gnome-db-list@gnome.org Subject: Re: [gnome-db] libgda4 build error if sqlite3 installed X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2009 09:33:45 -0000 I'll check this ASAP, thanks for the bug report! Vivien 2009/1/17 John Hein > If the sqlite3 (3.6.4) port is installed, the libgda4 port > (libgda-3.99.5) tries to use it rather than the sqlite embedded with > libgda and fails because some code in a #ifdef HAVE_SQLITE section > calls a macro with the wrong number of args. > > Here's an excerpt showing the problem... > > . > . > cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" > -DPACKAGE_VERSION=\"3.99.5\" "-DPACKAGE_STRING=\"GNU Data Access 3.99.5\"" > -DPACKAGE_BUGREPORT=\"gnome-db-list@gnome.org\" > -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"libgda-4.0\" -DSTDC_HEADERS=1 > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DGETTEXT_PACKAGE=\"libgda-4.0\" > -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 > -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_FAM= > -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -I. -I. -I../.. -I../../libgda -I../.. > -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include > -I/usr/local/include/libxml2 -I/usr/local/include > -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/usr/local/include -DHAVE_SQLITE > -I/usr/local/include -DHAVE_SQLITE -I/usr/local/include -O2 > -fno-strict-aliasing -pipe -MT gda-sqlite-pr > ovider.lo -MD -MP -MF .deps/gda-sqlite-provider.Tpo -c > gda-sqlite-provider.c -fPIC -DPIC -o .libs/gda-sqlite-provider.o > gda-sqlite-provider.c:407:62: error: macro "GDA_DATA_MODEL_ARRAY" passed 2 > arguments, but takes just 1 > gda-sqlite-provider.c: In function 'sqlite3CreateFunc': > gda-sqlite-provider.c:407: error: 'GDA_DATA_MODEL_ARRAY' undeclared (first > use in this function) > gda-sqlite-provider.c:407: error: (Each undeclared identifier is reported > only once > gda-sqlite-provider.c:407: error: for each function it appears in.) > . > . > > > Full log here: > > http://pastebin.ca/1310677 > > The lastest from http://ftp.gnome.org/pub/GNOME/sources/libgda/3.99 > (libgda-3.99.8) > still has the same error. > _______________________________________________ > gnome-db-list mailing list > gnome-db-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gnome-db-list >