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

Precompilation fails

Open ValentinKaisermayer opened this issue 1 year ago • 2 comments

WARNING: Method definition mysql_get_option(Ptr{Nothing}, Integer, Ref{UInt32}) in module API at C:\Users\KaisermayerV\.julia\packages\MySQL\tCDUl\src\api\ccalls.jl:218 overwritten at C:\Users\KaisermayerV\.julia\packages\MySQL\tCDUl\src\api\ccalls.jl:225.

version = "1.4.3"

ValentinKaisermayer avatar Feb 05 '24 14:02 ValentinKaisermayer

julia> Cuint
UInt32

julia> Culong 
UInt32 <-- shouldn't this be 64bit??

julia> versioninfo()
Julia Version 1.10.0
Commit 3120989f39 (2023-12-25 18:01 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: 12 × Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, skylake)
  Threads: 1 on 12 virtual cores
Environment:
  JULIA_PKG_PRECOMPILE_AUTO = 0

ValentinKaisermayer avatar Feb 05 '24 14:02 ValentinKaisermayer

Hello, solved in 1.4.6

pascalr0410 avatar Mar 21 '24 08:03 pascalr0410