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

raco help command errors #11

Open
spdegabrielle opened this issue Nov 5, 2021 · 1 comment
Open

raco help command errors #11

spdegabrielle opened this issue Nov 5, 2021 · 1 comment
Assignees

Comments

@spdegabrielle
Copy link
Member

spdegabrielle commented Nov 5, 2021

placeholder - I'll come back to this,.

Microsoft Windows [Version 10.0.19043.1288]
(c) Microsoft Corporation. All rights reserved.

C:\Users\stde\Documents\test>raco
Usage: raco <command> <option> ... <arg> ...

Frequently used commands:
  docs                 search and view documentation
  make                 compile source to bytecode
  setup                install and build libraries and documentation
  pkg                  manage packages
  new                  Install a repo from a template at racket-templates
  from-template        Install a repo from a template at racket-templates
  exe                  create executable
  test                 run tests associated with files/directories
  static-web           runs a webserver serving files from the given directory

A command can be specified by an unambiguous prefix.
See `raco help' for a complete list of commands.
See `raco help <command>' for help on a command.

C:\Users\stde\Documents\test>raco help from-template
ffi-lib: could not load foreign library
  path: libedit-3.dll
  system error: The specified module could not be found.; win_err=126
  context...:
   C:\Program Files\Racket\collects\ffi\unsafe.rkt:131:0: get-ffi-lib
   body of "C:\Program Files\Racket\share\pkgs\readline-lib\readline\rktrl.rkt"
   C:\Program Files\Racket\collects\raco\raco.rkt:41:0
   body of "C:\Program Files\Racket\collects\raco\raco.rkt"
   body of "C:\Program Files\Racket\collects\raco\main.rkt"

C:\Users\stde\Documents\test>raco help new
ffi-lib: could not load foreign library
  path: libedit-3.dll
  system error: The specified module could not be found.; win_err=126
  context...:
   C:\Program Files\Racket\collects\ffi\unsafe.rkt:131:0: get-ffi-lib
   body of "C:\Program Files\Racket\share\pkgs\readline-lib\readline\rktrl.rkt"
   C:\Program Files\Racket\collects\raco\raco.rkt:41:0
   body of "C:\Program Files\Racket\collects\raco\raco.rkt"
   body of "C:\Program Files\Racket\collects\raco\main.rkt"
@spdegabrielle spdegabrielle self-assigned this Nov 5, 2021
@spdegabrielle
Copy link
Member Author

LOL I never came back to this . Need to test to see if it still exists

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

No branches or pull requests

1 participant