Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4444 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88279 invoked by uid 1010); 11 Sep 2003 00:32:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 88207 invoked from network); 11 Sep 2003 00:32:30 -0000 Received: from unknown (HELO mx.ozziehost.net) (203.53.253.3) by pb1.pair.com with SMTP; 11 Sep 2003 00:32:30 -0000 Received: from kevin.oceania.net (sat101.oziweb.net [203.109.184.88] (may be forged)) by mx.ozziehost.net (8.12.8/8.12.5) with SMTP id h8B0YB2p024213 for ; Thu, 11 Sep 2003 10:34:15 +1000 Date: Thu, 11 Sep 2003 11:38:10 +1000 To: internals@lists.php.net Message-ID: <20030911113810.18a46b67.kevin@oceania.net> Organization: Oceania X-Mailer: Sylpheed version 0.8.10 (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: error in interbase.c From: kevin@oceania.net (Kevin Waterson) I have been getting a compile error when compiling with interbase /home/kevin/php5-200309100330/ext/interbase/interbase.c:328: parse error before "ISC_LONG" make: *** [ext/interbase/interbase.lo] Error 1 line 328 is.. qd->gds_quad_low = (unsigned ISC_LONG) (res & 0xFFFFFFFF); */ removing the unsigned fixes it for me qd->gds_quad_low = (ISC_LONG) (res & 0xFFFFFFFF); using firebird 1.5.0 Kind regards Kevin -- ______ (_____ \ _____) ) ____ ____ ____ ____ | ____/ / _ ) / _ | / ___) / _ ) | | ( (/ / ( ( | |( (___ ( (/ / |_| \____) \_||_| \____) \____) Kevin Waterson Port Macquarie, Australia