Thank you for the work!
i have now tested this repo and it works until after bootstrap:
==> Starting prepare()...
patching file src/sdk/scripting/squirrel/Makefile.am
patching file src/sdk/Makefile.am
patching file src/sdk/wxscintilla/Makefile.am
Hunk #1 succeeded at 9 (offset 1 line).
patching file src/src/Makefile.am
patching file src/plugins/contrib/wxContribItems/wxDateTimePicker/Makefile.am
patching file src/plugins/contrib/wxContribItems/KWIC/Makefile.am
patching file src/plugins/contrib/wxContribItems/wxFlatNotebook/Makefile.am
patching file src/plugins/contrib/wxContribItems/wxImagePanel/Makefile.am
patching file src/plugins/contrib/wxContribItems/wxSpeedButton/Makefile.am
patching file src/plugins/contrib/wxContribItems/wxTreeList/Makefile.am
patching file src/plugins/contrib/wxContribItems/wxchart/Makefile.am
patching file src/plugins/contrib/wxContribItems/wxled/Makefile.am
patching file src/plugins/contrib/wxContribItems/wxthings/Makefile.am
patching file src/plugins/contrib/wxContribItems/wxmathplot/Makefile.am
patching file src/plugins/contrib/source_exporter/Makefile.am
patching file src/plugins/contrib/source_exporter/wxPdfDocument/Makefile.am
Hunk #1 succeeded at 2 with fuzz 1.
patching file src/plugins/contrib/wxSmith/Makefile.am
patching file src/plugins/compilergcc/Makefile.am
Hunk #1 succeeded at 72 with fuzz 2 (offset 64 lines).
patching file src/sdk/scripting/bindings/Makefile.am
patching file src/sdk/Makefile.am
Hunk #1 succeeded at 20 with fuzz 2 (offset 4 lines).
patching file src/include/Makefile.am
Hunk #1 succeeded at 180 (offset -1 lines).
patching file src/plugins/compilergcc/depslib/src/Makefile.am
patching file src/plugins/compilergcc/Makefile.am
patching file src/src/Makefile.am
Hunk #1 succeeded at 124 (offset 9 lines).
patching file src/src/Makefile.am
Hunk #1 succeeded at 21 (offset 1 line).
patching file src/src/Makefile.am
Hunk #1 succeeded at 40 (offset 4 lines).
patching file src/sdk/wxscintilla/include/wx/wxscintilla.h
patching file src/sdk/wxscintilla/src/ScintillaWX.h
patching file src/tools/ConsoleRunner/main.cpp
patching file src/build_tools/autorevision/Makefile.am
patching file src/src/app.cpp
patching file src/sdk/configmanager.cpp
Hunk #1 succeeded at 1540 (offset 54 lines).
Hunk #2 succeeded at 1564 (offset 54 lines).
Hunk #3 succeeded at 1587 with fuzz 2 (offset 56 lines).
patching file src/sdk/pluginmanager.cpp
patching file src/include/sdk.h
patching file src/sdk/filemanager.cpp
patching file src/sdk/configmanager.cpp
Hunk #1 succeeded at 33 with fuzz 2 (offset 2 lines).
patching file src/sdk/cbplugin.cpp
Hunk #1 succeeded at 831 (offset -17 lines).
Hunk #2 succeeded at 901 (offset -17 lines).
patching file src/sdk/globals.cpp
Hunk #2 succeeded at 991 (offset 8 lines).
Hunk #3 succeeded at 1037 (offset 8 lines).
Hunk #4 succeeded at 1333 (offset 8 lines).
Using 'git log --graph' to get the revision
Found revision: '11302' '2018-02-23 23:34:57'
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
==> ERROR: A failure occurred in prepare().
Aborting...
no configure script is generated... Not even a error message...
no idea what directions you are talking about.
https://github.com/stahta01/cb_misc/tree/master/Notes/MSys2
Have you installed the standard packages needed to build MSys2 mingw packages.
pacman -S --needed --asdeps base-devel
pacman -S --needed --asdeps mingw-w64-i686-toolchain
pacman -S --needed --asdeps mingw-w64-x86_64-toolchain
I am trying to build my mingw-w64-codeblocks-git package right now.
It has made it one line past your posted log result; but, seems to be taking a lot of time to go past that one line; finally printed several lines one after another.
libtoolize: copying file 'm4/lt~obsolete.m4'
main::scan_file() called too early to check prototype at /usr/bin/aclocal-1.11 line 644.
configure.ac:39: installing `./compile'
configure.ac:7: installing `./config.guess'
configure.ac:7: installing `./config.sub'
configure.ac:22: installing `./install-sh'
Edit: I am building an sourcecode wxWidgets msys2 mingw package needed by mingw-w64-codeblocks-svn; will test it later.
Edit2: I am only doing 32 bit builds because it is on an Win10 32 bit computer.
Edit3: I am expecting one of the wxSmith plugins to error out because that is what happen in mingw-w64-codeblocks-svn a few months back.
Edit4: The normal command I use to build msys2 mingw packages
Edit5: Number one newbie mistake is building msys2 mingw packages from msys2 mingw prompt instead of from msys2 prompt.
Edit6: Trying again with NassiShneiderman plugin disabled; because of boost library link error
Tim S.