Subject: qt4 doesn't build on NetBSD 3.x
To: Adam Ciarcinski <adam@netbsd.org>
From: Geert Hendrickx <ghen@telenet.be>
List: pkgsrc-users
Date: 12/19/2007 05:21:29
On Mon, Dec 17, 2007 at 10:19:44PM +0000, Adam Ciarcinski wrote:
> 
> Module Name:	pkgsrc
> Committed By:	adam
> Date:		Mon Dec 17 22:19:44 UTC 2007
> 
> Modified Files:
> 	pkgsrc/x11/qt4: Makefile.common
> 	pkgsrc/x11/qt4-libs: Makefile distinfo
> 	pkgsrc/x11/qt4-tools: Makefile
> 
> Log Message:
> Changes 4.3.3:
> Qt 4.3.3 is a bug-fix release.
> Read 'changes-4.3.3' for details.
> 


This doesn't build on NetBSD 3.x because it doesn't have strtold(3)...

/scratch/work/x11/qt4-libs/work/qt-x11-opensource-src-4.3.3/src/script/qscriptlexer.cpp: In member function `int QScript::Lexer::lex()':
/scratch/work/x11/qt4-libs/work/qt-x11-opensource-src-4.3.3/src/script/qscriptlexer.cpp:711: error: ` strtold' undeclared (first use this function)
/scratch/work/x11/qt4-libs/work/qt-x11-opensource-src-4.3.3/src/script/qscriptlexer.cpp:711: error: (Each undeclared identifier is reported only once for each function it appears in.)
make: *** [qscriptlexer.o] Error 1
*** Error code 2

	Geert