gco / emacs-evernote-mode

Automatically exported from code.google.com/p/emacs-evernote-mode
0 stars 0 forks source link

Evernote-Client not running #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. installed ruby client
2. installed evernote-mode
3. ran evernote-login
4. enter credentials

Get message:
Process Evernote-Client not running in Emacs status line

Env:
* Mac OS X 10.6.7
* ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0]
* GNU Emacs 23.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.35) of 2011-03-09 
on black.porkrind.org
* evernote mode r163

Original issue reported on code.google.com by beauf...@gmail.com on 26 May 2011 at 1:00

GoogleCodeExporter commented 9 years ago
Seems like the ruby client depends on gdbm. Fixed that part by:
$ sudo brew install gdbm
$ sudo gem install gdbm

(I use homebrew)

Original comment by beauf...@gmail.com on 26 May 2011 at 1:01

GoogleCodeExporter commented 9 years ago
Yes, the ruby client depends on gdbm, I will add the note to the document for 
that.

Thanks,
Yusuke

Original comment by kawakami...@gmail.com on 27 May 2011 at 6:31

GoogleCodeExporter commented 9 years ago
'ffi' is also a dep

Original comment by beauf...@gmail.com on 29 May 2011 at 8:18

GoogleCodeExporter commented 9 years ago
r164: clarified the error message
r165: added the note for the error

Original comment by kawakami...@gmail.com on 1 Jun 2011 at 2:05