On 02/17/20 20:24, Óscar Fuentes wrote:
Maybe this is relevant to you:
https://social.msdn.microsoft.com/Forums/en-US/22ea31cb-0feb-4ff5-a607-58d5727fd34d/how-generate-makefile-from-visual-studio-solution?forum=vcgeneral
neither of those linked converter work and support recent VS project
I wrote the Makefile by hand
But as far as I know, MFC depends on language extensions not available
on g++, so the Makefile is the least of your worries.
seems I'm hitting one of these:
i686-w64-mingw32-g++ -std=c++0x -Wall -O3 -D __USE_MINGW_ANSI_STDIO=1
-mwindows -I../../src/ -c LimitsDlg.cpp -o LimitsDlg.o
In file included from LimitsDlg.cpp:14:0:
LimitsDlg.h:17:35: error: expected class-name before '{' token
class CLimitsDlg : public CDialog {
line 17 of LimitsDlg.h is:
class CLimitsDlg : public CDialog {
No way?
--
Valerio
_______________________________________________
Msys2-users mailing list
Msys2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/msys2-users