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

Update to Julia v0.7 or v1.0 #57

Closed
Ph0non opened this issue Aug 29, 2018 · 10 comments
Closed

Update to Julia v0.7 or v1.0 #57

Ph0non opened this issue Aug 29, 2018 · 10 comments

Comments

@Ph0non
Copy link

Ph0non commented Aug 29, 2018

Are there plans to update this package to the latest Version of Julia?

E.g. for the build.jl the function to determine the OS changed:

•The operating system identification functions: is_linux, is_bsd, is_apple, is_unix, and is_windows, have been deprecated in favor of Sys.islinux, Sys.isbsd, Sys.isapple, Sys.isunix, and Sys.iswindows, respectively

@barche
Copy link
Collaborator

barche commented Aug 29, 2018

I have it mostly working on my computer, I should clean things up and submit a PR. The main issue still to resolve is the installation of Qt itself, but I suppose I could do an intermediate release where the user has to do this himself.

@maximilianpreisinger
Copy link

That would be awesome!

@carstenbauer
Copy link

+1 Would love to see this work on 1.0

@barche
Copy link
Collaborator

barche commented Nov 11, 2018

OK, I have committed what works for me to the master branch, see the README on how to install this. Note that this requires building JlQML manually for now.

Before making a release, I will have to look into building the binaries using BinaryBuilder, the main challenge for that is getting a compatible Qt built.

@dantaras
Copy link

Which toolset should Qt be built with on Windows? I have tried using pre-built binaries from https://www.qt.io/offline-installers, the mingw73_64 version to be more specific, and I could build JLQML with mingw-w64 however when pre-compiling QML I get an error when trying to wrap libjlqml:
ERROR: Symbol for type QVariant was not found. A Value of type null was found instead. Searched modules: Main Main Base CxxWrap Base

I'm assuming that means I'm using the wrong Qt libraries.

@barche
Copy link
Collaborator

barche commented Feb 16, 2019

Currently, this is easiest with the Visual Studio binaries, but it requires building libcxxwrap-julia (the CxxWrap binaries) and jlqml using Visual Studio. There is a bit more info here: https://discourse.julialang.org/t/linker-error-with-cxxwrap-on-windows10/19967/2?u=barche

But I urgently need to streamline this :)

@barche barche mentioned this issue Mar 25, 2019
@aminya
Copy link
Contributor

aminya commented Jul 3, 2019

Is Julia 1.1.1 supported now? The documentation is not clear. https://github.com/barche/QML.jl#installation

@barche
Copy link
Collaborator

barche commented Jul 3, 2019

It should on master, see issue #61 for more complete instructions.

@ufechner7
Copy link
Member

Can this issue be closed?

@barche
Copy link
Collaborator

barche commented Aug 10, 2020

Yep!

@barche barche closed this as completed Aug 10, 2020
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

7 participants