-
Notifications
You must be signed in to change notification settings - Fork 20
Description
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