Replies: 1 comment 1 reply
|
This is the repo for PackageCompiler: https://github.com/JuliaLang/PackageCompiler.jl. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I've installed nicely julia 1.12.2 on FreeBSD 15 via
curl -fsSL https://install.julialang.org | sh.but this command
julia --project=. -e 'using PackageCompiler create_app(".", "build/MyApp")'conducts to :_ERROR: unknown os
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:44
[2] glob_pattern_lib(lib::String)
@ PackageCompiler ~/.julia/packages/PackageCompiler/FE8YQ/src/PackageCompiler.jl:1244
[3] bundle_julia_libraries(dest_dir::String, stdlibs::Vector{String})
@ PackageCompiler ~/.julia/packages/PackageCompiler/FE8YQ/src/PackageCompiler.jl:1305
[4] create_app(package_dir::String, app_dir::String; executables::Nothing, precompile_execution_file::Vector{String}, precompile_statements_file::Vector{String}, incremental::Bool, filter_stdlibs::Bool, force::Bool, c_driver_program::String, cpu_target::String, include_lazy_artifacts::Bool, sysimage_build_args::Cmd, include_transitive_dependencies::Bool, include_preferences::Bool, script::Nothing)
@ PackageCompiler ~/.julia/packages/PackageCompiler/FE8YQ/src/PackageCompiler.jl:877
[5] create_app(package_dir::String, app_dir::String)
@ PackageCompiler ~/.julia/packages/PackageCompiler/FE8YQ/src/PackageCompiler.jl:843
[6] top-level scope
@ none:3
[7] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[8] exec_options(opts::Base.JLOptions)
@ Base ./client.jl:283
[9] start()
All reactions