I'm getting the same error, and I'm not using Compat. Are you saying I 
should try to load this? The only package I'm using also is PyPlot. Please 
help!

On Monday, October 12, 2015 at 9:54:39 PM UTC-5, Tony Kelman wrote:
>
> I think this might be caused by a bug in Compat.jl if you had loaded that 
> package beforehand. See https://github.com/JuliaLang/Compat.jl/pull/153 
> and https://github.com/toivoh/Debug.jl/pull/76 for potential fixes.
>
>
> On Monday, October 12, 2015 at 7:10:19 PM UTC-7, Kuan Xu wrote:
>>
>>
>>
>> I am trying to use julia debugger, but failed with v0.3.11, though I 
>> didn't come across any error with debugger for previous versions before. 
>> Not sure what's happening and how to fix. Appreciate any clue.
>>
>> julia> include("foobar.jl")
>> ERROR: `__precompile__` has no method matching __precompile__()
>>  in include at ./boot.jl:245
>>  in include_from_node1 at ./loading.jl:128
>>  in reload_path at loading.jl:152
>>  in _require at loading.jl:67
>>  in require at loading.jl:51
>>  in include at ./boot.jl:245
>>  in include_from_node1 at ./loading.jl:128
>> while loading /home/kuan/.julia/v0.3/Debug/src/Debug.jl, in expression 
>> starting on line 1
>> while loading /home/kuan/Dropbox/paper/tb2_demos6.jl, in expression 
>> starting on line 5
>>
>> Here is the version info:
>>
>> julia> versioninfo()
>> Julia Version 0.3.11
>> Commit 483dbf5* (2015-07-27 06:18 UTC)
>> Platform Info:
>>   System: Linux (x86_64-unknown-linux-gnu)
>>   CPU: Intel(R) Core(TM) i5-4590 CPU @ 3.30GHz
>>   WORD_SIZE: 64
>>   BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
>>   LAPACK: libopenblas
>>   LIBM: libopenlibm
>>   LLVM: libLLVM-3.3
>>
>>
>>
>>
>>

Reply via email to