On Monday 05 September 2005 12:26, Bruno Rohee wrote: > On Mon, Sep 05, 2005 at 10:24:08AM -0500, Dave Feustel wrote: > > 1 - Is it possible to build Qt3.x applications using the environment > > set up by the 3.7 Qt3 packages? > > > > 2 - Is it possible to build KDE applications using the environment > > set up by the 3.7 KDE 3.x paackages? > > > > I have not succeeded in doing either 1 or 2, although I *have* > > been successful in building Qt 3.x and 4.0.1 from the Trolltech > > distribution files. > > > > I have yet to successfully build KDE, either from the Trolltech > > distributions > > or from the OpenBSD 3.7 port which I retrieved via anoncvs and did not > > modify in any way, so far as I know. Make always stops with compile errors > > at some point during the KDE build. > > Obviously the ports work as we ship KDE packages. Without the error in > question I must resort to my crystal ball... > > Did you raise your limits appropriatly? g++ usually grows very huge > compiling KDE packages and if you stick with the standard limits > it gets an out of memory error...
I have seen this error recently. Here are the ulimits in effect then: ulimit -n 128 # max # of files ulimit -d 128000 # max kb of data ulimit -p 128 # max # of processes I have wondered whether I should modify settings in login.conf. Dave -- Tired of having to defend against Malware? (You know: trojans, viruses, SPYWARE, ADWARE, KEYLOGGERS, rootkits, worms and popups) Then Switch to OpenBSD with a KDE desktop!!!
