From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Doyley, Marvin M." Subject: Trouble using julia with org-babel Date: Wed, 29 Oct 2014 16:35:43 +0000 Message-ID: <0B377BAB-18B0-4F12-9A84-AD0836E4C171@ur.rochester.edu> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_000_0B377BAB18B04F129A84AD0836E4C171urrochesteredu_" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjWDz-0005Lm-4n for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 12:36:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjWDr-0007Td-Ks for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 12:35:55 -0400 Received: from mail-bn1on0119.outbound.protection.outlook.com ([157.56.110.119]:39856 helo=na01-bn1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjWDr-0007TM-Dt for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 12:35:47 -0400 Content-Language: en-US List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org" --_000_0B377BAB18B04F129A84AD0836E4C171urrochesteredu_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi there, I have been play with julia the last couple of weeks and have been having = some issues when I try to use it in org-babel More specifically, It get the following error ERROR: unsupported or misplaced expression using in _start at ./client.jl:394 in _start at /julia/usr/lib/julia/sys.dylib When I execute the following code block #+begin_src julia using Winston #+end_src #+RESULTS: I should mention, that everything works perfectly in eshell or when I execu= te simple code blocks like #+begin_src julia linspace(0,10,5) #+end_src #+RESULTS: | 0 | | 2.5 | | 5 | | 7.5 | | 10 | Does Any body know how to resolve this issue. Cheers, M --_000_0B377BAB18B04F129A84AD0836E4C171urrochesteredu_ Content-Type: text/html; charset="us-ascii" Content-ID: <2731D5B641647E4CA2B14F01D91932BB@namprd07.prod.outlook.com> Content-Transfer-Encoding: quoted-printable
Hi there,

I have been play  with julia the last couple of weeks and have been ha= ving some issues when I try to use it in org-babel

More specifically, It get the following error

ERROR: unsupported or misplaced expression using
 in _start at ./client.jl:394
 in _start at /julia/usr/lib/julia/sys.dylib


When I execute the following code block

#+begin_src julia
using Winston
#+end_src

#+RESULTS:

I should mention, that everything works perfectly in eshell or when I execu= te simple code blocks like


#+begin_src julia
linspace(0,10,5)
#+end_src

#+RESULTS:
|   0 |
| 2.5 |
|   5 |
| 7.5 |
|  10 |


Does Any body know how to resolve this issue.

Cheers,
M
--_000_0B377BAB18B04F129A84AD0836E4C171urrochesteredu_--