Hello, I am trying to compile M with cygwin and -mno-cygwin switch. It seems _tsystem is not available:
.src/classes/ComposeTemplate.cpp:913: implicit declaration of function `int _tsystem(...)' wxSystem is defined in wxchar.h as #define wxSystem _tsystem If I change it to #define wxSystem system it compiles. Regards, Nerijus ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
