From owner-freebsd-ports Wed Jan 22 13:27:35 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CDB437B401; Wed, 22 Jan 2003 13:27:33 -0800 (PST) Received: from infobahn.wilkerstaff.com (infobahn.wilkerstaff.com [208.233.223.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F6A743F13; Wed, 22 Jan 2003 13:27:29 -0800 (PST) (envelope-from gsaxer@wilkerstaff.com) Received: from office2 (office2.icubed.com [208.0.147.70]) by infobahn.wilkerstaff.com (8.12.5/8.12.5) with SMTP id h0MLUVUu042641; Wed, 22 Jan 2003 16:30:32 -0500 (EST) (envelope-from gsaxer@wilkerstaff.com) Message-ID: <0d3801c2c25c$f9442e10$469300d0@office2> From: "Greg Saxer" To: Cc: Subject: FreeBSD Port: p5-XML-Sablotron-0.96 Date: Wed, 22 Jan 2003 16:26:43 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4920.2300 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org p5-XML-Sablotron-0.96 In the /usr/ports directory, I had a problem compiling DOM.c It seemed the compile statement was missing the -I/usr/local/include statement. /usr/bin/perl5.00503 -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5. 00503/ExtUtils/typemap DOM.xs >xstmp.c && mv xstmp.c DOM.c$ cc -c -DVERSION=\"0.96\" -DXS_VERSION=\"0.96\" -DPIC -fpic -I/usr/li bdata/perl/5.00503/mach/CORE DOM.c DOM.xs:39: sdom.h: No such file or directory DOM.xs:40: sablot.h: No such file or directory *** Error code 1 Stop in /usr/ports/textproc/p5-XML-Sablotron/work/XML-Sablotron-0.96/Sablotron. *** Error code 1 Stop in /usr/ports/textproc/p5-XML-Sablotron/work/XML-Sablotron-0.96. *** Error code 1 Stop in /usr/ports/textproc/p5-XML-Sablotron. *** Error code 1 Stop in /usr/ports/www/p5-Apache-ASP. I switched to the directory with DOM.c and did. cc -c -I/usr/local/include -DVERSION=\"0.96\" -DXS_VERSION=\"0.96\" -DPIC -fpic -I/usr/libdata/perl/5.00503/mach/CORE DOM.c I switched back to /usr/ports/textproc etc... make && make install It finished building fine. Just giving an FYI. This was done from a relatively clean install (of 4.7). Greg Saxer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message