Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake -S . -B build Dose not build CLI (On Replit) #311

Open
Errorbot1122 opened this issue Oct 12, 2022 · 2 comments
Open

cmake -S . -B build Dose not build CLI (On Replit) #311

Errorbot1122 opened this issue Oct 12, 2022 · 2 comments

Comments

@Errorbot1122
Copy link

Errorbot1122 commented Oct 12, 2022

For some reason, I can't build the CLI using the instructions in the Readme. By trying it I get this error:

CMake Error: The source directory "/home/runner/Speech-To-Robot-Speech" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.

If you are wondering the environment I use, is called replit and I use an operating system called NixOS

@Errorbot1122 Errorbot1122 changed the title cmake -S . -B build Dose not build CLI cmake -S . -B build Dose not build CLI (On Replit) Oct 12, 2022
@dhdaines
Copy link
Contributor

Oh, interesting - yes, knowing the environment is quite important! But also, it appears that you are not running cmake from the source directory for pocketsphinx, which explains the error message. Perhaps you need to cd pocketsphinx first?

All that said, the CLI does need to be installed system-wide to be useful, and I am not sure how this would work with replit/NixOS, though replit looks sufficiently useful that I am inclined to go try it out.

@Errorbot1122
Copy link
Author

Do you think I should install it using git, and then run the cmake?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants