El Divendres, 1 de març de 2013, a les 20:54:04, Torgny Nyblom va escriure: > Hi, > > The tarballs for the 4.10.1 release are now available in the usual location. > > I've not compiled them so please report any issues you find.
The kde-workspace package failed to compile here /home/kdepackages/kde-workspace-4.10.1/kwin/layers.cpp:219:5: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] I needed to change assert(newWindowStack.at(0) == (Window*)supportWindow->winId()); to assert(newWindowStack.at(0) == (Window)supportWindow->winId()); Martin? Cheers, Albert > > /Regards > Torgny _______________________________________________ Kde-testing mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-testing
