Took me some days but i think i ironed out the things keeping lldb from building, ill apply some patches when im satisfied its in a state where you can take over. Most of the problems stem from the fact that the 3.9.0 release seems to target msvc and the msvc built python by default. Setting PYTHON_HOME to the mingw64 supplied python needs some work in the cmake department, as it expects python.exe to be in the root of PYTHON_HOME and not in PYTHON_HOME\bin like the mingw64 version has it. Also a lot of the build errors where related to badly guarded compatibility code targetting msvc only and thus causing problems with other windows compilers like mingw64.
libcxx is still not building, and i fear my C++ fu is not strong enough to fix the problems, but maybe someone there can help with that part. So lets see :) ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
