Subject: Re: QT-3.x anyone??
To: Berndt Josef Wulf <wulf@dingo.ping.net.au>
From: paul beard <paulbeard@mac.com>
List: netbsd-help
Date: 01/08/2002 17:22:47
well, I still need to make the ulimit mods from an earlier email.What 
worked for you?

g++ -c -pipe -I/usr/pkgsrc/x11/qt3/work/.buildlink/include -Wall -W -O2 
-fPIC -DQT_NO_DEBUG -DQT_NO_XINERAMA -DQT_NO_XRENDER -DQT_NO_XFTFREETYPE 
-DQT_NO_XKB -DQT_NO_REMOTE -DQT_NO_IMAGEIO_MNG -DQT_NO_IMAGEIO_JPEG 
-DQT_BUILTIN_GIF_READER=1 -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_MAC 
-DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_COMPACT -I/usr/pkg/include 
-I/usr/pkgsrc/x11/qt3/work/qt-x11-free-3.0.1/include 
-I/usr/X11R6/include -I.moc/release/ 
-I/usr/pkgsrc/x11/qt3/work/qt-x11-free-3.0.1/mkspecs/netbsd-g++ -o 
.obj/release/qrichtext.o kernel/qrichtext.cpp
kernel/qrichtext.cpp: In method `void 
QTextDocument::setRichTextInternal(const class QString &)':
kernel/qrichtext.cpp:1898: virtual memory exhausted
cpp: output pipe has been closed
gmake[1]: *** [.obj/release/qrichtext.o] Error 1
gmake[1]: Leaving directory `/usr/pkgsrc/x11/qt3/work/qt-x11-free-3.0.1/src'
gmake: *** [sub-src] Error 2
*** Error code 2



Berndt Josef Wulf wrote:

>paul beard wrote
>
>>I just tried installing this and it gave me an "out of virtual memory" 
>>error. Wha?? I have 128 meg of real RAM and as of this moment 512 meg of 
>>free swap. Methinks there is some inaccuracy somewhere. 
>>
>
>You can find a pkgsrc package for QT3-3.0.1 on
>
>ftp://ftp.netbsd.org/pub/NetBSD/misc/wulf/qt3-3.0.1-pkgsrc.tar.gz
>
>Unpack it into /usr/pkgsrc/x11/qt3 and run `make install'
>It compiled and works for me on NetBSD-1.5Y-i386 system. 
>
>cheerio Berndt
>