Re: [O] [PATCH] ob-C.el: Fix command to perform on remote host

2017-04-25 Thread Nicolas Goaziou
Hello, Иван Трусков writes: > * lisp/ob-C.el (org-babel-C-execute): Made sure name of compiled > program is converted to local representation before sending it to the > shell on remote host. > > The problem was when one would try to evaluate C source code block in > the file

[O] [PATCH] ob-C.el: Fix command to perform on remote host

2017-04-24 Thread Иван Трусков
* lisp/ob-C.el (org-babel-C-execute): Made sure name of compiled program is converted to local representation before sending it to the shell on remote host. The problem was when one would try to evaluate C source code block in the file on remote host. Compilation would go normally, then

[O] [PATCH] ob-C.el: Fix command to perform on remote host

2017-04-17 Thread Ivan Truskov
Date: Mon, 17 Apr 2017 12:45:39 +0300 /host:/tmp/C-bin/tempfilename.exe". Processing name of binary file >From 1525efb65438f006be742b18d27804bf8409feae Mon Sep 17 00:00:00 2001 * lisp/ob-C.el (org-babel-C-execute): Made sure name of compiled program is converted to local representation before