Problems with compiling kdb

Jaroslaw Staniek staniek at kde.org
Fri Dec 9 12:11:32 UTC 2016


On 9 December 2016 at 12:35, priyanshu jain <priyanshudeveloper at gmail.com>
wrote:

>
>
> On Fri, Dec 9, 2016 at 1:46 AM, Jaroslaw Staniek <staniek at kde.org> wrote:
> >
> > 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
>
> There are still errors that i tried to resolve but didn't get it:
> https://paste.kde.org/p11defjpy
>

Could you please check what PYTHON_EXECUTABLE is in CMakeCache?
It must point to Python 2.
If not, you remove the cache and retry.

​


> <https://paste.kde.org/p11defjpy>
>
>
> regards,
>
>
> Priyanshu Jain
> [image: https://]about.me/priyanshu-sci
>
> <https://about.me/priyanshu-sci?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=chrome_ext>
>



-- 
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kexi-devel/attachments/20161209/dd89810d/attachment.html>


More information about the Kexi-devel mailing list