Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 1: Line 1: −
   
=== Possible Compile Errors ===
 
=== Possible Compile Errors ===
   Line 12: Line 11:     
The package may be called something like: openssl-devel or libssl-dev (on ubuntu).
 
The package may be called something like: openssl-devel or libssl-dev (on ubuntu).
 +
 +
==== Validate.cpp:22:21: error: SamFile.h: No such file or directory ====
 +
This error and other, similar errors with "Sam....h: No such file or directory" or "'Sam...' has not been declared" typically means that the library build failed.  Check for a previous error in your compile.
 +
 +
A successful compile of the library will publish SamFile.h and all the other header files from the library into samtools/lib/include.  If one of the programs within the statgen repository fails to compile with one of these errors, then the library did not successfully publish the header files and did not successfully byild.

Navigation menu