Giter Site home page Giter Site logo

Comments (2)

rdipardo avatar rdipardo commented on June 8, 2024

I can reproduce exactly and it seems the WinLibs distribution is broken.

As a workaround, you would have to:

  1. unpack the toolchain into the hard-coded directory path, e.g, by first mounting a D: drive:
dir /b D:\Prog\winlibs64ucrt_stage\mingw64\bin

addr2line.exe
ar.exe
as.exe
c++.exe
c++filt.exe
ccache.exe
cmake.exe
cmcldeps.exe
cpack.exe
cpp.exe
ctest.exe
dlltool.exe
dllwrap.exe
dos2unix.exe
doxygen.exe
elfedit.exe
g++.exe
gcc-ar.exe
gcc-nm.exe
gcc-ranlib.exe
gcc.exe
gcov-dump.exe
gcov-tool.exe
gcov.exe
gdb-add-index
gdb.exe
gdbserver.exe
gendef.exe
genidl.exe
gfortran.exe
gprof.exe
iconv.exe
jwasm.exe
ld.bfd.exe
ld.exe
libarchive-13.dll
libatomic-1.dll
libbz2.dll
libcurl-4.dll
libdl.dll
libexpat-1.dll
libgcc_s_seh-1.dll
libgcrypt-20.dll
libgfortran-5.dll
libgmp-10.dll
libgnutls-30.dll
libgomp-1.dll
libgomp-plugin-nvptx-1.dll
libgpg-error6-0.dll
libgss-3.dll
libhiredis.dll
libhogweed-6.dll
libiconv-2.dll
libidn-12.dll
libidn2-0.dll
libintl-8.dll
libisl-23.dll
liblzma-5.dll
liblzo2-2.dll
libmpc-3.dll
libmpfr-6.dll
libncursesw6.dll
libnettle-8.dll
libpsl-5.dll
libpython3.9.dll
libquadmath-0.dll
librhash.dll
librtmp-1.dll
libshishi-0.dll
libsource-highlight-4.dll
libssh2-1.dll
libssp-0.dll
libstdc++-6.dll
libtasn1-6.dll
libunistring-5.dll
libuv-1.dll
libwinpthread-1.dll
libzstd.dll
lto-dump.exe
lz4-1.dll
mac2unix.exe
mingw32-make.exe
mman-win.dll
nasm.exe
ndisasm.exe
ninja.exe
nm.exe
objcopy.exe
objdump.exe
pexports.exe
ranlib.exe
readelf.exe
size.exe
strings.exe
strip.exe
unix2dos.exe
unix2mac.exe
vsyasm.exe
widl.exe
windmc.exe
windres.exe
x86_64-w64-mingw32-c++.exe
x86_64-w64-mingw32-g++.exe
x86_64-w64-mingw32-gcc-13.2.0.exe
x86_64-w64-mingw32-gcc-ar.exe
x86_64-w64-mingw32-gcc-nm.exe
x86_64-w64-mingw32-gcc-ranlib.exe
x86_64-w64-mingw32-gcc.exe
x86_64-w64-mingw32-gfortran.exe
xxhash.dll
yasm.exe
ytasm.exe
zlib1.dll

  1. start a terminal session in MSYS2 or Git for Windows (there must be a sh.exe program on the PATH); then build:
$ export PATH="/d/Prog/winlibs64ucrt_stage/mingw64/bin;$PATH"
$ export VERBOSE=1
$ mingw32-make.exe
+ creating BUILD_DIRECTORY bin.x86_64.build
C:/git/2.44.0.windows.1/usr/bin/mkdir.exe -p bin.x86_64.build bin.x86_64.build/DarkMode bin.x86_64.build/MISC/Common bin.x86_64.build/MISC/Exception bin.x86_64.build/MISC/PluginsManager bin.x86_64.build/MISC/Process bin.x86_64.build/MISC/RegExt bin.x86_64.build/MISC/md5 bin.x86_64.build/MISC/sha1 bin.x86_64.build/MISC/sha2 bin.x86_64.build/MISC/sha512 bin.x86_64.build/ScintillaComponent bin.x86_64.build/TinyXml bin.x86_64.build/TinyXml/tinyXmlA bin.x86_64.build/WinControls/AboutDlg bin.x86_64.build/WinControls/AnsiCharPanel bin.x86_64.build/WinControls/ClipboardHistory bin.x86_64.build/WinControls/ColourPicker bin.x86_64.build/WinControls/ContextMenu bin.x86_64.build/WinControls/DockingWnd bin.x86_64.build/WinControls/DocumentMap bin.x86_64.build/WinControls/FileBrowser bin.x86_64.build/WinControls/FindCharsInRange bin.x86_64.build/WinControls/FunctionList bin.x86_64.build/WinControls/Grid bin.x86_64.build/WinControls/ImageListSet bin.x86_64.build/WinControls/OpenSaveFileDialog bin.x86_64.build/WinControls/PluginsAdmin bin.x86_64.build/WinControls/Preference bin.x86_64.build/WinControls/ProjectPanel bin.x86_64.build/WinControls/ReadDirectoryChanges bin.x86_64.build/WinControls/SplitterContainer bin.x86_64.build/WinControls/StaticDialog bin.x86_64.build/WinControls/StaticDialog/RunDlg bin.x86_64.build/WinControls/StatusBar bin.x86_64.build/WinControls/TaskList bin.x86_64.build/WinControls/ToolTip bin.x86_64.build/WinControls/TrayIcon bin.x86_64.build/WinControls/TreeView bin.x86_64.build/WinControls/VerticalFileSwitcher bin.x86_64.build/WinControls/WindowsDlg bin.x86_64.build/WinControls/shortcut bin.x86_64.build/WinControls/tabbar bin.x86_64.build/WinControls/toolbar bin.x86_64.build/uchardet
+ creating SCINTILLA_BUILD_DIRECTORY bin.x86_64.build/_scintilla.build
C:/git/2.44.0.windows.1/usr/bin/mkdir.exe -p bin.x86_64.build/_scintilla.build
D:/Prog/winlibs64ucrt_stage/mingw64/bin/mingw32-make.exe -O --no-print-directory -j4 -C ../../scintilla/win32 -f makefile -f ../../boostregex/nppSpecifics_mingw.mak DIR_O=../../PowerEditor/gcc/bin.x86_64.build/_scintilla.build LIBSCI=../../PowerEditor/gcc/bin.x86_64.build/libscintilla.a ../../PowerEditor/gcc/bin.x86_64.build/libscintilla.a
# [...]

from notepad-plus-plus.

samyarkhafan avatar samyarkhafan commented on June 8, 2024

sorry for the late reply. glad to know it ain't something on my end.

from notepad-plus-plus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.