Porblems with kdepimlibs and msvc
Christian Ehrlicher
Ch.Ehrlicher at gmx.de
Wed Jul 19 06:06:15 BST 2006
Hi,
I've some problems compiling kdepimlibs (needed for kdebase) with msvc
Semms like it doesn't understnad c99
void foo(int var1)
{
(void)var1;
int i;
...
}
needs to be changed to
void foo(int var1)
{
int i;
(void)var1;
...
}
Also there are some includes in libical missing and some #if(n)def WIN32
are wrong because kdewin32 is used which provides most of the functions.
Is libical/kdepimlibs really needed for kdebase?
Christian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20060719/809b7cd6/attachment.sig>
More information about the kde-core-devel
mailing list