problem with jpegcreator.cpp
Peter Penz
peter.penz at gmx.at
Tue Oct 28 13:26:15 GMT 2008
> Hi Peter (ppenz),
>
> You included jpeglib.h inside the code but it should have "extern "C"
> " because it's a C library. Probably it worked for you because your
> distro have this library patched.
>
> The patch would just be:
>
> extern "C" {
> #include <jpeglib.h>
> }
>
> Cheers!
I'm sorry for this mistake - I'll commit the patch today in the evening (I'm in the office currently and have no SVN access).
Best regards,
Peter
>
> --
> -------------------------------------------------------
> Blog: http://labs.morpheuz.eng.br/blog/
> PGP: 0xDBEEAAC3 @ wwwkeys.pgp.net
More information about the kde-core-devel
mailing list