Thanks Nirbhay for your guidance. I just have one more question to ask,when I write any patch for any issue on Jira,i would have to compile the entire source with cmake again to test the patch right? I really appreciate your help.
Thanks, Vaibhav Choudhary On Thu, Oct 1, 2015 at 10:29 PM, Nirbhay Choubey <[email protected]> wrote: > Hi! > > On Thu, Oct 1, 2015 at 12:46 PM, indiavaibhav vaibhavindia < > [email protected]> wrote: > >> Hello everyone, >> My name is Vaibhav.I am new to programming for open source. >> I am facing problems in trying to compile Maria-Db.As instructed on the >> website, I cloned the maria db source and installed all the files required >> for compilation. >> >> However on using cmake,I am getting an error,screenshot of which is >> attached is with this mail. >> >> >> Can someone please help me out? >> > > Looks like you are not running cmake from the correct directory? > > Did you follow this : > https://mariadb.com/kb/en/mariadb/generic-build-instructions/ ? > > You can also build out-of-source to keep the tree clean : > > cd src-dir > mkdir bld > cd bld > cmake .. > > Best, > Nirbhay > > >> >> Thanks, >> Vaibhav Choudhary >> >> >> _______________________________________________ >> Mailing list: https://launchpad.net/~maria-developers >> Post to : [email protected] >> Unsubscribe : https://launchpad.net/~maria-developers >> More help : https://help.launchpad.net/ListHelp >> >> >
_______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp

