BuildExecutable.jl
BuildExecutable.jl copied to clipboard
Build a standalone executables from a Julia script
When use this package in Julia 1.0, build failed ``` using BuildExecutable [ Info: Precompiling BuildExecutable [eaca7b4f-722b-5502-8392-1e2735fc81dc] ERROR: LoadError: syntax: extra token "Executable" after end of expression Stacktrace: [1] include...
i work on 3 operating systems and 3 computers . from all operating systems , compiling on windows 7 doesn't work beyond 'native' *** on windows 7 , i tried,...
After compiling the system image, the compiler crashes a little after GCC starts. ``` INFO: Linking sys.dll INFO: System image successfully built at C:\Program Files\Julia-0.6.2\bin\libwalkers.dll INFO: To run Julia with...
Fails with `@unix_only not defined` on: * Julia 0.6.0 64 bit Windows * Julia 0.6.0 32 bit Linux
I get the following error when I try to run BuildExecutable on my Julia script: julia> build_executable("driver","monroe21_exp.jl","./betgt","native") running: /Applications/Julia-0.6.app/Contents/Resources/julia/bin/julia /Users/a598124/.julia/v0.6/BuildExecutable/src/build_sysimg.jl /Applications/Julia-0.6.app/Contents/Resources/julia/lib/libdriver native /var/folders/wt/z_hyfy7j6gnd73twq8cx_mw9lbx_3s/T/tmpdDKW3R/userimg.jl --force ERROR: LoadError: UndefVarError: @unix_only not defined...
Hi I've been trying to build a small form project which uses: https://github.com/JuliaGraphics/Gtk.jl I've tried a simple test project which isn't using Gtk and that builds just fine, so I'm...
Julia v0.6 @ Win10 64bit. I got the following error message. ```julia C:\Users\chbian\.julia\v0.6\BuildExecutable\test\test_dir\test_executable.exe successfully created. ERROR: LoadError: failed process: Process(`'C:\Users\chbian\.julia\v0.6\BuildExecutable\test\test_dir1\test_executable.exe' -arg1 arg2 -arg3 arg4`, ProcessExited(3221225725)) [3221225725] Stacktrace: [1] pipeline_error(::Base.Process) at...
I'm trying to build my Julia script into executable , but the build always hangs when processing ``` INFO: Building sys.o... /home/peter/work/julia-903644385b/bin/julia -C native --output-ji /home/peter/work/julia-903644385b/lib/lib2584.ji --output-o / home/peter/work/julia-903644385b/lib/lib2584.o -J...
I have successfully compiled all my programs and used them in my computer (windows 10). But I am having portability issues. When I compile on my "windows 10 64bits core...
Might be good to tag a new release on METADATA. Also, would you be interested in a co-maintainer?