This is a followup to bug #327231, but maybe should be a separate bug 
report.  I tried rebuilding filelight against the latest kdelibs using 
gcc-4.0, and it fails with this error:

scanmanager.h:56: error: 'void ScanManager::startPrivate(const QString&)' is 
private
scanmanager.h:81: error: within this context

I believe the problem has something to do with gcc-4.0 requiring anything 
declared as a friend to be visible where it is being declared.  Since this 
is a private function in another class, it isn't visible in the context it 
is being used.  I don't know how to fix it without making it a public 
function, but I'm sure there is some way.

There is also a new upstream prerelease - 1.0-beta6, but it is fairly 
different, as it builds a kpart instead of just an application.

Josh


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to