safiyat / emacs-evernote-mode

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

Unable to start evernote mode. #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start emacs
2. try to launch evernote-browser

What is the expected output? What do you see instead?

I assume I should get some interface to my evernote notes, instead I get the 
following error:

enutil-aget: Wrong type argument: listp, -e:1:
error in process sentinel: enh-command-sentinel: enclient.rb exited abnormally 
with code 1
-e:1: syntax error, unexpected tINTEGER, expecting tSTRING_CONTENT or 
tSTRING_DBEG or tSTRING_DVAR or tSTRING_END
:1: Use RbConfig instead of obsolete and deprecated Config.
  ^

error in process sentinel: enclient.rb exited abnormally with code 1
-e:1: syntax error, unexpected tINTEGER, expecting tSTRING_CONTENT or 
tSTRING_DBEG or tSTRING_DVAR or tSTRING_END
:1: Use RbConfig instead of obsolete and deprecated Config.
  ^

What version of the product are you using? On what operating system?
- emacs-evernote-mode version
  evernote-mode 0.41 installed via the package manager of emacs 24.1.1
- Ruby version
  ruby 1.9.3p0 (2011-10-30 revision 33570) [i686-linux]
- Emacs version
  GNU Emacs 24.1.1 (i686-pc-linux-gnu, GTK+ Version 2.24.10) of 2012-07-17 on berkelium, modified by Debian
- Operating system
  Xubuntu 12.04

Please provide any additional information below.

I followed the setup steps found here:
https://github.com/awasira/emacs-evernote-mode/blob/master/doc/readme_en.org

Original issue reported on code.google.com by laurent....@gmail.com on 12 Sep 2012 at 7:39

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
You need to use ruby-1.8.7.
Install the gems ffi, and gdbm.
On Ubuntu you will need to also install libgdbm-dev.

Original comment by jaimeala...@gmail.com on 27 Oct 2012 at 1:07

GoogleCodeExporter commented 9 years ago
I have the same issue. Using ruby-1.8.7 with gems ffi and gdbm to no avail.

Original comment by zaneshe...@gmail.com on 4 Feb 2013 at 10:12

GoogleCodeExporter commented 9 years ago
I have the exact same issue, using OS X 10.8, ruby 1.9.3, Emacs 24.3.1.

Original comment by pcreinh...@gmail.com on 19 Jun 2013 at 3:18

GoogleCodeExporter commented 9 years ago
Also having the exact same issue, OS= Linux Mint 13(ubuntu based), running 
emacs 24.3.1 ruby-1.8.7, installed gems ffi and gdbm, also apt-get installed 
libgdbm-dev.
installed evernote-mode via emacs package manager - v 0.41

Getting this error when running "M-x evernote-mode"
error in process sentinel: enclient.rb exited abnormally with code 1
/usr/bin/ruby: No such file or directory -- /usr/bin/enclient.rb (LoadError)

Original comment by jwillie4...@gmail.com on 9 Sep 2013 at 5:56

GoogleCodeExporter commented 9 years ago
jwillie:  That error message means that you are picking up the 1.9 version of 
Ruby.  Have you changed the evernote-mode.el file that you're loading out of 
your default emacs extension library such that you see this inside of it?

(defvar evernote-ruby-command "ruby1.8"
  "*Path of the ruby command")

That gets me past this issue and to the point where it can't login and 
complains about no tag for error 8.

Original comment by andrew.b...@gmail.com on 2 Dec 2013 at 5:06

GoogleCodeExporter commented 9 years ago
Is there any way to fix this without using an old version of Ruby?
Debian jessie, Emacs 24.3+1-4+b1, ruby 1:2.1.0.1 (equivalent to 2.1.0.1, I 
think).

Original comment by spectacl...@gmail.com on 26 Jun 2014 at 3:16

GoogleCodeExporter commented 9 years ago
I can't even *find* ruby 1.8 any more. The website doesn't seem to have it and 
the only way I can see to get it is by compiling "ruby-install" from source. 
This is somewhat aggravating given that this problem has been around for more 
than two years now (its birthday was the 12th).

Original comment by theDietr...@gmail.com on 24 Sep 2014 at 1:12