Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jul 2007 14:52:22 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        epf1@cec.wustl.edu
Cc:        freebsd-questions@freebsd.org
Subject:   Re: can't build /graphics/poppler-qt after recent cvsup
Message-ID:  <20070703195222.GB1289@dan.emsphone.com>
In-Reply-To: <4986.209.145.181.6.1183488849.squirrel@hive.cec.wustl.edu>
References:  <4986.209.145.181.6.1183488849.squirrel@hive.cec.wustl.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Jul 03), epf1@cec.wustl.edu said:
> 
> Hi all,
> 
> I'm having an odd proble getting poppler-qt to build after my latest cvsup.
> 
> I use portmanager to update my ports and when I ran it today I got the
> following failure as the poppler-qt port was doing it's configure:
> 
> ---Snip------
> checking for Qt headers... /usr/local/include
> checking for Qt libraries... /usr/local/lib
> test: xyes: unexpected operator
> configure: error: Qt development libraries not found

It looks like QT's autoconf test is buggy. 
work/poppler-0.5.4/configure script, line 25757:

if test "x$have_qt4" == "xyes"; then

"==" is not a valid comparison operator for the test command.  It must
be "=".

-- 
	Dan Nelson
	dnelson@allantgroup.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070703195222.GB1289>