-
```
$cat userimg.jl
using Lint
# Build a new ji using the above userimg.jl
$ ./julia -J /home/luther/software/julia/usr/lib/libuserimgtest.ji
julia> lintfile
ERROR: lintfile not defined
```
Could t…
-
My `GLPK` installation is not precompiling. Version:
```
(@v1.4) pkg> status GLPK
Status `~/.julia/environments/v1.4/Project.toml`
[60bf3e95] GLPK v0.13.0
```
on macOS.
```
julia> using G…
-
Hey,
so far the question is in the heading.
But I'm curious what's the current state of full standalone executables.
- Thus, would the compiled executables work on systems entirely without a juli…
-
Whenever I try and run `PackageCompiler` on a package I either grab from Github, or from a local source, I get the error:
``` ERROR: Cannot find file: "/Users/localadmin/.julia/dev/PackageCompiler/…
-
When I run my code through PackageCompiler, it segfaults on our `@wrapmodule` line:
```
@wrapmodule(PagerWrap._l_jpagerwrapper)
```
with the following error:
```
signal (11): Segmentation fault:…
-
Hello,
When I try to precompile DifferentialEquations.jl I get the following error:
"ERROR: LoadError: LoadError: UndefVarERror: AbstractADType not defined
ERROR: LoadError: Faield to precom…
-
This is a [cross-post](https://stackoverflow.com/questions/58939416/how-to-eliminate-jit-overhead-in-a-julia-executable-with-mwe) from StackOverflow.
Though I can get `build_executable` to generate…
PGS62 updated
4 years ago
-
`test Makie` fails indirectly due to something that appears to be related to the `solve` function for differential equations (Julia 1.3).
```
Full Gallery recording: Error During Test at /home/ste…
-
I am on Windows 10 Pro and I installed the latest DataFrames.jl package v0.17.1 and I am using v0.6.3 of PackageCompiler.jl.
when I do `compile_package("DataFrames", force = false)` I get the below…
-
Is it possible to add an option `color` in `build_executable` to get color output?