Hello,

my own compiled wx has '#define wxTYPE_SA_HANDLER int' in setup.h,
but Fedora wxGTK3-devel package has /* #undef wxTYPE_SA_HANDLER */
in setup.h. Because of this M does not compile with Fedora wx:

.src/mail/MailFolderCC.cpp:91:53: error: variable or field ‘sigpipe_handler’ 
declared void
    extern "C" void sigpipe_handler(wxTYPE_SA_HANDLER)
                                                     ^
.src/mail/MailFolderCC.cpp:91:36: error: ‘wxTYPE_SA_HANDLER’ was not declared 
in this scope
    extern "C" void sigpipe_handler(wxTYPE_SA_HANDLER)

Regards,
Nerijus

------------------------------------------------------------------------------
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
Mahogany-Developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to