Closed skwskwskwskw closed 5 years ago
Hi @skw1990 !
Sorry about the problem you have, but we support only g++
>= 5 (your g++ is 4.9.3) and MinGW-w64 for Windows (not one from Rtools which you're compiling with).
You can read this guide for more information: https://github.com/RGF-team/rgf/tree/master/FastRGF#2-installation
The software is written in C++11 and requires to be built from the sources with the g++ compiler. Note that compilation only with g++-5 and newer versions is possible. Other compilers are unsupported and older versions produce corrupted files.
On Windows compilation only with CMake and MinGW-w64 is supported because only this version of MinGW provides POSIX threads.
For bugs and unexpected issues, please provide the following information, so that we could reproduce them on our system.
Environment Info
Operating System: Windows 10
RGF/FastRGF/rgf_python version: Latest RGF package
Python version (for rgf_python errors): 3.5.2
Error Message