Skip to content

invalid type expression for Cenum #153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kibaekkim opened this issue Apr 24, 2020 · 1 comment
Closed

invalid type expression for Cenum #153

kibaekkim opened this issue Apr 24, 2020 · 1 comment

Comments

@kibaekkim
Copy link

It failed to precompile SCIP. This may be related to #150 ?

julia> using SCIP
[ Info: Precompiling SCIP [82193955-e24f-5292-bf16-6f2c5261a85f]
ERROR: LoadError: LoadError: LoadError: LoadError: ArgumentError: invalid type expression for Cenum SCIP_Objsense{Int32}
Stacktrace:
 [1] @cenum(::LineNumberNode, ::Module, ::Any, ::Vararg{Any,N} where N) at /homes/kibaekkim/.julia/packages/CEnum/daZUb/src/CEnum.jl:78
 [2] include at ./boot.jl:328 [inlined]
 [3] include_relative(::Module, ::String) at ./loading.jl:1094
 [4] include at ./Base.jl:31 [inlined]
 [5] include(::String) at /homes/kibaekkim/.julia/packages/SCIP/lczBF/src/SCIP.jl:1
 [6] top-level scope at /homes/kibaekkim/.julia/packages/SCIP/lczBF/src/wrapper.jl:8
 [7] include at ./boot.jl:328 [inlined]
 [8] include_relative(::Module, ::String) at ./loading.jl:1094
 [9] include at ./Base.jl:31 [inlined]
 [10] include(::String) at /homes/kibaekkim/.julia/packages/SCIP/lczBF/src/SCIP.jl:1
 [11] top-level scope at /homes/kibaekkim/.julia/packages/SCIP/lczBF/src/SCIP.jl:7
 [12] include at ./boot.jl:328 [inlined]
 [13] include_relative(::Module, ::String) at ./loading.jl:1094
 [14] include(::Module, ::String) at ./Base.jl:31
 [15] top-level scope at none:2
 [16] eval at ./boot.jl:330 [inlined]
 [17] eval(::Expr) at ./client.jl:432
 [18] top-level scope at ./none:3
in expression starting at /homes/kibaekkim/.julia/packages/SCIP/lczBF/src/wrapper/commons.jl:703
in expression starting at /homes/kibaekkim/.julia/packages/SCIP/lczBF/src/wrapper/commons.jl:703
in expression starting at /homes/kibaekkim/.julia/packages/SCIP/lczBF/src/wrapper.jl:8
in expression starting at /homes/kibaekkim/.julia/packages/SCIP/lczBF/src/SCIP.jl:7
ERROR: Failed to precompile SCIP [82193955-e24f-5292-bf16-6f2c5261a85f] to /homes/kibaekkim/.julia/compiled/v1.2/SCIP/a0EUw.ji.
Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1253
 [3] _require(::Base.PkgId) at ./loading.jl:1013
 [4] require(::Base.PkgId) at ./loading.jl:911
 [5] require(::Module, ::Symbol) at ./loading.jl:906
@kibaekkim
Copy link
Author

Sorry. An old version was installed because of the compatibility. It works with v0.9.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant