Description: A backend for Cantor that runs a command-line application, passes user input to it, and the application's output to Cantor. It includes its own configuration and a simple test case.
It can only be compiled inside Cantor's source tree.
is that Cantor does not install its headers and the plugin should be built inside Cantor source in src/backends/
So it works perfectly now that I know how to use it! Thanks a lot for the answer.
Hi, the template does not build: the file %{APPNAMELC}expression.h contains
#include <expression.h>
which is not included.
Furthermore in the package there's a tarball which has no need to be there.
Can you fix it please? Thanks in advance.
Ratings & Comments
3 Comments
is that Cantor does not install its headers and the plugin should be built inside Cantor source in src/backends/ So it works perfectly now that I know how to use it! Thanks a lot for the answer.
I added a README file that open when a plugin is generated. Hopefully it should clear things up. Thanks!
Hi, the template does not build: the file %{APPNAMELC}expression.h contains #include <expression.h> which is not included. Furthermore in the package there's a tarball which has no need to be there. Can you fix it please? Thanks in advance.