FET Forum

FET Support (English) => Get Help => Topic started by: thanhnambkhn on September 21, 2016, 11:06:14 AM

Title: "The system cannot find the path specified" error when build project [SOLVED]
Post by: thanhnambkhn on September 21, 2016, 11:06:14 AM
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.
Title: Re: "The system cannot find the path specified" error when build project on QT
Post by: Liviu Lalescu on September 21, 2016, 01:10:19 PM
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.
Title: Re: "The system cannot find the path specified" error when build project on QT
Post by: thanhnambkhn on September 22, 2016, 01:00:38 AM
Thank Liviu Lalescu.
I will try to compile FET with the command-line MinGW.
Title: Re: "The system cannot find the path specified" error when build project on QT
Post by: Bob Hairgrove on September 26, 2016, 10:10:01 PM
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.
Title: Re: "The system cannot find the path specified" error when build project on QT
Post by: thanhnambkhn on November 10, 2016, 02:12:00 AM
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