Closed ahovgaard closed 9 years ago
Hm, are the BioIO tests are passing and do they include testing of FastaWriter::write
?
I am trying to make klust
use the SeqEntry
class from BioIO instead of the older version currently in klust
. BioIO does not have a FastaWriter
class yet. I think it's just a problem with linking or something and not about BioIO.
I got it working now. I moved this part of CMakeLists.txt
:
# Link BioIO
include_directories(${bioio_INSTALL_DIR}/include)
link_libraries(${bioio_INSTALL_DIR}/lib/libBioIO.a)
above the add_executable
part. I also removed the ${BIOIO_LIBRARY}
variable references since I cannot see it defined anywhere and it works without.
Super, close the issue then.
I can't seem to get
klust
working with BioIO's SeqEntry. I include it with:and it almost compiles, but fails with link errors like the following: