-
Notifications
You must be signed in to change notification settings - Fork 35
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
Error on example #28
Comments
If you checked out QML, be sure to also checkout CxxWrap and do Pkg.build("QML") after that. Also, this example is meant to be included from the repl using include(path-to-jl-file), you did that, right? |
Yes, I did that:
|
Ah, sorry, on Windows it will download a binary by default, and that is not updated with the changes to the code. The repl example should work in the latest released version also (i.e. by Pkg.free on both QML and CxxWrap), or otherwise the easiest way to build binaries on Windows yourself is as follows:
ENV["QT_ROOT"] = "C:\Qt\5.7" # or where Qt is installed
ENV["BUILD_ON_WINDOWS"] = 1 And then build the QML package again. Note that this needs a lot of disk space: VS takes about 10 GB and Qt about 5 GB if I remember correctly. Hopefully it will turn out to be possible to release binaries automatically with appveyor, that should eliminate this problem. |
Perhaps this can be closed now that 0.8 is released? |
I get the following error
when trying to run the repl_background example. Any tips?
The text was updated successfully, but these errors were encountered: