> 30 окт. 2014 г., в 17:34, Richard Shaw <[email protected]> написал(а): > > I have a project I converted from autotools to cmake and it builds fine in > Fedora, Fedora MinGW-w64, and MXE MinGW-w32 but when I try to build in native > win32 on my laptop (my only Windows machine) using msys2 I get several errors > line this: > > C:/msys32/home/aa674/git/fldigi/src/dialogs/fl_digi.cxx: In function 'int > get_tx_char()': > C:/msys32/home/aa674/git/fldigi/src/dialogs/fl_digi.cxx:6526:6: error: > 'xmltest_char_available' was not declared in this scope > if (xmltest_char_available) { > ^ > > The function is defined in xmlrpc.h provided by the project: > --- class stuff --- > extern void xmlrpc_set_qsy(long long rfc); > extern int xmltest_char(); > extern bool xmltest_char_available; > extern int number_of_samples(std::string s); > --- end --- > > And it is included by fl_digi.cxx, so what gives? > Please describe all steps that you do for building under MSYS2. Are you: 1. Install mingw-w64 toolchain 2. Run MSYS2 from mingw*_shell.bat
And so on. Regards, Alexey. > Thanks, > Richard > ------------------------------------------------------------------------------ > _______________________________________________ > Msys2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/msys2-users ------------------------------------------------------------------------------ _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
