On Thu, 13 Mar 2014 17:51:16 +0200 Nerijus Baliunas 
<[email protected]> wrote:

NB> my own compiled wx has '#define wxTYPE_SA_HANDLER int' in setup.h,
NB> but Fedora wxGTK3-devel package has /* #undef wxTYPE_SA_HANDLER */
NB> in setup.h.

 I don't understand how did this happen. Did they use --disable-catch_segvs
explicitly when building it? Because otherwise I just don't see how is this
possible :-(

NB> Because of this M does not compile with Fedora wx:
NB> 
NB> .src/mail/MailFolderCC.cpp:91:53: error: variable or field 
‘sigpipe_handler’ declared void
NB>     extern "C" void sigpipe_handler(wxTYPE_SA_HANDLER)
NB>                                                      ^
NB> .src/mail/MailFolderCC.cpp:91:36: error: ‘wxTYPE_SA_HANDLER’ was not 
declared in this scope
NB>     extern "C" void sigpipe_handler(wxTYPE_SA_HANDLER)

 I think you should just replace wxTYPE_SA_HANDLER with int here, this is
POSIX and there shouldn't be any supported non-POSIX platforms any more.
Could you please test this and commit it if it works?

 Thanks,
VZ

Attachment: pgpmMXNIxutKD.pgp
Description: PGP signature

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Mahogany-Developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to