-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: UndefVarError: build_executable not defined #67
Comments
I have the exact issue too. |
I have this issue as well (trying to produce a self-contained application on Windows, and getting |
I'm having the same problem on MacOS, using the "hello.jl" example supplied with the package. julia> using ApplicationBuilder
|
Same here. Was this issue ever resolved? MacOS 12.6 `build_app_bundle("my_julia_main.jl", appname="MyCode", verbose = true);
|
I'm trying to learn how to use ApplicationBuilder.jl to build a standalone fully independent application for windows. for example, the following function could be the code for the app:
then based on the ApplicationBuilder documentation the whole thing should be wrapped around a main function like this:
When I run the
it gives me the following error:
What does 'build_executable not defined' mean and how can I fix it? I asked the question on StackOverflow and someone said it is a dependency problem with "PackageCompiler". Is it so?
The text was updated successfully, but these errors were encountered: