Login  Register

Re: building with Qt 5.5

Posted by dxli on Aug 27, 2015; 1:59am
URL: https://forum.librecad.org/building-with-Qt-5-5-tp5712065p5712070.html

that's why I don't use win32:)

life is short, switch to *nix :(

ravas wrote
After trying a bunch of stuff and rebuilding 4-5 times... it still didn't work.
Then I hit the search engines even harder and found:

The 0xC0000135 error means "missing component", which may be a driver or
DLL.  
The basic problem was that, at least with gcc 4.4.0 in place, gdb needs the
system-wide PATH setting (Control Panel -> System -> Advanced -> Environment

Variables) to include at least MinGW\bin if not even MSYS\bin (or
MSYS\1.0\bin).  
https://sourceforge.net/p/mingw/mailman/message/24840777/

Projects→Run→Run Environment→Base environment for this run configuration
I set it to "Build environment" and the program ran.

The others didn't have the bin path.

God bless that guy...