We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
julia> versioninfo() Julia Version 0.4.0-rc3 Commit 483d548* (2015-09-27 20:34 UTC) Platform Info: System: Darwin (x86_64-apple-darwin13.4.0) CPU: Intel(R) Core(TM) i5-2500S CPU @ 2.70GHz WORD_SIZE: 64 BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Sandybridge) LAPACK: libopenblas LIBM: libopenlibm LLVM: libLLVM-3.3 julia> using SnoopCompile julia> SnoopCompile.@snoop "/tmp/images_compiles.csv" begin 1+2 end Turning on compiler logging error: src/codegen.cpp: No such file or directory make: *** No targets specified and no makefile found. Stop. ERROR: failed process: Process(`sh snoop.sh ''`, ProcessExited(2)) [2]
The text was updated successfully, but these errors were encountered:
Which version of SnoopCompile are you using? Are you using a version of julia that you built from source, or a binary? (Won't work with the latter.)
SnoopCompile
Sorry, something went wrong.
I did Pkg.checkout(“SnoopCompile”) but this was from the 0.4-rc3 binary. I’ll try again from a compiled version.
On 1 Oct 2015, at 5:27 pm, Tim Holy notifications@github.com wrote: Which version of SnoopCompile are you using? Are you using a version of julia that you built from source, or a binary? (Won't work with the latter.) — Reply to this email directly or view it on GitHub #5 (comment).
On 1 Oct 2015, at 5:27 pm, Tim Holy notifications@github.com wrote:
— Reply to this email directly or view it on GitHub #5 (comment).
No branches or pull requests
The text was updated successfully, but these errors were encountered: