Hi, > scribusview.cpp:878: `abs' undeclared (first use this function)
I've just checked the source on cvs, the above should actually be line 877, but I won't haggle there ;-) abs is defined in cstdlib, not cmath. #include that at the top and see if that compiles - it should. The strange thing though is that RH 8 is not throwing any errors at that point. Can I ask, which version of gcc are you using and which version of Qt are you on? gcc --version moc -v (it says which version of Qt it's from) TTFN Paul -- Open your mind to a time where a company does not have control Open your mind to a choice of applications which you can control Open your mind from the closed world of those who seek total power Open your mind to the wonderful world of Open Source
