NCBI Toolkit & IBM DB2 – asn.h
December 17th, 2009
While working on code for my Influenza Sequence Mapping Project [url] I ran into a frustrating incompatibility between the IBM DB2 Embedded SQL C client [url] and the NCBI Toolbox [url]. Both of these APIs contain a header file named “asn.h.” By chance I had been setting my preprocessor include path as: export CPPFLAGS=”-I/usr/include/ncbi -I/home/db2inst1/sqllib/include” [...]