<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">Thanks for the link Kevin, I kinda progressed with CMake, here is the screen shot</div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif"><img src="cid:ii_1546e452f151d171" alt="Inline image 1" width="472" height="252"></div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">But while building the project in KDevelop, I had errors in MinGW make</div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif"><img src="cid:ii_1546e4eb6cd7acf3" alt="Inline image 2" width="472" height="239"></div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif"><img src="cid:ii_1546e4fc52cbf724" alt="Inline image 3" width="472" height="240"></div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif"><img src="cid:ii_1546e542c2905989" alt="Inline image 4" width="472" height="239"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">I have attached the KDevelop console output, please have a look at it.</div><div class="gmail_default" style="font-family:verdana,sans-serif">​</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><font size="2" color="#000000" face="arial, helvetica, sans-serif">Regards,</font></div><div><font size="2" style="color:rgb(102,0,204);font-family:comic sans ms,sans-serif">Pratik G V</font><br><span style="font-family:comic sans ms,sans-serif">Cell</span>:<font face="comic sans ms, sans-serif"> <font color="#999999">001 (530) 591 2556</font></font><br></div></div></div></div></div></div>
<br><div class="gmail_quote">On Wed, Apr 27, 2016 at 5:47 AM, Kevin Funk <span dir="ltr"><<a href="mailto:kfunk@kde.org" target="_blank">kfunk@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sunday, April 24, 2016 10:54:47 AM CEST Pratik G V wrote:<br>
> Here is the MinGW and CMake set in the environment variable<br>
<br>
</span>Please see:<br>
  <a href="http://stackoverflow.com/questions/4101456/running-cmake-on-windows" rel="noreferrer" target="_blank">http://stackoverflow.com/questions/4101456/running-cmake-on-windows</a><br>
<br>
You might need to run CMake manually once before being able to work on the<br>
project using KDevelop.<br>
<br>
Run:<br>
  cmake -G "MinGW Makefiles" ...<br>
