You are home free! Try arbfield(1) twice ..
On Thursday, October 27, 2016 at 3:22:39 PM UTC-4, digxx wrote: > > > > Am Donnerstag, 27. Oktober 2016 20:24:19 UTC+2 schrieb Bill Hart: >> >> It could well be libflint-13.dll is the problem. It's just a copy of the >> other flint dll, so you can make that any way you like. Just copy the file >> and rename the copy. >> >> As for the dll DependencyWalker claims is missing, I don't know what it >> does and it might not be relevant. We are mainly looking for dlls in the >> left hand pane that it says are missing that appear related to gcc, >> pthreads, arb, flint, gmp, mpfr, pari, arb, msys, etc. Anything that looks >> like an MS dll can probably be ignored. >> >> Bill. >> > > I haven't tried the wget.exe proposal of jeffrey yet but it seems that the > libflint-13 (for whatever reason is the issue) > now I get: > > julia> arbfield( 1 ) > WARNING: bytestring(p::Union{Ptr{Int8},Ptr{UInt8}}) is deprecated, use > unsafe_string(p) instead. > in depwarn(::String, ::Symbol) at .\deprecated.jl:64 > in bytestring(::Ptr{UInt8}) at .\deprecated.jl:50 > in show(::IOContext{Base.Terminals.TTYTerminal}, ::Nemo.arb) at > D:\Julia\v0.5\Nemo\src\arb\arb.jl:118 > in display(::Base.REPL.REPLDisplay{Base.REPL.LineEditREPL}, > ::MIME{Symbol("text/plain")}, ::Nemo.arb) at .\REPL.jl:132 > in display(::Base.REPL.REPLDisplay{Base.REPL.LineEditREPL}, ::Nemo.arb) > at .\REPL.jl:135 > in display(::Nemo.arb) at .\multimedia.jl:143 > in print_response(::Base.Terminals.TTYTerminal, ::Any, ::Void, ::Bool, > ::Bool, ::Void) at .\REPL.jl:154 > in print_response(::Base.REPL.LineEditREPL, ::Any, ::Void, ::Bool, > ::Bool) at .\REPL.jl:139 > in > (::Base.REPL.##22#23{Bool,Base.REPL.##33#42{Base.REPL.LineEditREPL,Base.REPL.REPLHistoryProvider},Base.REPL.LineEditREPL,Base.LineEdit.Prompt})(::Base.LineEdit.MIState, > > ::Base.AbstractIOBuffer{Array{UInt8,1}}, ::Bool) at .\REPL.jl:652 > in run_interface(::Base.Terminals.TTYTerminal, > ::Base.LineEdit.ModalInterface) at .\LineEdit.jl:1579 > in run_frontend(::Base.REPL.LineEditREPL, ::Base.REPL.REPLBackendRef) at > .\REPL.jl:903 > in run_repl(::Base.REPL.LineEditREPL, ::Base.##932#933) at .\REPL.jl:188 > in _start() at .\client.jl:360 > while loading no file, in expression starting on line 0 > 1.0000000000000000000 > > > will the deprecated usage be changed in the future? > > @jeffrey: if I remove the libflint-13 again the error is back...try it > yourself. BTW is the wget.exe stuff u wrote still advisable to do or what > other advantages do I get out of it? >