kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

Build failed with zrv-qt template #644

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Output log:

ld -r -o build/base/obj/module/third_party/qt/texteditor.o -N -g -m elf_i386  \
        ./build/base/obj/third-party/qt/../../../../qt/apps_embox/texteditor/texteditor.embox.o
ld: cannot find 
./build/base/obj/third-party/qt/../../../../qt/apps_embox/texteditor/texteditor.
embox.o: No such file or directory
make[4]: *** [build/base/obj/module/third_party/qt/texteditor.o] Error 1
make[3]: *** [build] Error 2
make[2]: *** [build] Error 2
make[1]: *** [build] Error 2
make: *** [all] Error 2

Environment:
gcc-4.7.2

Original issue reported on code.google.com by sikmir on 14 Sep 2013 at 11:33

GoogleCodeExporter commented 9 years ago
Yes, this is a known issue, one should prefer @Build to build external 
libraries instead of @Rule, because the first one runs prior to building 
anything else.

Original comment by Eldar.Abusalimov on 14 Sep 2013 at 3:24

GoogleCodeExporter commented 9 years ago

Original comment by fsul...@gmail.com on 3 Oct 2013 at 11:14

GoogleCodeExporter commented 9 years ago

Original comment by Anton.Bo...@gmail.com on 17 Apr 2014 at 12:21