You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I love this repo and would like to have a test run! However, I encounter some installation issues like the followings:
`
[ 16%] Building C object CMakeFiles/htslib.dir/_deps/htslib-src/htscodecs/htscodecs/rANS_static.c.o
[ 16%] Building C object CMakeFiles/htslib.dir/_deps/htslib-src/htscodecs/htscodecs/rle.c.o
[ 16%] Building C object CMakeFiles/htslib.dir/_deps/htslib-src/htscodecs/htscodecs/tokenise_name3.c.o
[ 18%] Linking C static library libhtslib.a
[ 18%] Built target htslib
[ 18%] Building CXX object CMakeFiles/peg2cpp.dir/compiler/util/peg2cpp.cpp.o
In file included from /root/sequre/seq/compiler/util/peg2cpp.cpp:2:
/root/sequre/seq/./compiler/util/peglib.h:12:10: fatal error: 'any' file not found
#include
^
1 error generated.
CMakeFiles/peg2cpp.dir/build.make:75: recipe for target 'CMakeFiles/peg2cpp.dir/compiler/util/peg2cpp.cpp.o' failed
Make sure you are using the C++17 compiler. Also, try using the latest install script.
FYI, we are waiting for the next Seq release to fix some build issues.
Additionally, you can try running Sequre via docker.
Hi, I love this repo and would like to have a test run! However, I encounter some installation issues like the followings:
`
[ 16%] Building C object CMakeFiles/htslib.dir/_deps/htslib-src/htscodecs/htscodecs/rANS_static.c.o
[ 16%] Building C object CMakeFiles/htslib.dir/_deps/htslib-src/htscodecs/htscodecs/rle.c.o
[ 16%] Building C object CMakeFiles/htslib.dir/_deps/htslib-src/htscodecs/htscodecs/tokenise_name3.c.o
[ 18%] Linking C static library libhtslib.a
[ 18%] Built target htslib
[ 18%] Building CXX object CMakeFiles/peg2cpp.dir/compiler/util/peg2cpp.cpp.o
In file included from /root/sequre/seq/compiler/util/peg2cpp.cpp:2:
/root/sequre/seq/./compiler/util/peglib.h:12:10: fatal error: 'any' file not found
#include
^
1 error generated.
CMakeFiles/peg2cpp.dir/build.make:75: recipe for target 'CMakeFiles/peg2cpp.dir/compiler/util/peg2cpp.cpp.o' failed
make[2]: *** [CMakeFiles/peg2cpp.dir/compiler/util/peg2cpp.cpp.o] Error 1
CMakeFiles/Makefile2:469: recipe for target 'CMakeFiles/peg2cpp.dir/all' failed
make[1]: *** [CMakeFiles/peg2cpp.dir/all] Error 2
Makefile:145: recipe for target 'all' failed
make: *** [all] Error 2`
Here are my system specs:
`
NAME="Ubuntu"
VERSION="16.04.7 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.7 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial`
Much appreciate it if you can help.
The text was updated successfully, but these errors were encountered: