Re: Development Tools problems for build from source Krita.

2019-11-25 Thread Cătălin George Feștilă
yes ecm problem and cmake new version can you provide more help with this issue? thank you. [mythcat@localhost build]$ cmake -DCMAKE_INSTALL_PREFIX=$HOME/krita-4.2.8-beta1/install $HOME/krita-4.2.8-beta1/build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DPRODUCTSET=ALL -DPACKAGERS_BUILD=ON -DBUILD_TES

Re: Development Tools problems for build from source Krita.

2019-11-25 Thread Rex Dieter
Cătălin George Feștilă wrote: > I install 'Development Tools', but some tools are not in this group and > PythonLibrary is not set. Any idea how to fix it? dnf group install See below, the biggest missing piece is ECM, I'd suggest you do: sudo dnf builddep krita then you'll get everything that

Re: Development Tools problems for build from source Krita.

2019-11-24 Thread Orion Poplawski
On 11/24/19 3:26 PM, Cătălin George Feștilă wrote: I install 'Development Tools', but some tools are not in this group and PythonLibrary is not set. Any idea how to fix it? dnf group install 'Development Tools' dnf install cmake dnf install gcc-c++ See output of build from source for krita 4.2.

Development Tools problems for build from source Krita.

2019-11-24 Thread Cătălin George Feștilă
I install 'Development Tools', but some tools are not in this group and PythonLibrary is not set. Any idea how to fix it? dnf group install 'Development Tools' dnf install cmake dnf install gcc-c++ See output of build from source for krita 4.2.8 [mythcat@localhost build]$ cmake -DCMAKE_INSTALL_