Compilation problem with Mac OS X El Capitan 10.11.5

Started by Pg, June 09, 2016, 10:40:04 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Davide Cottignoli

Hello Liviu,

I am trying to compile fet 5.47.0 on El Capitan 5.11.6 with Qt 5.7.0 (I had this install in my Mac Book Pro which I used successfully to build FET 5.35.7) but when I run "/Users/davide/Qt5.7.0/5.7/clang_64/bin/qmake -r -spec /Users/davide/Qt5.7.0/5.7/clang_64/mkspecs/macx-clang"
I get some errors of missing files (see below), then the "qmake" command failed almost instantly. What can I do?

Thanks
Davide.

macdavdue:fet-5.47.0 davide$ /Users/davide/Qt5.7.0/5.7/clang_64/bin/qmake -r -spec /Users/davide/Qt5.7.0/5.7/clang_64/mkspecs/macx-clang
Info: creating stash file /Users/davide/SORGENTI/fet-5.47.0/.qmake.stash
Reading /Users/davide/SORGENTI/fet-5.47.0/src/src.pro
WARNING: Failure to find: interface/modifyconstraintactivitiesmaxsimultaneousinselectedtimeslotsform_template.ui
WARNING: Failure to find: interface/modifyconstraintactivitiesminsimultaneousinselectedtimeslotsform_template.ui
WARNING: Failure to find: interface/addconstraintstudentssetmingapsbetweenorderedpairofactivitytagsform_template.ui
WARNING: Failure to find: interface/constraintstudentssetmingapsbetweenorderedpairofactivitytagsform_template.ui
WARNING: Failure to find: interface/modifyconstraintstudentssetmingapsbetweenorderedpairofactivitytagsform_template.ui
WARNING: Failure to find: interface/addconstraintstudentsmingapsbetweenorderedpairofactivitytagsform_template.ui
WARNING: Failure to find: interface/modifyconstraintstudentsmingapsbetweenorderedpairofactivitytagsform_template.ui
WARNING: Failure to find: interface/modifyconstraintteachermingapsbetweenorderedpairofactivitytagsform_template.ui
WARNING: Failure to find: interface/addconstraintteachersmingapsbetweenorderedpairofactivitytagsform_template.ui
WARNING: Failure to find: interface/modifyconstraintteachersmingapsbetweenorderedpairofactivitytagsform_template.ui
Reading /Users/davide/SORGENTI/fet-5.47.0/src/src-cl.pro

macdavdue:fet-5.47.0 davide$ make

... LINES STRIPPED ....

/Users/davide/Qt5.7.0/5.7/clang_64/bin/uic interface/addconstraintactivitiesmaxsimultaneousinselectedtimeslotsform_template.ui -o ../tmp/gui/ui_addconstraintactivitiesmaxsimultaneousinselectedtimeslotsform_template.h
make[1]: *** No rule to make target `interface/modifyconstraintactivitiesmaxsimultaneousinselectedtimeslotsform_template.ui', needed by `../tmp/gui/ui_modifyconstraintactivitiesmaxsimultaneousinselectedtimeslotsform_template.h'.  Stop.
make: *** [sub-src-src-pro-make_first] Error 2

Davide.

Liviu Lalescu

#16
Hello, Davide,

Please unpack with a modern unpacker. The longer files names are truncated (incorrectly). I use on my GNU/Linux command-line: "tar -jxvf fet-5.47.0.tar.bz2" (involves tar and bzip2/bunzip2).

Davide Cottignoli

Thank you,

in effective, it seems that iPack.app from the Apple Appstore isn't fully compliant for unpacking. Unix command tar -xvf is good for sure.

The question was very simple, I should give the answer myself, perhaps I'm going to be old... ::)

Davide.
Davide.