Skip to content
New issue

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

OS X 0.4-rc3: error: src/codegen.cpp: No such file or directory #5

Closed
dlfivefifty opened this issue Oct 1, 2015 · 2 comments
Closed

Comments

@dlfivefifty
Copy link

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]
@timholy
Copy link
Owner

timholy commented Oct 1, 2015

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.)

@dlfivefifty
Copy link
Author

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants