-
Notifications
You must be signed in to change notification settings - Fork 20
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 when trying to compile the example. #9
Comments
Nice, that's now fixed in 0.24.2. You tripped a trip-wire in bindgen checking for this condition. Update the dependencies in your |
Ok, either I found another trip-wire or it is something with my system.
|
You're not using the |
Hello there, I had the exact same error. I'm really a beginner at compiled languages. (first day actually). It's looking for a file named "binding_linux-gnu-x86_64-qt5.10.a" , but there is no such file in the "master-ready-to-go" branch. So i tried compiling it myself and it worked. I can now run my program. What i did:
I had some trouble with "make", so i changed the Makefile
Also, i have qt5.5, i changed it to 5.10 in the text above just not to confuse you. But maybe you'll run into different errors then me. Sidenote: Sorry if what i'm doing is completely wrong. I have no idea how compiled languages work :) |
Please don't modify files, the process on how to generate the bindings manually is outlined in the README. (May not have been when you were doing that yet) Also, that file exists in https://github.com/Papierkorb/qt5.cr/tree/master-ready-to-use/src/qt5/binding |
I removed all my files and reinstalled the package. Now everything worked from the start. I think it's because i didn't have libgc-dev installed last time. And you need it to compile those bindings. |
Closing this ticket as the comments on it seem to indicate that the issue has been fixed a while ago. |
When trying to compile the example i get the following error:
The text was updated successfully, but these errors were encountered: