Mash icon indicating copy to clipboard operation
Mash copied to clipboard

Import MinHash.capnp make error

Open kodingkoning opened this issue 4 years ago • 0 comments

When I try to make, the import in MinHash.capnp fails.

I have confirmed that the file exists at the location it is saying that the import fails.

I have capnproto inside of the Mash directory to allow it to find common.h when configuring the make file, but I also have an installation of capnp in a conda environment, so that's why there are two different paths to capnp.

The error:

(mashDevEnv) erk24@cori04:~/Mash2/Mash> make
cd src/mash/capnp;export PATH=/global/homes/e/erk24/Mash2/Mash/capnproto/c++//bin/:/global/homes/e/erk24/.conda/envs/mashDevEnv/bin:/usr/common/software/python/3.7-anaconda-2019.07/condabin:/usr/common/software/python/3.7-anaconda-2019.07/bin:/global/common/sw/cray/cnl7/haswell/gsl/2.5/intel/19.0.3.199/7twqxxq/bin:/global/common/cori_cle7/software/darshan/3.1.7/bin:/global/common/cori/software/altd/2.0/bin:/usr/common/software/bin:/usr/common/mss/bin:/usr/common/nsg/bin:/opt/cray/pe/mpt/7.7.6/gni/bin:/opt/cray/rca/2.2.20-7.0.0.1_4.42__g8e3fb5b.ari/bin:/opt/cray/alps/6.6.50-7.0.0.1_3.44__g962f7108.ari/sbin:/opt/cray/alps/default/bin:/opt/cray/job/2.2.4-7.0.0.1_3.36__g36b56f4.ari/bin:/opt/cray/pe/craype/2.5.18/bin:/opt/intel/compilers_and_libraries_2019.3.199/linux/bin/intel64:/opt/ovis/bin:/opt/ovis/sbin:/usr/syscom/nsg/sbin:/usr/syscom/nsg/bin:/opt/cray/pe/modules/3.2.11.1/bin:/usr/local/bin:/usr/bin:/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/opt/cray/pe/bin;capnp compile -I /global/homes/e/erk24/Mash2/Mash/capnproto/c++/src/capnp -oc++ MinHash.capnp
MinHash.capnp:7:20-90: error: Import failed: /global/homes/e/erk24/.conda/envs/mashDevEnv/include/capnp/c++.capnp
MinHash.capnp:9:2-5: error: Not defined: Cxx
make: *** [Makefile:58: src/mash/capnp/MinHash.capnp.h] Error 1
(mashDevEnv) erk24@cori04:~/Mash2/Mash> ls /global/homes/e/erk24/.conda/envs/mashDevEnv/include/capnp/c++.capnp
/global/homes/e/erk24/.conda/envs/mashDevEnv/include/capnp/c++.capnp

kodingkoning avatar Nov 27 '19 14:11 kodingkoning