Re: [julia-users] Difficulty making latest Julia master

2015-08-11 Thread ron . s . rock
I had that problem yesterday. Isaiah's solution worked for me.

[julia-users] Re: citing Julia

2015-05-15 Thread ron . s . rock
What's the current suggestion for this? I'm sending in an revised article using Julia in the next few days. Thanks, Ron

[julia-users] Re: Problem loading Images module

2014-07-23 Thread ron . s . rock
Yes, that's my fault, I should have run the tests one last time. I fixed it and tagged a new version (0.2.47) a few ours ago, hoping no one would notice. A `Pkg.update()` should fix it for you.

[julia-users] How to slience stderr or redirect to /dev/null

2014-02-11 Thread ron . s . rock
Hi all, I'm using ccall with library code (libTIFF) that is emitting warnings that I don't care about to STDERR. At least I assume it's STDERR, they show up as pink in IJulia. I would have thought that I could silence these with something like redirect_stderr(DevNull) but I get `ERROR: type D

[julia-users] ccall and c structs

2014-02-04 Thread ron . s . rock
I'm playing around with calling some objective-c code in the Mac system frameworks, because there are a lot of useful goodies in there. I'm generally having more success than I deserve. Thanks to some code that I saw in Tk.jl, I am able to send messages to objects, using various frameworks, a