emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [PATCH] contrib: ob-sclang: Fix compilation issue.


From: stardiviner
Subject: Re: [O] [PATCH] contrib: ob-sclang: Fix compilation issue.
Date: Mon, 26 Mar 2018 20:22:42 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

After dive into scel source code, I use cmake build fix. This seems an old problem. Now fixed.


On 03/26/2018 07:38 PM, stardiviner wrote:

You `(require 'sclang)` cause error on `(require 'sclang-vars)` failed. Because there is no file `sclang-vars.el`. Only file `sclang-vars.el.in` for built-time defaults. When user load sclang from source code of `scel`. This will cause error.

Really don't understand why you have to `(require 'sclang)` instead of `(require 'sclang-interp)`? Can you tell me why?


On 03/25/2018 07:27 AM, Maxim Cournoyer wrote:
Hello!

The attached patch fixes a byte compilation issue in ob-sclang.el.

Thank you!

Maxim




reply via email to

[Prev in Thread] Current Thread [Next in Thread]