Re: [gtkmm] OpenSSL related bug - #define set_key des_set_key
- From: Frank Naumann <fnaumann cs uni-magdeburg de>
- To: Marcel Karras <toka freebits de>
- Cc: gtkmm-list gnome org
- Subject: Re: [gtkmm] OpenSSL related bug - #define set_key des_set_key
- Date: Wed, 21 Jan 2004 14:59:07 +0100 (CET)
Hello!
> I tried to contact the openssl mailinglist but there's a problem
> subscribing to the list. Thus I request for your help. Could someone
> post the problem?
> THe OpenSSL team should not define the macro "set_key". If I compile a
> gtkmm application it won't compile successfully until I make:
>
> #ifdef set_key
> #undef set_key
> #endif
Due to:
./gdk/gdkmm/device.h:
void set_key (guint index_, guint keyval, ModifierType modifiers);
Under Windows you have similiar problems if you don't include windows
headers at last (as they define tons of [undocumented] macros that
conflict in the same way as above).
As workaround you can try to include the OpenSSL header files at last.
Regards,
Frank
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]