Skip to content

Got error when Downloading gotcloud on AWS #33

@rmn8

Description

@rmn8

Hi,
I was not able to find the AMI for gotcloud in AWS so I have followed the installation process recommended. Once I downloaded the source file, I cd'd into src and typed make.
I get the following error

Chromosome.cpp: In constructor ‘Chromosome::Chromosome(const string&, unsigned int, bool)’:
Chromosome.cpp:42:15: error: ‘*this.Chromosome::gs’ is used uninitialized [-Werror=uninitialized]
42 | if (this->gs) delete gs;
| ~~~~~~^~
cc1plus: all warnings being treated as errors
make[2]: *** [../Makefiles/Makefile.common:81: obj/Chromosome.o] Error 1
make[2]: Leaving directory '/home/ubuntu/gotcloud-latest/src/libStatGen/general'
make[1]: *** [Makefiles/Makefile.base:15: general] Error 2
make[1]: Leaving directory '/home/ubuntu/gotcloud-latest/src/libStatGen'
make: *** [Makefile:116: libStatGen] Error 2

Thanks

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