Skip to content

make fails #59

@francicco

Description

@francicco

Hi,

I'm trying to compile portcullis. But I'm getting this error during make:

make  all-recursive
make[1]: Entering directory `/mnt/storage/scratch/tk19812/software/portcullis-Release-1.2.3'
Making all in deps/htslib-1.3
make[2]: Entering directory `/mnt/storage/scratch/tk19812/software/portcullis-Release-1.2.3/deps/htslib-1.3'
make  all-am
make[3]: Entering directory `/mnt/storage/scratch/tk19812/software/portcullis-Release-1.2.3/deps/htslib-1.3'
make[3]: Leaving directory `/mnt/storage/scratch/tk19812/software/portcullis-Release-1.2.3/deps/htslib-1.3'
make[2]: Leaving directory `/mnt/storage/scratch/tk19812/software/portcullis-Release-1.2.3/deps/htslib-1.3'
Making all in deps/ranger-0.3.8
make[2]: Entering directory `/mnt/storage/scratch/tk19812/software/portcullis-Release-1.2.3/deps/ranger-0.3.8'
make  all-am
make[3]: Entering directory `/mnt/storage/scratch/tk19812/software/portcullis-Release-1.2.3/deps/ranger-0.3.8'
  CXX      src/libranger_la-DataChar.lo
In file included from ./include/ranger/DataChar.h:35:0,
                 from src/DataChar.cpp:34:
./include/ranger/Data.h:159:35: error: '>>' should be '> >' within a nested template argument list
     std::vector<std::vector<double>> unique_data_values;
                                   ^
src/DataChar.cpp: In constructor 'DataChar::DataChar(double*, std::vector<std::__cxx11::basic_string<char> >, size_t, size_t, bool&)':
src/DataChar.cpp:42:52: warning: delegating constructors only available with -std=c++11 or -std=gnu++11
         DataChar(variable_names, num_rows, num_cols) {
                                                    ^
make[3]: *** [src/libranger_la-DataChar.lo] Error 1
make[3]: Leaving directory `/mnt/storage/scratch/tk19812/software/portcullis-Release-1.2.3/deps/ranger-0.3.8'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mnt/storage/scratch/tk19812/software/portcullis-Release-1.2.3/deps/ranger-0.3.8'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/storage/scratch/tk19812/software/portcullis-Release-1.2.3'
make: *** [all] Error 2

Any help?
Cheers
F

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions