Entering edit mode
8.8 years ago
arfaj a
▴
10
Hello everyone,
I am trying developing a BLAST tool from NCBI c++ toolkit.
First, I follow this link, http://ncbi.github.io/cxx-toolkit/pages/ch_config.html#ch_config.MS_Visual_C_2008, that contains steps of using the toolkit.
The steps are:
- Prepare development environment: I install MSVC++ 2010 and download BLAST C++ source code.
- Choose build scope: I will develop a GUI application so, I choose (shared library solution) from \c++\compilers\msvc1000_prj\dll\build\gui\ncbi_gui_dll.sln
- Configuration of build tree: this step is not clear for me. What is the command required to build the tree and from which directory run it.
- Build the toolkit: I open the solution and right click on CONFIGURE project but, get this error
error : "C:\Users\User\Documents\blast source code\c++\compilers\msvc1000_prj\dll\build\gui\UtilityProjects\..\..\..\..\static\bin\ReleaseDLL\project_tree_builder.exe not found
The main issue arises from the third step which is the configuration. Could anyone help me to solve this problem?
Any help regarding the above problem please?