<br>
Cheers,<br>
Kevin<br>
<div class="HOEnZb"><div class="h5"><br>
> [image: Inline image 1]<br>
><br>
> and gcc/g++ running<br>
><br>
> [image: Inline image 2]<br>
><br>
> Both MinGW and CMake are able to figure out gcc/g++ as I have set their<br>
bin<br>
> in PATH. I have set the CMAKE_C_COMPILER as mentioned.<br>
><br>
> [image: Inline image 3]<br>
><br>
> But still I get that compiler error. Please find the CMake error/output<br>
> logs attached.<br>
><br>
> Regards,<br>
> Pratik G V<br>
> Cell: 001 <a href="tel:%28530%29%20591%202556" value="+15305912556">(530) 591 2556</a><br>
><br>
> On Sun, Apr 24, 2016 at 1:37 AM, Kevin Funk <<a href="mailto:kfunk@kde.org">kfunk@kde.org</a>> wrote:<br>
> > On Saturday, April 23, 2016 9:33:52 PM CEST Pratik G V wrote:<br>
> > > Hi Kevin,<br>
> > ><br>
> > > I don't have the Microsoft Visual Studio installed in my machine, so<br>
> > > without having that we can't build a project in KDevelop at the moment<br>
> > > rite? Please correct me if I am wrong, MSVC means Microsoft Visual C/C<br>
++<br>
> > > rite? is it the same as MS Visual Studio? Can you please provide me<br>
the<br>
> > > download link for MSVC?<br>
> > > I have MinGW, CMake compilers installed and set the corresponding<br>
> > > environment Path(s).<br>
> ><br>
> > You can use MinGW as well, yes.<br>
> ><br>
> > Make sure gcc.exe & friends are in PATH *before* starting KDevelop.<br>
> > KDevelop<br>
> > just runs CMake internally, and CMake needs to know about gcc.exe.<br>
> ><br>
> > I'm not that familiar with MinGW-based setups, please just try to figure<br>
> > out<br>
> > how to use CMake in combination with it. KDevelop is not the problem<br>
here.<br>
> > CMake is the entity which needs to find a compiler.<br>
> ><br>
> > Cheers,<br>
> > Kevin<br>
> ><br>
> > > Regards,<br>
> > > Pratik G V<br>
> > > Cell: 001 <a href="tel:%28530%29%20591%202556" value="+15305912556">(530) 591 2556</a><br>
> > ><br>
> > > On Tue, Apr 19, 2016 at 1:41 PM, Kevin Funk <<a href="mailto:kfunk@kde.org">kfunk@kde.org</a>> wrote:<br>
> > > > On Tuesday, April 19, 2016 1:43:59 AM CEST Pratik G V wrote:<br>
> > > > > When I used Standard > Terminal > CMake c++ template for the Hello<br>
> ><br>
> > World<br>
> ><br>
> > > > > program I got these errors while building<br>
> > > > ><br>
> > > > > -- The C compiler identification is unknown<br>
> > > > > -- The CXX compiler identification is unknown<br>
> > > ><br>
> > > > Please re-read the instructions here:<br>
> > <a href="https://mail.kde.org/pipermail/kdevelop-devel/2016-January/052771.html" rel="noreferrer" target="_blank">https://mail.kde.org/pipermail/kdevelop-devel/2016-January/052771.html</a><br>
> ><br>
> > > > Citing:<br>
> > > > * No real compiler selection possible<br>
> > > ><br>
> > > >   * Workaround: Just start kdevelop from the "correct" environment<br>
> > > ><br>
> > > >     * I.e. start "MSVC 20XX command prompt", then start kdevelop.exe<br>
> > > >     * Similarly for MinGW-based setups<br>
> > > ><br>
> > > > Please contact <a href="mailto:kdevelop-devel@kde.org">kdevelop-devel@kde.org</a> for further advice<br>
> > > ><br>
> > > > Thanks,<br>
> > > > Kevin<br>
> > > ><br>
> > > > > I have set CMake path in environment variable. I have attached the<br>
> ><br>
> > error<br>
> ><br>
> > > > > that were on the console and the CmakeError log file. I want to<br>
> > > > > build<br>
> > > > > the<br>
> > > > > project without Visual Studio installed, can that be possible? I<br>
> > > > > have<br>
> > > > > installed Qt 5x as well. Cmake in the environment variable is as<br>
> > > > > follows.<br>
> > > > ><br>
> > > > > [image: Inline image 1]<br>
> > > > ><br>
> > > > > Regards,<br>
> > > > > Pratik G V<br>
> > > > > Cell: 001 <a href="tel:%28530%29%20591%202556" value="+15305912556">(530) 591 2556</a><br>
> > > > ><br>
> > > > > On Mon, Apr 18, 2016 at 12:54 AM, Kevin Funk <<a href="mailto:kfunk@kde.org">kfunk@kde.org</a>><br>
wrote:<br>
> > > > > > On Monday, April 18, 2016 12:51:42 AM CEST Pratik Gundlupet<br>
> ><br>
> > Venkatesh<br>
> ><br>
> > > > > > wrote:<br>
> > > > > > > Ok, thank you for the helpful insight, appreciate it.<br>
> > > > > > ><br>
> > > > > > > Yeah I am pretty much liking it since it's something new that<br>
I<br>
> ><br>
> > am<br>
> ><br>
> > > > > > testing<br>
> > > > > ><br>
> > > > > > > and exploring :). Trying to accomplish an end-to-end flow.<br>
> > > > > > > I have a question, is there any manual or document to get<br>
> > > > > > > started<br>
> > > ><br>
> > > > with?,<br>
> > > ><br>
> > > > > > I<br>
> > > > > ><br>
> > > > > > > am struggling to get a simple Hello World program running.<br>
> > > > > > > Please<br>
> > > ><br>
> > > > share<br>
> > > ><br>
> > > > > > > a<br>
> > > > > > > the link or document if  there's any.<br>
> > > > > ><br>
> > > > > > What exactly are you struggling with?<br>
> > > > > ><br>
> > > > > > You should be able to use one of the project templates to get<br>
> ><br>
> > started<br>
> ><br>
> > > > > > (CMake,<br>
> > > > > > or QMake-based ones).<br>
> > > > > ><br>
> > > > > > Or just download:<br>
> > > > > >   <a href="https://github.com/jasondegraw/Qt-CMake-HelloWorld" rel="noreferrer" target="_blank">https://github.com/jasondegraw/Qt-CMake-HelloWorld</a><br>
> > > > > ><br>
> > > > > > ... and open the root CMakeLists.txt file with KDevelop.<br>
> > > > > ><br>
> > > > > > Note that KDevelop on Windows requires a compiler to be in PATH.<br>
> ><br>
> > I.e.<br>
> ><br>
> > > > if<br>
> > > ><br>
> > > > > > you<br>
> > > > > > want to use Microsoft Visual Studio, you first have to run the<br>
"VS<br>
> > > > > > 20XX<br>
> > > > > > Command Prompt", then execute "C:\Program<br>
> > > ><br>
> > > > Files\KDevelop\bin\kdevelop.exe"<br>
> > > ><br>
> > > > > > (or<br>
> > > > > > similar).<br>
> > > > > ><br>
> > > > > > Hope that helps,<br>
> > > > > > Kevin<br>
> > > > > ><br>
> > > > > > > Regards,<br>
> > > > > > > Pratik Gundlupet Venkatesh<br>
> > > > > > > CSUC ID: 006936463<br>
> > > > > > > Cell: <a href="tel:530%20591%202556" value="+15305912556">530 591 2556</a><br>
> > > > > > ><br>
> > > > > > > Ignore typos, sent from Nexus.<br>
> > > > > > ><br>
> > > > > > > On Apr 18, 2016 00:41, "Kevin Funk" <<a href="mailto:kfunk@kde.org">kfunk@kde.org</a>> wrote:<br>
> > > > > > > > On Saturday, April 16, 2016 4:42:04 PM CEST Pratik Gundlupet<br>
> > > ><br>
> > > > Venkatesh<br>
> > > ><br>
> > > > > > > > wrote:<br>
> > > > > > > > > Hi Kevin,<br>
> > > > > > > > ><br>
> > > > > > > > > Today I was trying to install KDevelop 5.0 x64 on my<br>
Windows<br>
> ><br>
> > OS<br>
> ><br>
> > > > 8.1,<br>
> > > ><br>
> > > > > > I<br>
> > > > > ><br>
> > > > > > > > > happen to come across this wired bug where the application<br>
> > > ><br>
> > > > doesn't<br>
> > > ><br>
> > > > > > get<br>
> > > > > ><br>
> > > > > > > > > installed. Here's what I did,<br>
> > > > > > > > > I had 4.90 installed, downloaded 5.0 from (<br>
> > > > > > > > > <a href="http://krf.kollide.net/files/work/kdevelop/?C=M;O=D" rel="noreferrer" target="_blank">http://krf.kollide.net/files/work/kdevelop/?C=M;O=D</a>) link.<br>
> > > > > > > ><br>
> > > > > > > > There's no "5.0 release" yet, thus there's indeed just<br>
"4.9.9x<br>
> > > > > ><br>
> > > > > > releases",<br>
> > > > > ><br>
> > > > > > > > which mark a 5.0 beta release.<br>
> > > > > > > ><br>
> > > > > > > > > Without<br>
> > > > > > > > > uninstalling 4.90 I started installing 5.0, observed that<br>
if<br>
> > > ><br>
> > > > there<br>
> > > ><br>
> > > > > > > > > is<br>
> > > > > > > > > any<br>
> > > > > > > > > previous version installed in the same path of the new<br>
> ><br>
> > version<br>
> ><br>
> > > > to be<br>
> > > ><br>
> > > > > > > > > installed application by itself uninstalls it and installs<br>
> ><br>
> > the<br>
> ><br>
> > > > new<br>
> > > ><br>
> > > > > > one.<br>
> > > > > ><br>
> > > > > > > > It<br>
> > > > > > > ><br>
> > > > > > > > > did that. when the installation was complete, I tried<br>
> ><br>
> > launching<br>
> ><br>
> > > > the<br>
> > > ><br>
> > > > > > new<br>
> > > > > ><br>
> > > > > > > > > installed version, it opened the previous version<br>
installed,<br>
> ><br>
> > in<br>
> ><br>
> > > > my<br>
> > > ><br>
> > > > > > case<br>
> > > > > ><br>
> > > > > > > > > 4.90 instead of 5.0. I even restarted the system and<br>
checked<br>
> ><br>
> > it<br>
> ><br>
> > > > but,<br>
> > > ><br>
> > > > > > > > there<br>
> > > > > > > ><br>
> > > > > > > > > is no change. Is the application behaving as intended? One<br>
> ><br>
> > more<br>
> ><br>
> > > > > > thing,<br>
> > > > > ><br>
> > > > > > > > When<br>
> > > > > > > ><br>
> > > > > > > > > I checked for Kdevelop in Programs and Features within<br>
> ><br>
> > Control<br>
> ><br>
> > > > Panel<br>
> > > ><br>
> > > > > > in<br>
> > > > > ><br>
> > > > > > > > my<br>
> > > > > > > ><br>
> > > > > > > > > machine, Publisher, Size and Version columns are blank,<br>
> > > > > > > ><br>
> > > > > > > > We have a bug report for this already, we're working on it.<br>
> > > > > > > ><br>
> > > > > > > > > and why does it say<br>
> > > > > > > > > "remove only" next to its name?<br>
> > > > > > > ><br>
> > > > > > > > Well, the installer only allows to remove KDevelop (no<br>
> ><br>
> > 'repair',<br>
> ><br>
> > > > > > > > etc.).<br>
> > > > > > > > It's a<br>
> > > > > > > > very simple one.<br>
> > > > > > > ><br>
> > > > > > > > > please view the attached screen shot.<br>
> > > > > > > > > kindly confirm should I go ahead and log these two issues?<br>
> > > > > > > ><br>
> > > > > > > > Not needed IMO.<br>
> > > > > > > ><br>
> > > > > > > > Happy with KDevelop on Windows so far? Using it a lot?<br>
> > > > > > > ><br>
> > > > > > > > > Correct me if I am wrong.<br>
> > > > > > > > ><br>
> > > > > > > > > Regards,<br>
> > > > > > > > > Pratik Gundlupet Venkatesh<br>
> > > > > > > > > CSU ID: 006936463<br>
> > > > > > > > > Mob: 530 591 2556<br>
> > > > > > > ><br>
> > > > > > > > --<br>
> > > > > > > > Kevin Funk | <a href="mailto:kfunk@kde.org">kfunk@kde.org</a> | <a href="http://kfunk.org" rel="noreferrer" target="_blank">http://kfunk.org</a><br>
> > > > > ><br>
> > > > > > --<br>
> > > > > > Kevin Funk | <a href="mailto:kfunk@kde.org">kfunk@kde.org</a> | <a href="http://kfunk.org" rel="noreferrer" target="_blank">http://kfunk.org</a><br>
> > > ><br>
> > > > --<br>
> > > > Kevin Funk | <a href="mailto:kfunk@kde.org">kfunk@kde.org</a> | <a href="http://kfunk.org" rel="noreferrer" target="_blank">http://kfunk.org</a><br>
> ><br>
> > --<br>
> > Kevin Funk | <a href="mailto:kfunk@kde.org">kfunk@kde.org</a> | <a href="http://kfunk.org" rel="noreferrer" target="_blank">http://kfunk.org</a><br>
<br>
<br>
--<br>
Kevin Funk | <a href="mailto:kfunk@kde.org">kfunk@kde.org</a> | <a href="http://kfunk.org" rel="noreferrer" target="_blank">http://kfunk.org</a></div></div></blockquote></div><br></div>