--
You received this message because you are subscribed to the Google Groups "julia-opt" group.
To unsubscribe from this group and stop receiving emails from it, send an email to julia-opt+...@googlegroups.com.
Visit this group at http://groups.google.com/group/julia-opt.
For more options, visit https://groups.google.com/d/optout.
Are you loading Ipopt with using Ipopt? If so, could you try Pkg.build("Ipopt") to see if Ipopt is built correctly on your machine.
-Joey
--
It looks like you have some code that is importing Ipopt.IpoptSolver into the namespace (at least) twice. Could you post a short code snippet that reproduces the error?