ApplicationBuilder.jl icon indicating copy to clipboard operation
ApplicationBuilder.jl copied to clipboard

Depreciation warnings causing failure on non-Julia platforms

Open mtwhite4 opened this issue 5 years ago • 1 comments

Hi,

I am developing a code to run without Julia installed and this package is great for that. However, I have depreciation warning at the beginning of my code that is causing the executable to fail with exception handling. Is there a way to disable these warnings while building the executable?

Thanks, Matthew

mtwhite4 avatar Feb 05 '20 16:02 mtwhite4

Hi! Unfortunately this package isn't really maintained anymore. I would recommend that you try the latest version of PackageCompiler.jl, which has expanded to cover most of the functionality in this package: https://github.com/JuliaLang/PackageCompiler.jl

I hope that helps! Sorry I can't be more helpful.

NHDaly avatar May 09 '20 01:05 NHDaly