Re: [Ktechlab-devel] compile fail

2018-10-11 Thread Zoltan Padrah
> WADE-s-iMac:ktechlab $ sh build-simple.sh > +++ readlink -f build-simple.sh > readlink: illegal option -- f > usage: readlink [-n] [file ...] I guess this is OS X specific . This is a useful data point. On my system: $ readlink --help Usage: readlink [OPTION]... FILE... Print value of a symboli

Re: [Ktechlab-devel] compile fail

2018-10-11 Thread WADE MAXFIELD
found instructions on the web on cloning a branch, cloned that branch, and ran into the same problem(s) build-simple.sh does not work sh build-simple.sh +++ readlink -f build-simple.sh readlink: illegal option -- f usage: readlink [-n] [file ...] ++ dirname usage: dirname path + SCRIPTDIR=

Re: [Ktechlab-devel] compile fail

2018-10-11 Thread WADE MAXFIELD
ok. after pulling the git, build-simple.sh not working according to readme, I did the following, and got a new error. cd ktechlab mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=~/klab .. make -j1. ran for a while: ….. [ 4%] Building CXX object src/CMakeFiles/test_ktechlab.dir/ktechlab.

Re: [Ktechlab-devel] compile fail

2018-10-11 Thread WADE MAXFIELD
I appear to be a total idiot: (And I am not contesting the appellation…) WADE-s-iMac:ktechlabLatest $ git clone git://anongit.kde.org/ktechlab.git Cloning into 'ktechlab'... remote: Counting objects: 2, done. remote: Compressing objects: 100% (6243/6243), done. remote: Total 2 (delta

Re: [Ktechlab-devel] compile fail

2018-10-11 Thread Zoltan Padrah
WADE MAXFIELD ezt írta (időpont: 2018. okt. 11., Cs, 18:03): >I am pulling from ktechlab’s repository. > > I've pushed both master and fix-osx-build-v2 there ( github.com/ktechlab/ktechlab ). Feel free to pull. > Not sure how to tap the kde repository without a lot of research. Do > yo

Re: [Ktechlab-devel] compile fail

2018-10-11 Thread WADE MAXFIELD
I am pulling from ktechlab’s repository. Not sure how to tap the kde repository without a lot of research. Do you have a command line for me? I just signed up for the kde mailing list. If your next contact comes from both I can reply and we should be using the mailing list you indicat

Re: [Ktechlab-devel] compile fail

2018-10-11 Thread Zoltan Padrah
You have found the bug for which I hope to have a fix. Please try to build branch fix-osx-build-v1 or fix-osx-build-v2 ; both branches can be found on KDE git (or are you pulling from ktechlab's github repository?) The fix itself is the same for both branches, v2 is based on newer master and it sh

Re: [Ktechlab-devel] compile fail

2018-10-11 Thread WADE MAXFIELD
Hmmm….. Some dereferenced null pointer warnings, and then x11setscreen….. canvas error came back??? I pulled from git…. [ 4%] Building CXX object src/CMakeFiles/test_ktechlab.dir/ktechlab.cpp.o In file included from /Users/maxfield/ktechlabLatest/ktechlab/src/ktechlab.cpp:38: In file in

Re: [Ktechlab-devel] compile fail

2018-10-11 Thread WADE MAXFIELD
make -f src/gui/CMakeFiles/gui.dir/build.make src/gui/ui_contexthelpwidget.h [ 6%] Generating ui_contexthelpwidget.h > On Oct 11, 2018, at 2:36 AM, Zoltan Padrah wrote: > > make -f src/gui/CMakeFiles/gui.dir/build.make src/gui/ui_contexthelpwidget.h _

Re: [Ktechlab-devel] compile fail

2018-10-11 Thread Zoltan Padrah
Hmm... apparently it is somewhat broken on linux too: if I manually delete the build directory, it fails to properly rebuild. What does the following command do, run from the ktechlab's _ build _ directory ? make -f src/gui/CMakeFiles/gui.dir/build.make src/gui/ui_contexthelpwidget.h On success

Re: [Ktechlab-devel] compile fail

2018-10-10 Thread WADE MAXFIELD
I found a version of cmake 3.9 in my CLion test install and used it instead. exact same result make is GNU Make 3.81 ___ Ktechlab-devel mailing list Ktechlab-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ktechlab-devel

Re: [Ktechlab-devel] compile fail

2018-10-09 Thread Zoltan Padrah
I'm sending my responses below, inline: WADE MAXFIELD ezt írta (időpont: 2018. okt. 9., K, 22:44): > >Ok. > >I have my hands full, but if you can walk me through this, then we can > generate an “OSX” set of instructions for your latest release. (Sierra > 10.12.6, nearly the latest xcode

Re: [Ktechlab-devel] compile fail

2018-10-09 Thread WADE MAXFIELD
Ok. I have my hands full, but if you can walk me through this, then we can generate an “OSX” set of instructions for your latest release. (Sierra 10.12.6, nearly the latest xcode.) I have ports installed, and something else, I forget. my machine has VM’s for windows 7, all kin

Re: [Ktechlab-devel] compile fail

2018-10-09 Thread Zoltan Padrah
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 erro

[Ktechlab-devel] compile fail

2018-10-08 Thread WADE MAXFIELD
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_k