minnyres

Results 7 issues of minnyres

I can now build trojan with MSVC (no mysql support). Windows ARM64 users may have a test with the files below. https://github.com/minnyres/trojan-windows-arm64/releases

I am trying to build itpp in MSYS2 on Windows. The packages FFTW, LAPACK and BLAS are installed with MSYS2, but cmake cannot find LAPACK and BLAS. ``` cat@LAPTOP-LBAI8P2A MINGW64...

These modules are copied from https://github.com/Kitware/CMake/tree/master/Modules, and can fix the error to find LAPACK and BLAS on Windows. Tested platforms (cmake version 3.23.1) + Windows, MinGW GCC in MSYS2 +...

Cryptopp 8.8.0 configured with ``` TARGET=armv7-linux-musleabihf ./bootstrap.sh CPPFLAGS="-DNDEBUG" CXXFLAGS="-g0 -O3" LDFLAGS="-s" ./configure --prefix=$BUILDDIR/cryptopp --host=$TARGET --enable-shared=no --enable-static ``` Below are the logs. There is a related issue at https://github.com/abdes/cryptopp-cmake/issues/45. The option...

Currently for Windows there is only the x64 version. Although the x64 build can run on ARM64 devices via emulation, adding native ARM64 build would be fantastic.

pinned

The error comes when compiling the file `synctex_parser.c`. It seems related to commit https://github.com/texstudio-org/texstudio/commit/be4a060291a9aab605ddbf97dcbd2b847c3a64ee. ``` [213/228] Building C object CMakeFiles\texstudio.dir\src\pdfviewer\synctex\synctex_parser.c.obj FAILED: CMakeFiles/texstudio.dir/src/pdfviewer/synctex/synctex_parser.c.obj C:\PROGRA~1\MICROS~2\2022\ENTERP~1\VC\Tools\MSVC\1435~1.322\bin\HostX64\arm64\cl.exe /nologo -DADWAITA -DHUNSPELL_STATIC -DNO_CRASH_HANDLER -DNO_TESTS -DPROJECT_VERSION=\"4.6.0\" -DPROJECT_VERSION_INT=40600...

help wanted

while GNU windres can read from stdin if there is no input file. For the simple test file `test.rc` ``` #include #define WORLD "world" STRINGTABLE DISCARDABLE BEGIN 2048 "Hello "...