Porblems with kdepimlibs and msvc
Reinhold Kainhofer
reinhold at kainhofer.com
Wed Jul 19 10:00:34 BST 2006
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Am Mittwoch, 19. Juli 2006 07:06 schrieb Christian Ehrlicher:
> 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;
>
> ...
> }
Feel free to fix it, as long as it doesn't break gcc.
> Also there are some includes in libical missing
Which ones?
> and some #if(n)def WIN32
> are wrong because kdewin32 is used which provides most of the functions.
Feel free to fix that, too.
> Is libical/kdepimlibs really needed for kdebase?
Not yet. But the clock applet might sooner or later also show calendar data,
and then it is required.
Cheers,
Reinhold
- --
- ------------------------------------------------------------------
Reinhold Kainhofer, Vienna, Austria
email: reinhold at kainhofer.com, http://reinhold.kainhofer.com/
* Financial and Actuarial Mathematics, TU Wien, http://www.fam.tuwien.ac.at
* K Desktop Environment, http://www.kde.org/, KOrganizer maintainer
* Chorvereinigung "Jung-Wien", http://www.jung-wien.at/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEvfS4TqjEwhXvPN0RArZWAKDWCRox5SXIYq02ZmwAJ2D4++GyRQCg1aLR
ucGIHMoHoAvspPEdlooBz4c=
=gThu
-----END PGP SIGNATURE-----
More information about the kde-core-devel
mailing list