Open joshuacox opened 10 years ago
+1
In order for ino to find the project, you'll have to cd into the base project directory (/tmp/beep) instead of into the src directory itself.
+1
Per the Ino quickstart guide, you have to be in the top level of the tree (where the src
and lib
directories are located. I've confirmed that the build command works from there.
Then
<Leader> ac
produces this output:I tried
cd src
and vimming it and<Leader> ac
to the same effect. Am I missing something? Was there perhaps supposed to be a Makefile somewhere that gets generated in theino init
command?