Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 47: Line 47:  
WARNINGS+=$(shell if [ X$(CCVERSION) \> X4.2.0 ] ; then echo " -Wno-unused-result" ; fi)
 
WARNINGS+=$(shell if [ X$(CCVERSION) \> X4.2.0 ] ; then echo " -Wno-unused-result" ; fi)
 
</pre>
 
</pre>
 +
 +
 +
==== InputFile.h (or any other library file): No such file or directory ====
 +
Errors like the following:
 +
<pre>
 +
FastQFile.cpp:20:23: InputFile.h: No such file or directory
 +
In file included from FastQFile.cpp:21:
 +
FastQFile.h:23:26: StringBasics.h: No such file or directory
 +
</pre>
 +
Tend to occur if the library directory containing the file has not yet been compiled.  Either compile the entire library by typing make in statgen/ or statgen/lib or compile the subdirectories in the correct order.  lib/general is required for most other library directories.

Navigation menu