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

use compat for isapple #2

Open
wants to merge 1 commit into
base: v/0.7-fixes
Choose a base branch
from
Open

Conversation

beOn
Copy link

@beOn beOn commented Aug 16, 2018

fixes a build error.

(blink) pkg> build Blink
  Building MbedTLS ─── `~/.julia/packages/MbedTLS/Qo8T/deps/build.log`
  Building WebIO ───── `~/.julia/packages/WebIO/VAWbO/deps/build.log`
  Building HttpParser  `~/.julia/packages/HttpParser/yGK3/deps/build.log`
  Building Blink ───── `~/.julia/dev/Blink/deps/build.log`
 Resolving package versions...
┌ Error: Error building `Blink`: 
│ ┌ Warning: Could not load Revise.
│ └ @ Main ~/.julia/config/startup.jl:14
│ ERROR: LoadError: LoadError: LoadError: UndefVarError: isapple not defined
│ Stacktrace:
│  [1] top-level scope at none:0
│  [2] eval at ./boot.jl:319 [inlined]
│  [3] @static(::LineNumberNode, ::Module, ::Any) at ./osutils.jl:19
│  [4] include at ./boot.jl:317 [inlined]
│  [5] include_relative(::Module, ::String) at ./loading.jl:1038
│  [6] include at ./sysimg.jl:29 [inlined]
│  [7] include(::String) at /Users/benacland/.julia/dev/Blink/deps/build.jl:1
│  [8] top-level scope at none:0
│  [9] include at ./boot.jl:317 [inlined]
│  [10] include_relative(::Module, ::String) at ./loading.jl:1038
│  [11] include(::Module, ::String) at ./sysimg.jl:29
│  [12] include(::String) at ./client.jl:398
│  [13] top-level scope at none:0in expression starting at /Users/benacland/.julia/dev/Blink/src/AtomShell/install.jl:9in expression starting at /Users/benacland/.julia/dev/Blink/src/AtomShell/install.jl:9in expression starting at /Users/benacland/.julia/dev/Blink/deps/build.jl:5

@beOn
Copy link
Author

beOn commented Aug 16, 2018

Another step on the journey of JuliaGizmos#139

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

Successfully merging this pull request may close these issues.

1 participant