On 2012-11-17 (Saturday) 07:31:12 ajtiM wrote: > Hi! > > I like to start build KDE 4.9.3 from area51 and I have two questions, > please: > > Is it possible tou buld KDE with clang? > Is server with files okay because as I know they haveproblems with many > servers? > > Thank you very much. > > Mitja > -------- > http://www.redbubble.com/people/lumiwa > _______________________________________________ > kde-freebsd mailing list > kde-freebsd@kde.org > https://mail.kde.org/mailman/listinfo/kde-freebsd > See also http://freebsd.kde.org/ for latest information
Most packages can be built with clang. * devel/boost-libs will use g++ independent of your make.conf CC or WITH_CLANG_IS_CC settings. * multimedia/libxine will build only with gcc * sysutils/nepomuk-core is not building over here with neither clang or gcc * graphics/svgalib is not building with clang * converters/recode is not building with clang Both nepomuk-core and libxine are "required" by x11/kde4-runtime, which will build and work with the corresponding dependencies outcommented/removed in x11/kde4-runtime/Makefile. svgalib dependency is present only if you enable kdegraphics, and can be avoided by configuring graphics/ImageMagick to not use ghostscript. recode dependency is present only if you use phonon-vlc, and can be avoided by disabling the ASS support option of multimedia/vlc. Alonso _______________________________________________ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information