JuliaDatabases / MySQL.jl

Access MySQL from Julia
https://juliadatabases.github.io/MySQL.jl/dev
Other
107 stars 36 forks source link

Precompilation fails #212

Open ValentinKaisermayer opened 7 months ago

ValentinKaisermayer commented 7 months ago
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 commented 7 months ago
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
pascalr0410 commented 6 months ago

Hello, solved in 1.4.6