Thanks for handling [Bug #10714], I can build static library of wxWidget successfully now.
But when building dynamic library of wxWidget, there is some problems:
Linking dynamic library: ..\..\lib\vc_dll\wxbase28u_vc_custom.dll
mingw32-g++.exe: ..\..\lib\vc_dll\wxbase28u.lib: No such file or directory
mingw32-g++.exe: ..\..\lib\vc_dll\wxbase28u: No such file or directory
Process terminated with status 1 (4 minutes, 17 seconds)
Would I report it as a bug?
In the comment of [ Bug #10714 ] , biplab said:
"But please remember that compilation of *wxWidgets* will still fail as some other crucial parts will not be imported. "
I am not sure what he means.
I meant to inform you that the [Bug #10714] is fixed now. The bug you reported was due to not respecting "Excluding files from some build targets". But the compilation will still fail as the importer still lacks Custom Build import support. C::B importer does not import the following code-
# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h
"..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw"
cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h"
# End Custom Build
That is the reason why your compilation fails. :)
I wrote that line as I knew you may face the problem after importing the project file.
I'll try to add this feature, in future.
Regards,
Biplab