byuflowlab / Xfoil.jl

Julia wrapper for the 2D airfoil panel code XFOIL
MIT License
19 stars 6 forks source link

build error #1

Closed juddmehr closed 6 years ago

juddmehr commented 6 years ago

Ran into the following build error when running julia build.jl in the Xfoil.jl/deps directory.

I'm using OS X El Capitan (10.11.6)

Error Message:

Undefined symbols for architecture x8664: \"_oper", referenced from: _xdriver_ in xdriver.o ld: symbol(s) not found for architecture x86_64 collect2: error: ld returned 1 exit status make: *** [libxfoil] Error 1 ERROR: LoadError: failed process: Process(`make XFOIL_LIB=libxfoiljl.dylib`, ProcessExited(2)) [2] Stacktrace: [1] pipeline_error(::Base.Process) at ./process.jl:682 [2] run(::Cmd) at ./process.jl:651 [3] run(::BinDeps.SynchronousStepCollection) at ~/.julia/v0.6/BinDeps/src/BinDeps.jl:527 (repeats 2 times) [4] satisfy!(::BinDeps.LibraryDependency, ::Array{DataType,1}) at ~/.julia/v0.6/BinDeps/src/dependencies.jl:943 [5] satisfy!(::BinDeps.LibraryDependency) at ~/.julia/v0.6/BinDeps/src/dependencies.jl:921 [6] macro expansion at ~/.julia/v0.6/BinDeps/src/dependencies.jl:976 [inlined] [7] anonymous at ./:? [8] include_from_node1(::String) at ./loading.jl:569 [9] include(::String) at ./sysimg.jl:14 [10] process_options(::Base.JLOptions) at ./client.jl:305 [11] _start() at ./client.jl:371 while loading ~/Xfoil.jl/deps/build.jl, in expression starting on line 29

taylormcd commented 6 years ago

I made a few changes. Go ahead and try again and let me know if it works.

juddmehr commented 6 years ago

Builds just fine now.