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

Windows Support #75

Open
oflatt opened this issue Oct 6, 2015 · 10 comments
Open

Windows Support #75

oflatt opened this issue Oct 6, 2015 · 10 comments

Comments

@oflatt
Copy link

oflatt commented Oct 6, 2015

I tried installing ipoe on windows 10. I ran into problems with libedit-3
here is an error message I get when trying to run anything with #lang ipoe at the top
ffi-lib: couldn't open "libedit-3.dll" (The specified module could not be found.; errno=126)
thanks!

@bennn
Copy link
Owner

bennn commented Oct 7, 2015

Understood! Thanks for reporting.

Which version of Racket are you using?

@oflatt
Copy link
Author

oflatt commented Oct 8, 2015

Thanks for getting back quickly, I am using v6.2.900.17

-Oliver Flatt

On Tue, Oct 6, 2015 at 10:03 PM, Benjamin Greenman <[email protected]

wrote:

Understood! Thanks for reporting.

Which version of Racket are you using?


Reply to this email directly or view it on GitHub
#75 (comment).

@bennn
Copy link
Owner

bennn commented Oct 12, 2015

Okay, I think it's readline's fault! I was able to install the wo-readline branch of ipoe through Dr.Racket (6.3.1).

Looking into compile-time solutions for skipping readline if it's not available...

@bennn
Copy link
Owner

bennn commented Oct 12, 2015

Ok, you should be able to install ipoe through master now.

@oflatt
Copy link
Author

oflatt commented Oct 12, 2015

Thank you!

On Sun, Oct 11, 2015, 10:58 PM Benjamin Greenman [email protected]
wrote:

Ok, you should be able to install ipoe through master now.


Reply to this email directly or view it on GitHub
#75 (comment).

@oflatt
Copy link
Author

oflatt commented Oct 21, 2015

Hello, I got it installed. How can I use ipoe commands through drracket?
thank you

-Oliver Flatt

On Mon, Oct 12, 2015 at 6:36 AM, Oliver Flatt [email protected] wrote:

Thank you!

On Sun, Oct 11, 2015, 10:58 PM Benjamin Greenman [email protected]
wrote:

Ok, you should be able to install ipoe through master now.


Reply to this email directly or view it on GitHub
#75 (comment).

@bennn
Copy link
Owner

bennn commented Oct 21, 2015

Hmm, I'm not sure you can right now (unless there's a way to run a custom "raco ..." command).

I think I could update the REPL environment to have the commands available after an ipoe program is loaded. I'll try that soon.

(Maybe I'll just make the REPL into the same thing you'd get after running raco ipoe db on the command line. So you can

> (add-word "foo")
Attempting to add new word 'foo' to the database
...

Now that I think about it, I'd also want this to happen:

> "hello"
"hello" has 2 syllables 
> "racket"
Unknown word "racket"

)

@oflatt
Copy link
Author

oflatt commented Oct 21, 2015

Thanks, I'm pretty busy right now, tell me if you ever look into that

On Tue, Oct 20, 2015, 11:51 PM Benjamin Greenman [email protected]
wrote:

Hmm, I'm not sure you can right now (unless there's a way to run a custom
"raco ..." command).

I think I could update the REPL environment to have the commands available
after an ipoe program is loaded. I'll try that soon.


Reply to this email directly or view it on GitHub
#75 (comment).

@bennn
Copy link
Owner

bennn commented Oct 30, 2015

Things are a little better now. When you run in Dr. Racket, you should see:

Finished checking poem. ...
Type '(connect)' to open a connection to the iPoe database
>

After connecting, the repl prompt changes & you can type "help" to see a list of database commands. Someday I'd like smoother integration, but I need to learn more about Dr. Racket first (especially, how to cleanly start & end a database connection).

(How it works now is that everything at the bottom of ipoe/lang/reader.rkt gets loaded in the repl)

@oflatt
Copy link
Author

oflatt commented Oct 30, 2015

Thanks, I'll try that!

On Fri, Oct 30, 2015, 10:12 AM Benjamin Greenman [email protected]
wrote:

Things are a little better now. When you run in Dr. Racket, you should see:

Finished checking poem. ...
Type '(connect)' to open a connection to the iPoe database

...

After connecting, the repl prompt changes & you can type "help" to see a list of database commands. Someday I'd like smoother integration, but I need to learn more about Dr. Racket first (especially, how to cleanly start & end a database connection).

(How it works now is that everything at the bottom of ipoe/lang/reader.rkt gets loaded in the repl)


Reply to this email directly or view it on GitHub
#75 (comment).

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

2 participants