<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">Here is the MinGW and CMake set in the environment variable</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_154495763089c695" alt="Inline image 1" width="357" height="154"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">and gcc/g++ running</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_154495904c5f9769" alt="Inline image 2" width="472" height="234"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">Both MinGW and CMake are able to figure out gcc/g++ as I have set their bin in PATH. I have set the CMAKE_C_COMPILER as mentioned.</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_1544965a2423e88f" alt="Inline image 3" width="357" height="154"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">But still I get that compiler error. Please find the CMake error/output logs attached. </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 Sun, Apr 24, 2016 at 1:37 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:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">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>
> rite? is it the same as MS Visual Studio? Can you please provide me the<br>
> download link for MSVC?<br>
> I have MinGW, CMake compilers installed and set the corresponding<br>
> environment Path(s).<br>
<br>
</span>You can use MinGW as well, yes.<br>
<br>
Make sure gcc.exe & friends are in PATH *before* starting KDevelop. 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 out<br>
how to use CMake in combination with it. KDevelop is not the problem here.<br>
CMake is the entity which needs to find a compiler.<br>
<br>
Cheers,<br>
Kevin<br>
<div class=""><div class="h5"><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 World<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 error<br>
> > > that were on the console and the CmakeError log file. I want to build<br>
> > > the<br>
> > > project without Visual Studio installed, can that be possible? I 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>> wrote:<br>
> > > > On Monday, April 18, 2016 12:51:42 AM CEST Pratik Gundlupet 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 I 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 started<br>
> ><br>
> > with?,<br>
> ><br>
> > > > I<br>
> > > ><br>
> > > > > am struggling to get a simple Hello World program running. 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 started<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. I.e.<br>
> ><br>
> > if<br>
> ><br>
> > > > you<br>
> > > > want to use Microsoft Visual Studio, you first have to run the "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 Windows 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 "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 if<br>
> ><br>
> > there<br>
> ><br>
> > > > > > > is<br>
> > > > > > > any<br>
> > > > > > > previous version installed in the same path of the new version<br>
> ><br>
> > to be<br>
> ><br>
> > > > > > > installed application by itself uninstalls it and installs the<br>
> ><br>
> > new<br>
> ><br>
> > > > one.<br>
> > > ><br>
> > > > > > It<br>
> > > > > ><br>
> > > > > > > did that. when the installation was complete, I tried launching<br>
> ><br>
> > the<br>
> ><br>
> > > > new<br>
> > > ><br>
> > > > > > > installed version, it opened the previous version installed, in<br>
> ><br>
> > my<br>
> ><br>
> > > > case<br>
> > > ><br>
> > > > > > > 4.90 instead of 5.0. I even restarted the system and checked it<br>
> ><br>
> > but,<br>
> ><br>
> > > > > > there<br>
> > > > > ><br>
> > > > > > > is no change. Is the application behaving as intended? One more<br>
> > > ><br>
> > > > thing,<br>
> > > ><br>
> > > > > > When<br>
> > > > > ><br>
> > > > > > > I checked for Kdevelop in Programs and Features within 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 'repair',<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>
--<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></div>