Skip to content
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

Will it be updated to the julia 1.0 ? #24

Open
zsz00 opened this issue Nov 5, 2018 · 3 comments
Open

Will it be updated to the julia 1.0 ? #24

zsz00 opened this issue Nov 5, 2018 · 3 comments

Comments

@zsz00
Copy link

zsz00 commented Nov 5, 2018

Will this project be updated to compatible the julia 1.0 ?

@r9y9
Copy link
Member

r9y9 commented Nov 5, 2018

Once JuliaInterop/Cxx.jl#390 is fixed, then we can consider updating, but there's no plans at the moment.

@zsz00
Copy link
Author

zsz00 commented Nov 5, 2018

OMG, the Cxx ..........

@SolySS
Copy link

SolySS commented Sep 18, 2019

Hi,
JuliaInterop/Cxx.jl#390 is fixed. I have an issue while trying:
using LibPCL
julia> using LibPCL
[ Info: Precompiling LibPCL [14035088-0d35-5102-96f9-4437b9fdab89]
ERROR: LoadError: syntax: space required before "?" operator
Stacktrace:
[1] include at ./boot.jl:326 [inlined]
[2] include_relative(::Module, ::String) at ./loading.jl:1038
[3] include(::Module, ::String) at ./sysimg.jl:29
[4] top-level scope at none:2
[5] eval at ./boot.jl:328 [inlined]
[6] eval(::Expr) at ./client.jl:404
[7] top-level scope at ./none:3
in expression starting at /home/vagrant/.julia/dev/LibPCL/src/LibPCL.jl:26
ERROR: Failed to precompile LibPCL [14035088-0d35-5102-96f9-4437b9fdab89] to /home/vagrant/.julia/compiled/v1.1/LibPCL/tINSg.ji.
Stacktrace:
[1] compilecache(::Base.PkgId, ::String) at ./loading.jl:1197
[2] _require(::Base.PkgId) at ./loading.jl:960
[3] require(::Base.PkgId) at ./loading.jl:858
[4] require(::Module, ::Symbol) at ./loading.jl:853

the root was
boost::shared_ptr
"""
typealias BoostSharedPtr{T} cxxt"boost::shared_ptr<$T>"

"""
where typeallias isn't used for Julia after version 0.6.
I think the wrapper should be uppdated (PCL, and LibPCL) if someone wants to use it.
Regards

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

3 participants