zyedidia / SFML.jl

A binding of the game and multimedia library SFML for Julia
Other
93 stars 22 forks source link

Issue during build on OSX 10.11 with Julia v0.4.0 #11

Closed IainNZ closed 8 years ago

IainNZ commented 8 years ago
julia> Pkg.add("SFML")
INFO: Updating cache of SFML...
INFO: Installing SFML v0.1.0
INFO: Building SFML
Downloading SFML...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   168  100   168    0     0    282      0 --:--:-- --:--:-- --:--:--   282
100 6198k  100 6198k    0     0   194k      0  0:00:31  0:00:31 --:--:--  239k
Downloading CSFML...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   168  100   168    0     0    501      0 --:--:-- --:--:-- --:--:--   502
100 1791k  100 1791k    0     0   398k      0  0:00:04  0:00:04 --:--:--  514k
==================================================[ ERROR: SFML ]===================================================

LoadError: could not spawn `julia createlib.jl`: no such file or directory (ENOENT)
while loading /Users/idunning/.julia/v0.4/SFML/deps/build.jl, in expression starting on line 128

====================================================================================================================

==================================================[ BUILD ERRORS ]==================================================

WARNING: SFML had build errors.

 - packages with build errors remain installed in /Users/idunning/.julia/v0.4
 - build the package(s) and all dependencies with `Pkg.build("SFML")`
 - build a single package by running its `deps/build.jl` script

====================================================================================================================
INFO: Package database updated
IainNZ commented 8 years ago

Ah I know whats wrong, its because I don't have julia in my PATH (I have a jl alias for 0.4, j3 for 0.3, j5 for 05). I'll submit PR.