Problems with compiling kdb
Jaroslaw Staniek
staniek at kde.org
Thu Dec 8 20:16:32 UTC 2016
On 8 December 2016 at 18:08, priyanshu jain
<priyanshudeveloper at gmail.com> wrote:
>
> Hi all,
>
> Sorry for this whole big delay. Now I am free from my academic commitments and ready to work on kexi, I deleted all previous build and start over again and failed to build.
>
> While building kdb with cmake I found these errors with sdc.py file
> https://paste.kde.org/pxsybnxf7
> I am not getting why these errors are taking place.
>
Hi Priyanshu,
Thanks for the report.
I think it's a problem with two python versions or having only
python3, similar to https://phabricator.kde.org/T1304.
But after that fix we started to detect python using
'find_package(PythonInterp)' and have a new issue. Could you please
check what PYTHON_EXECUTABLE is in CMakeCache?
If it's 3.* then could you please find and change
find_package(PythonInterp)
in the code to
find_package(PythonInterp EXACT 2)
and retry? Removing the cache (one time only) can help.
If this works I can fix the thing in the repo.
--
regards, Jaroslaw Staniek
KDE:
: A world-wide network of software engineers, artists, writers, translators
: and facilitators committed to Free Software development - http://kde.org
Calligra Suite:
: A graphic art and office suite - http://calligra.org
Kexi:
: A visual database apps builder - http://calligra.org/kexi
Qt Certified Specialist:
: http://www.linkedin.com/in/jstaniek
More information about the Kexi-devel
mailing list