tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

KDE Frameworks 5 build problem



I've started looking at packaging KDE Frameworks 5 (currently in wip) but I've 
just hit a C++ error trying to build wip/kcoreaddons that I don't know the fix 
for so any help appreciated.

Building on NetBSD/amd64 7.0_STABLE I get the error:

/src/work/pkgsrc/wip/kcoreaddons/work.x86_64/kcoreaddons-5.18.0/src/lib/caching/kshareddatacache_p.h: 
In function 'SharedLockId findBestSharedLock()':
/src/work/pkgsrc/wip/kcoreaddons/work.x86_64/kcoreaddons-5.18.0/src/lib/caching/kshareddatacache_p.h:399:48: 
error: expected primary-expression before '(' token
             tempLock = QSharedPointer<KSDCLock>(new 
semaphoreTimedLock(tempSemaphore));
                                                ^
/src/work/pkgsrc/wip/kcoreaddons/work.x86_64/kcoreaddons-5.18.0/src/lib/caching/kshareddatacache_p.h:399:53: 
error: expected type-specifier before 'semaphoreTimedLock'
             tempLock = QSharedPointer<KSDCLock>(new 
semaphoreTimedLock(tempSemaphore));
                                                     ^


cheers
mark



Home | Main Index | Thread Index | Old Index