Build failures on windows

Boudewijn Rempt boud at valdyas.org
Sat Apr 16 10:48:57 CEST 2011


On Saturday 16 April 2011 Apr, Boudewijn Rempt wrote:
> On Friday 15 April 2011 Apr, Silvio Heinrich wrote:
> 
> > Hmm... ok. Maybe VC++ cannot deduce the right function type here.
> > He should try to replace all lines in 
> > _Private::AddGeneralOps<...>::add(...) that look like:
> > 
> > _add<&cfOverlay>_(cs, COMPOSITE_OVERLAY, i18n("Overlay"), 
> > KoCompositeOp::categoryMix());
> > 
> > with:
> > 
> > _add< &cfOverlay<Arg,Arg> >_(cs, COMPOSITE_OVERLAY, i18n("Overlay"), 
> > KoCompositeOp::categoryMix());
> > 
> 
> let's give that a try. Pierre is on holiday now, though, so he cannot rebuild.
> 
> 

Hm, no. That breaks compilation with g++:

/home/boud/kde/src/calligra/libs/pigment/colorspaces/../compositeops/KoCompositeOps.h:95:9: error: no matching function for call to ‘_Private::AddGeneralOps<KoLabU16Traits, true>::add(KoColorSpace*&, const QString&, QString, QString)’

-- 
Boudewijn Rempt | http://www.valdyas.org, http://www.krita.org


More information about the kimageshop mailing list