[kde-solaris] kmultitabbar

Christopher Layne clayne at anodized.com
Tue Aug 31 00:38:41 CEST 2004


FYI,

kmultitabbar.cpp in HEAD is using C99 specific stuff which will break on OS'
without libc support for it (in my case, Solaris 8).

Compile-time errors about undeclared function, nearbyintf,

As called in lines like:

                            tab->move((int)nearbyintf(tmp-tab->neededSize()),lines*24);

This function is C99 specific.

I'll see what I can do on my side (patch, etc).

-cl


More information about the kde-solaris mailing list