Well, I guess there are more issues on OS X than I have expected. Thanks
for testing. I know what is the issue, just I don't know what to do with
it. In short, cmake does not generate proper dependencies between generated
files (ui_*.h) and files to be compiled, thus you get the file not found
errors. On single-process ( make -j1 ) builds this typically works, at
least on my system. Apparently on OS X it fails completely.

Please note that you should not need to run make with sudo; that could
break/mess up permissions on files, so I do not recommend it.

About the mailing lists: yes, there are two mailing lists, the sf.net one
is the older one, and the one at kde.org is the official one. AFAIK some
people have not subscribed to the list at kde.org, so I kept using both of
the lists and I monitor both of them (sometimes even forwarding messages).



WADE MAXFIELD <wade.maxfi...@4gwireline.com> ezt írta (időpont: 2018. okt.
8., H, 19:55):

> re-running make 5 or 10 times same issues, even when after fail
>
> looks like there are 2 mailing lists, and maybe one is not being looked
> at??
>
> [  4%] Built target test_ktechlab_automoc
> *Scanning dependencies of target test_ktechlab*
> [  5%] Building CXX object
> src/CMakeFiles/test_ktechlab.dir/test_ktechlab_automoc.cpp.o
> [  5%] Building CXX object
> src/CMakeFiles/test_ktechlab.dir/dcop_stub.cpp.o
> [  5%] Building CXX object src/CMakeFiles/test_ktechlab.dir/ktechlab.cpp.o
> In file included from /Users//ktechlabLatest/ktechlab/src/ktechlab.cpp:18:
> */Users//ktechlabLatest/ktechlab/src/gui/contexthelp.h:14:10: **fatal
> error: **'ui_contexthelpwidget.h' file not found*
> #include <ui_contexthelpwidget.h>
> *         ^~~~~~~~~~~~~~~~~~~~~~~~*
> 1 error generated.
> make[2]: *** [src/CMakeFiles/test_ktechlab.dir/ktechlab.cpp.o] Error 1
> make[1]: *** [src/CMakeFiles/test_ktechlab.dir/all] Error 2
> make: *** [all] Error 2
>
> WADE--iMac:build$ sudo make
> [  4%] Built target microbe
> [  4%] Built target test_ktechlab_automoc
> [  4%] Building CXX object src/CMakeFiles/test_ktechlab.dir/ktechlab.cpp.o
> In file included from /Users//ktechlabLatest/ktechlab/src/ktechlab.cpp:18:
> */Users//ktechlabLatest/ktechlab/src/gui/contexthelp.h:14:10: **fatal
> error: **'ui_contexthelpwidget.h' file not found*
> #include <ui_contexthelpwidget.h>
> *         ^~~~~~~~~~~~~~~~~~~~~~~~*
> 1 error generated.
> make[2]: *** [src/CMakeFiles/test_ktechlab.dir/ktechlab.cpp.o] Error 1
> make[1]: *** [src/CMakeFiles/test_ktechlab.dir/all] Error 2
> make: *** [all] Error 2
> WADE--iMac:build$ sudo make
> [  4%] Built target microbe
> [  4%] Built target test_ktechlab_automoc
> [  4%] Building CXX object src/CMakeFiles/test_ktechlab.dir/ktechlab.cpp.o
> In file included from /Users//ktechlabLatest/ktechlab/src/ktechlab.cpp:18:
> */Users//ktechlabLatest/ktechlab/src/gui/contexthelp.h:14:10: **fatal
> error: **'ui_contexthelpwidget.h' file not found*
> #include <ui_contexthelpwidget.h>
> *         ^~~~~~~~~~~~~~~~~~~~~~~~*
> 1 error generated.
> make[2]: *** [src/CMakeFiles/test_ktechlab.dir/ktechlab.cpp.o] Error 1
> make[1]: *** [src/CMakeFiles/test_ktechlab.dir/all] Error 2
> make: *** [all] Error 2
>
> _______________________________________________
> Ktechlab-devel mailing list
> Ktechlab-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ktechlab-devel
>
_______________________________________________
Ktechlab-devel mailing list
Ktechlab-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ktechlab-devel

Reply via email to