-
@gregoire-pointeau commented on Tue Jun 21 2016 Hello,
for
I reinstalled Qt, re-pull everything, and rebuilt several times everything. My configuration:
INCLUDE has: PATH has: Does anyone had a similar problem using windows 10? Thanks @gregoire-pointeau commented on Tue Jul 26 2016 Any update on it anyone ? @drdanz commented on Tue Jul 26 2016 @gregoire-pointeau I'm sorry, I'm not a Windows user, perhaps @randaz81, @pattacini or @mbrunettini saw something similar? Are you sure that you don't have more than one qt5 installation in your path? I've seen strange behaviours on windows with recent versions of CMake that include qt5 dlls in its path. |
Beta Was this translation helpful? Give feedback.
Replies: 18 comments
-
@gregoire-pointeau @drdanz I've never experienced such a problem. I've got a fairly different env status though:
Very different actually... |
Beta Was this translation helpful? Give feedback.
-
@gregoire-pointeau did you compile |
Beta Was this translation helpful? Give feedback.
-
As far as I see, it was installed manually (by sources or by QT binaries, NOT our packages), we haven't QT version 5.7 in our packages.. |
Beta Was this translation helpful? Give feedback.
-
Indeed I installed by hand Qt 5.7 before. Now I've downgraded to the one automatically installed from the packages and I have the same configuration of env than Ugo. And this time my error is:
I reinstalled everything several times already. This happens each time I try to launch a graphical application (example: |
Beta Was this translation helpful? Give feedback.
-
@gregoire-pointeau this seems to be related to the failure of finding the correct dlls/plugins etc..is qt linked properly in your environmental variables? |
Beta Was this translation helpful? Give feedback.
-
Yes I have the same env than Ugo. |
Beta Was this translation helpful? Give feedback.
-
@gregoire-pointeau That was exactly the error I saw when CMake was in the path... please check your |
Beta Was this translation helpful? Give feedback.
-
CMake is indeed the last var in the PATH. |
Beta Was this translation helpful? Give feedback.
-
As side note, I usually don't put CMake in the path. |
Beta Was this translation helpful? Give feedback.
-
As @drdanz suggested, check if you don't have conflicting versions of qt5 dlls in your path. One way to do is to wipe your path and incrementally add to it. |
Beta Was this translation helpful? Give feedback.
-
@gregoire-pointeau There are 2 parts of the |
Beta Was this translation helpful? Give feedback.
-
Also search for Rapid Environment Editor: it's a very useful tool to use instead of the default editor for environment variables. |
Beta Was this translation helpful? Give feedback.
-
@drdanz REE helped me a lot thanks. I've removed Cmake completely from my path, and keep Qt of course. But now I have a different behavior. When I launch the release of But if I compile in debug, and launch the |
Beta Was this translation helpful? Give feedback.
-
@gregoire-pointeau I've never seen this error, sorry... Anyway, doing a quick search on google returned many results, see for example if one of these can help:
|
Beta Was this translation helpful? Give feedback.
-
Any progress on this? |
Beta Was this translation helpful? Give feedback.
-
Well, things are that I don't (and can't for a long term period) add some stuff in the The GUI runs on an external computer not connected to the robot. |
Beta Was this translation helpful? Give feedback.
-
I didn't catch precisely what you mean with
but I reckon we can close this issue. |
Beta Was this translation helpful? Give feedback.
-
Some solutions needs to change some call to lib in the cmake or in the projects, but I don't want to start writing in the cmake of yarp or icub. |
Beta Was this translation helpful? Give feedback.
@gregoire-pointeau That was exactly the error I saw when CMake was in the path... please check your
PATH
variable and ensure that CMake (if it is there) is at the end.Otherwise check if any of the folders in
PATH
contain the Qt5 dlls