Akifumi S. Tanabe

Results 6 comments of Akifumi S. Tanabe

To perform compilation, type the following on the terminal of MSYS2+MinGW-w64. `mkdir build; cd build; cmake -DCMAKE_TOOLCHAIN_FILE=../mingw-w64.cmake -G "MSYS Makefiles" ..; make`

The "hsearch,hcreate,hdestroy" functions are used in pll_msa.c in pll-modules. To fix hsearch,hcreate,hdestroy problem on MinGW-w64 environment, pll_msa.c need to be modified.

Using modified version of pll-modules (https://github.com/astanabe/pll-modules/tree/dev), I got an executable binary of raxml-ng. However, this binary do not run correctly. Here is a backtrace of gdb. [00:00:00] Generating 1 parsimony...

I compiled RAxML-NG several times, but initial parsimonious tree construction did not work and execution was terminated. ML optimization of fixed tree topology and single ML tree search starting from...

2.4.2のインストーラ版を使用していますが、CSV・TSVのファイルオープン、スクロールが極端に遅くなる現象がこちらでも発生しています。 2.4.1のインストーラ版では起きていません。 再現するCSVファイルを作成しましたので添付しました。 [hogehoge.csv](https://github.com/sakura-editor/sakura/files/11194484/hogehoge.csv) どうやら、文字列の少ないセルと文字列の多いセルが入り混じっていると起きるようです。

I extracted `libbz2-1.dll` from `mingw-w64-x86_64-bzip2-1.0.8-2-any.pkg.tar.zst` which was downloaded from the following URL. https://packages.msys2.org/package/mingw-w64-x86_64-bzip2?repo=mingw64 After extraction, I renamed `libbz2-1.dll` to `libbz2.dll` and move it to the same folder as `vsearch.exe`. Then,...