Open felixfrenkel opened 4 years ago
I might have a problem with referencing the timeval structure before loading the include file that defines it. Try moving the three #include lines starting at line 109 of samblaster.cpp up 4 lines to before the definition of diffTVs and see if this fixes the problem. If so, I am not sure why I have never had this problem while compiling. Please let me know if this works and I will fix this in the next release.
Hi!
I am building v0.1.26 under Alpine based docker and get the following error: g++ -Wall -O3 -D BUILDNUM=26 -c samblaster.cpp -o samblaster.o
What goes wrong here?
Regards, Felix