Hello,
I am following the vg installation guide for Linux on the README file (I am using Ubuntu 20.04). I cloned the repo and installed dependencies. However the command
. ./source_me.sh && make
Leads to the following error:
. ./source_me.sh && cd deps/sdsl-lite && BUILD_PORTABLE=1 CXXFLAGS=" -O3 -Werror=return-type -std=c++14 -ggdb -g -I /home/madhatter5/vg/include -I/home/madhatter5/vg/include/dynamic -fopenmp -msse4.2" ./install.sh /home/madhatter5/vg
/bin/sh: 11: export: Files/WindowsApps/CanonicalGroupLimited.Ubuntu20.04onWindows_2004.2021.610.0_x64__79rhkp1fndgsc:/mnt/c/Program: bad variable name
make: *** [Makefile:447: lib/libsdsl.a] Error 2
I was wondering if anyone knows the source of the error?
Thank you!
are you compiling on Windows ?