Skip to content

installation problem with google-sparsehash #164

@AndreaQ7

Description

@AndreaQ7

Hello everyone I am getting some truble with SGA installation cause of google-sparsehash.
I have downloaded it from this link (https://anaconda.org/bioconda/google-sparsehash/files), then at SGA folder i write

./configure --with-sparsehash=../../google-sparsehash/ --with-bamtools=/opt/bamtools

and it goes well, but then, when I perform the make install , I get the following message and I really do not understand why

g++ -DHAVE_CONFIG_H -I. -I..  -I../Util -I../Thirdparty -I../SQG -fopenmp -I../../google-sparsehash//include -I/opt/bamtools/include -I/opt/bamtools/include/bamtools -Wall -Wextra  -Wno-unknown-pragmas -std=c++98 -O3 -MT libbigraph_a-Bigraph.o -MD -MP -MF .deps/libbigraph_a-Bigraph.Tpo -c -o libbigraph_a-Bigraph.o `test -f 'Bigraph.cpp' || echo './'`Bigraph.cpp
In file included from Bigraph.h:19:0,
                 from Bigraph.cpp:13:
../Util/HashMap.h:53:34: fatal error: google/sparse_hash_map: File o directory non esistente
 #include <google/sparse_hash_map>
 

but sparse_hash_map is present in the folder google-sparsehash/include/sparse_hash_map

Can someone explain me why? thanks a lot

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions