FET Forum

FET Support (English) => Programming Help => Topic started by: HamzaHachimi on April 01, 2015, 12:23:18 PM

Title: Question : Error during compilation
Post by: HamzaHachimi on April 01, 2015, 12:23:18 PM
Thanks in advance for Liviu Lalescu,
I have this probleme during compilation
":-1: erreur : No rule to make target 'interface/modifyconstraintactivitiesmaxsimultaneousinselectedtimeslotsform_template.ui', needed by '../tmp/gui/ui_modifyconstraintactivitiesmaxsimultaneousinselectedtimeslotsform_template.h'.  Stop." i use Qt creator ( framework 5.4 )
on other question whats is fet command line ?
Can you help me please ?
Title: Re: Question : Error during compilation
Post by: Volker Dirr on April 01, 2015, 01:18:08 PM
Can you please check if the file "interface/modifyconstraintactivitiesmaxsimultaneousinselectedtimeslotsform_template.ui" exist? i guess it doesn't exist. Check last characters, they are missing. just add them. The problem is that your unzipper is bad.

fet command line: don't use fet with a GUI (Graphic user interface), just with command line. So you can "give" a file to fet-cl and it will solve the file without opening an interface.
Title: Re: Question : Error during compilation
Post by: Liviu Lalescu on April 01, 2015, 03:12:22 PM
For the first problem, like Volker said, you need a better unpacker, see: http://lalescu.ro/liviu/fet/forum/index.php?topic=1404.0 and maybe other topics on the forum.

For the second problem, see the README file or type fet-cl on the command-line for usage instructions.