dezbracaty
dezbracaty
> Hm, I just noticed that this error already occurs when trying to link the build script itself. > > I was expecting it to be an issue caused by...
I fixed this bug finally. By adding ``` println!("cargo:rustc-link-search=framework=/opt/homebrew/Cellar/qt@5/5.15.12_1/lib"); ``` in /cxx-qt/crates/cxx-qt/build.rs and `cargo:rustc-link-search=framework` tells cargo use -F to find framework. But, the question is , this method I hard...
> Thanks for finding the correct link search ! > > This is likely something missing in `qt-build-utils` still i think, in `parse_libs_cflags` there is one place that loads with...
This problem still exisits....
This problem still exisits....
This issue has a long time , when I buy this macbook this issue is exists and still now .
Thanks for your reply ! Here is the output : https://github.com/dezbracaty/Vscode-Cmake-Tools-Log-Diagnostics/blob/main/Log-Diagnostics.log It's too long so I put it into a log file.
If you want a project to test , you can see this project : https://github.com/qCring/QuickVtk It is suitable with VTK 8.2 .
And I need to say something, after I tried Fleet , I found that Fleed is so fast and very useful, but it only have some extensions , so I...
> @dezbracaty Thanks for providing the test project. We will work to use this in order to reproduce the issue. Hopefully we can get closer to getting you a solution!...