szpiech / selscan

Haplotype based scans for selection
GNU General Public License v3.0
111 stars 33 forks source link

Compilation failure #1

Closed szpiech closed 10 years ago

szpiech commented 10 years ago

At some point I introduced a compilation error into the master branch.

make
g++ -O3 -m64 -mmmx -msse -msse2 -c selscan-main.cpp -I../include
selscan-main.cpp: In function ‘int main(int, char**)’:
selscan-main.cpp:253: error: cannot convert ‘std::vector<int, std::allocator<int> >’ to ‘int’ in initialization
make: *** [selscan-main.o] Error 1