xiki icon indicating copy to clipboard operation
xiki copied to clipboard

make running on windows (msys)

Open vprimachenko opened this issue 11 years ago • 6 comments

pipe code from https://github.com/trogdoro/xiki/issues/27#issuecomment-14896299 related to #27, #53

vprimachenko avatar Apr 27 '14 10:04 vprimachenko

Is there a reason why the PR isn't merged? Does it work for others please?

tomByrer avatar Jul 03 '14 17:07 tomByrer

Tried to merge this pull request into my own repository. It contains a number of problems, that I was unable to solve. I'm thinking about fixing these issues and creating a new pull request.

wmeints avatar Jul 09 '14 13:07 wmeints

@wmeints yeah the commit on which this request is based is a bit outdated… care to share which problems your encountered?

vprimachenko avatar Jul 09 '14 15:07 vprimachenko

To get this branch running I needed to edit xiki_command.rb (you have an 'end' missing before line 95).. and gem install win32-pipe as you haven't added the dependency in the gem file.

I now have an xiki command line.. but no idea how to make it let me interact with it... as running it outputs some docs and exits.

NigelThorne avatar Oct 22 '14 04:10 NigelThorne

I appreciate people making an effort for windows support!

I'm a few days/weeks out from pushing a pretty drastically new version to a github branch. Let's hold off on patching the old one and try to make the new codebase be compatible with windows after I push it.

--Craig

On Tue, Oct 21, 2014 at 9:46 PM, Nigel Thorne [email protected] wrote:

To get this branch running I needed to edit xiki_command.rb (you have an 'end' missing before line 95).. and gem install win32-pipe as you haven't added the dependency in the gem file.

I now have an xiki command line.. but no idea how to make it let me interact with it... as running it outputs some docs and exits.

— Reply to this email directly or view it on GitHub https://github.com/trogdoro/xiki/pull/68#issuecomment-60036130.

trogdoro avatar Oct 22 '14 05:10 trogdoro

Any heads up?

dwelle avatar May 23 '15 07:05 dwelle