"The system cannot find the path specified" error when build project [SOLVED]

Started by thanhnambkhn, September 21, 2016, 11:06:14 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

thanhnambkhn

Dear,

I have just tried to compile FET source on my computer, with QT 5.7.0
But I got this message: [sub-src-src-pro-make_first] Error -1073741515.
The generate message tab shows that: "The system cannot find the path specified." Please look at my attachment.

Please help me.
Thank you so much.

Liviu Lalescu

I am sorry, I cannot advise you, I don't work with Qt Creator, I compile with the command-line MinGW version, as written in the README.

thanhnambkhn

Thank Liviu Lalescu.
I will try to compile FET with the command-line MinGW.

Bob Hairgrove

Quote from: thanhnambkhn on September 21, 2016, 11:06:14 AM
I have just tried to compile FET source on my computer, with QT 5.7.0
But I got this message: [sub-src-src-pro-make_first] Error -1073741515.
The generate message tab shows that: "The system cannot find the path specified." Please look at my attachment.
It is probably a problem with qmake, the build tool used by Qt Creator. At least in the past, it was important to have your compiler and all other tools in directories which do not contain spaces. From the looks of your screenshot, you are building on Windows? MS Visual Studio likes to install itself in such a path if you do not specify otherwise.

It is also possible to use cmake instead of qmake, but I never tried it.

Can you compile a simple "Hello World" project in Qt Creator in your environment? I have never had a problem compiling FET with Qt Creator on Linux Ubuntu, BTW.

thanhnambkhn

Hi Bob Hairgrove,
You are correct, the problem was caused by win environment. I have passed this issue by correct SYSTEM ENVIRONMENT PATH.
Thank you