[julia-users] Loading a module in Julia v0.4

2015-08-21 Thread Sayeed Tasnim
I tried searching around the group and I couldn't really find what I was looking for. I'm running the following Julia version on Windows: Julia Version 0.4.0-dev+6859 Commit 92ddae7 (2015-08-20 19:38 UTC) Platform Info: System: Windows (x86_64-w64-mingw32) CPU: Intel(R) Core(TM) i5-4300U CPU

[julia-users] [Help] Julia Function does not return properly

2015-08-11 Thread Sayeed Tasnim
I'm working on some Julia code to read XDR data/files (something that might be generated from R using save). I have a function read_attribute_list to read the attributes associated with an R Object which returns a Dict. I also have a function read_object to read an R Object which calls

[julia-users] Re: [Help] Julia Function does not return properly

2015-08-11 Thread Sayeed Tasnim
error(Unexpected type) end if getAttributeFlag(typeTag) att_list = read_attribute_list(rr) setAttributes(result, att_list) end return result end On Tuesday, August 11, 2015 at 5:03:23 PM UTC-4, Sayeed Tasnim wrote: I'm working on some Julia code to read XDR data/files

[julia-users] Re: [Help] Julia Function does not return properly

2015-08-11 Thread Sayeed Tasnim
Ah, sorry. There's a mistake with the highlighting. At the bottom of read_object, it should read like this elseif rType == defaultRType.RAWSXP rawLength = readInt32(rr.reader) result = RObject(readbytes(rr.reader, rawLength), is_raw = true) elseif rType == defaultRType.LANGSXP

[julia-users] Re: Building Julia from Source in Windows

2015-06-19 Thread Sayeed Tasnim
Thanks! Cygwin helped. On Thursday, June 18, 2015 at 5:33:42 PM UTC-4, Tony Kelman wrote: See my reply at https://groups.google.com/forum/#!topic/julia-dev/RBJbuxqM1OQ On Thursday, June 18, 2015 at 1:43:27 PM UTC-7, Sayeed Tasnim wrote: Hi, I’m trying to build Julia from source

[julia-users] Building Julia from source in Windows

2015-06-18 Thread Sayeed Tasnim
Hi, I’m trying to build Julia from source in Windows. I’m following the instructions described in the README.windows.md here: https://github.com/JuliaLang/julia/blob/master/README.windows.md https://github.com/JuliaLang/julia/blob/master/README.windows.md

[julia-users] Building Julia from Source in Windows

2015-06-18 Thread Sayeed Tasnim
Hi, I’m trying to build Julia from source in Windows. I’m following the instructions described in the README.windows.md here: https://github.com/JuliaLang/julia/blob/master/README.windows.md However, I’m getting stuck on step 6.iv where I begin the build. I get the following error in