Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4615 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94194 invoked by uid 1010); 30 Sep 2003 14:35:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 94146 invoked from network); 30 Sep 2003 14:35:42 -0000 Received: from unknown (HELO smtpzilla2.xs4all.nl) (194.109.127.138) by pb1.pair.com with SMTP; 30 Sep 2003 14:35:42 -0000 Received: from tail.dwerg.net (dwerg.xs4all.nl [213.84.21.204]) by smtpzilla2.xs4all.nl (8.12.9/8.12.9) with ESMTP id h8UEZYEQ055026; Tue, 30 Sep 2003 16:35:39 +0200 (CEST) To: Robert Cummings Cc: internals@lists.php.net In-Reply-To: <1064334626.25515.106.camel@blobule.suds> References: <1064332750.15197.13.camel@tail.dwerg.net> <1064334626.25515.106.camel@blobule.suds> Content-Type: text/plain Message-ID: <1064932686.28212.20.camel@tail.dwerg.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 30 Sep 2003 16:38:07 +0200 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] MonetDB extension From: manfred.stienstra@dwerg.net (Manfred Stienstra) Hi, As some might remember from last week, I'm trying to develop a php extension, but I'm having a little trouble getting it compiled... /home/dwerg/code/2003/monetdb/php-4.3.3/ext/monet/monet.c:42: error: `zif_monet_connect' undeclared here (not in a function) /home/dwerg/code/2003/monetdb/php-4.3.3/ext/monet/monet.c:42: error: initializer element is not constant Does anyone know how I can fix this? Manfred p.s. I didn't attach the code, because I don't want to spam the list with big files.