Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Mar 2003 09:28:33 +1100 (EST)
From:      Rob Hurle <rob@coombs.anu.edu.au>
To:        ports@freebsd.org
Subject:   htmltolatex
Message-ID:  <20030319092622.K311-100000@freebsd.connect-a.com.au>

next in thread | raw e-mail | index | archive | help
Hi,

	I am trying to build htmltolatex from the ports collection, but
there is a problem:

-----------------------------------------------------------------------
freebsd [9:22] /usr/ports/textproc/htmltolatex #make
===>  Extracting for htmltolatex-1
>> Checksum OK for htmltolatex.tar.gz.
===>   htmltolatex-1 depends on executable: gmake - found
===>   htmltolatex-1 depends on executable: bison - found
===>   htmltolatex-1 depends on file: /usr/local/bin/sed_inplace - found
===>   htmltolatex-1 depends on shared library: Magick - found
===>  Patching for htmltolatex-1
===>  Applying FreeBSD patches for htmltolatex-1
===>  Configuring for htmltolatex-1
===>  Building for htmltolatex-1
bison -d -o h2l.tab.cpp h2l.y
g++  -O -pipe  -I/usr/local/include -DUNIX   -c -o h2l.tab.o h2l.tab.cpp
flex -oh2l.yy.cpp h2l.l
g++  -O -pipe  -I/usr/local/include -DUNIX   -c -o h2l.yy.o h2l.yy.cpp
h2l.l:5: h2l.tab.hpp: No such file or directory
h2l.l: In function `int yylex()':
h2l.l:77: `STYLEBLOCKBEGIN' undeclared (first use this function)
h2l.l:77: (Each undeclared identifier is reported only once
h2l.l:77: for each function it appears in.)
h2l.l:87: `STYLEBLOCKEND' undeclared (first use this function)
h2l.l:93: `yylval' undeclared (first use this function)
h2l.l:93: `STYLE_HTMLTAG' undeclared (first use this function)
h2l.l:96: `STYLE_LOCATOR_LIST_DELIMITER' undeclared (first use this function)
h2l.l:97: `STYLE_LOCATOR_DELIMITER' undeclared (first use this function)
h2l.l:98: `STYLEBEGIN' undeclared (first use this function)
h2l.l:135: `STYLEEND' undeclared (first use this function)
h2l.l:152: `ATTRIBUTE_NAME_VALUE' undeclared (first use this function)
h2l.l:155: `ATTRIBUTE_VALUE_STRING' undeclared (first use this function)
h2l.l:189: `TAG_CLOSE' undeclared (first use this function)
h2l.l:192: `ATTRIBUTE_NAME' undeclared (first use this function)
h2l.l:198: `ATTRIBUTE_VALUE_INT' undeclared (first use this function)
h2l.l:199: `ATTRIBUTE_VALUE_OFFSET' undeclared (first use this function)
h2l.l:204: `ATTRIBUTE_VALUE_PERCENT' undeclared (first use this function)
h2l.l:231: `TAG_HTML_START' undeclared (first use this function)
h2l.l:232: `TAG_HTML_END' undeclared (first use this function)
h2l.l:233: `TAG_HEAD_START' undeclared (first use this function)
h2l.l:234: `TAG_HEAD_END' undeclared (first use this function)
h2l.l:235: `TAG_TITLE_START' undeclared (first use this function)
h2l.l:236: `TAG_TITLE_END' undeclared (first use this function)
h2l.l:245: `SINGLETAG_START' undeclared (first use this function)
h2l.l:257: `BLOCKTAG_START' undeclared (first use this function)
h2l.l:275: `BLOCKTAG_END' undeclared (first use this function)
h2l.l:340: `OTHER' undeclared (first use this function)
gmake: *** [h2l.yy.o] Error 1
*** Error code 2

Stop in /hoabinh/usr/ports/textproc/htmltolatex.
freebsd [9:23] /usr/ports/textproc/htmltolatex #uname -a
FreeBSD freebsd.connect-a.com.au 4.6.1-RELEASE-p7 FreeBSD 4.6.1-RELEASE-p7 #1: Mon Aug  5 10:07:32 EST 2002     root@freebsd.connect-a.com.au:/hoabinh/usr/obj/hoabinh/usr/src/sys/TWENTY  i386
freebsd [9:23] /usr/ports/textproc/htmltolatex #
-----------------------------------------------------------------------

Any clues to how I can proceed?  Thank you.

Cheers,

Rob Hurle
	-----------------------------------------------------
	Rob Hurle			 Tel: +61 2 6247 2397
	PO Box 13			 Fax: +61 2 6247 2397
	Ainslie			     Cell phone: 0417 293 603
	Australia		e-mail: rob@coombs.anu.edu.au
	-----------------------------------------------------


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?20030319092622.K311-100000>