Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2003 16:26:43 -0500
From:      "Greg Saxer" <gsaxer@wilkerstaff.com>
To:        <skv@FreeBSD.org>
Cc:        <ports@FreeBSD.org>
Subject:   FreeBSD Port: p5-XML-Sablotron-0.96
Message-ID:  <0d3801c2c25c$f9442e10$469300d0@office2>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0d3801c2c25c$f9442e10$469300d0>