You are not logged in.

I can build my own version of course but I need stl for a GIS pkg - having to maintain my own qt pkg to support it would be a pain...
Offline

I can build my own version of course but I need stl for a GIS pkg - having to maintain my own qt pkg to support it would be a pain...
you don't need the stl enabled in Qt to use the STL *with* Qt - you need it to expose iterators and things from the Qt classes... so you can use something similar to:
std::for_each(qstr.begin(), qstr.end(), tolower);
does it error out when you compile it?
Offline
I still don't get why QT would be built with --no-stl by default.
dibble, are you building the latest QGIS from a svn/cvs type repo?
Offline

No, just from stable 0.7  Am having prbs tho.  I'm starting to think my P3 1Ghz laptop is getting a bit old for this - I may need to find a second hand machine to start building on ...
 Am having prbs tho.  I'm starting to think my P3 1Ghz laptop is getting a bit old for this - I may need to find a second hand machine to start building on ...
Offline
Crap! This thing takes ages to build!
Offline

Yup!  I just discovered that.  Qt took about 2 hours and qgis about an hour - all a waste of time for me 
Offline
So, I managed to bug out in the exact same spot as your screenie - I have no clue how to fix it.
Does your last post on the QGIS list indicate you've beaten this error and moved to another?
Offline

Yeah, you need to enable stl in qt /-no-stl/-stl/ and build against that - then I got another error 
Offline
heya, whining without informing me?
qt in testing has stl enabled since a long time now, try to use testing.
greetings
tpowa
Offline

Whining?  Not whining - CHECKING!  Checking to see if there is a good reason before I submit a pointless bug report! 
Offline

Yeah, you need to enable stl in qt /-no-stl/-stl/ and build against that - then I got another error
Which was due to the path to the grass libs in ld.so.conf being wrong - fixed now 
Offline
Also, I noticed that you put grass in /opt/grass-x.y.z. Doesn't this break every other package when pacman uninstalls grass-x.y.z to upgrade to grass-j.k.l?
Offline

I was thinking about that today - grass installs itself to grass-x.y.z - i was thinking about sorting something out - but busy day today
Offline