Good point-- a non-power-user would say that the project &#39;failed&#39;.  <div><br></div><div>But I&#39;m kind of leaning towards the idea that if the project cannot be built from default settings, then yes, that&#39;s a problem that should be fixed by the program maintainer.  If the user starts messing with settings that also causes the build to fail, shouldn&#39;t the program maintainer know about that?<br>
<br><div class="gmail_quote">On Tue, Aug 31, 2010 at 2:39 PM, Eric Noulard <span dir="ltr">&lt;<a href="mailto:eric.noulard@gmail.com">eric.noulard@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">2010/8/31 David Cole &lt;<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>&gt;:<br>
</div><div class="im">&gt; Steps 7 thru 10 on your list may be performed by the command lines:<br>
&gt;   cmake --build . --config Release<br>
&gt;   cmake --build . --target install --config Release<br>
&gt;   (equivalent to the &quot;make; make install&quot; parts of your example command<br>
&gt; line)<br>
&gt; Causing that to happen in delicious GUI form would be simple enough... But<br>
&gt; do enough people want this...?<br>
<br>
</div><div class="im">Speaking for a one-line install (or buid package) command<br>
using CMake would be nice.<br>
<br>
I did craft one small (not bulletproof at all) CMake script<br>
which can be called as<br>
<br>
$ cmake -P CMake-autoinstall.cmake<br>
-- Trying to autoinstall CMake version  using<br>
<a href="http://www.cmake.org/files/v2.8/cmake-2.8.2.tar.gz" target="_blank">http://www.cmake.org/files/v2.8/cmake-2.8.2.tar.gz</a> file...<br>
-- Downloading...<br>
-- Already there: nothing to do<br>
-- Unarchiving the file<br>
-- CMake version 2.8.2 has been unarchived in /home/eric/CMake/tmp/cmake-2.8.2.<br>
-- Configuring with CMake...<br>
-- Building with cmake --build ...<br>
-- Create package RPM with CPack...<br>
-- CMake version 2.8.2 has been built in /home/eric/CMake/tmp/cmake-2.8.2.<br>
-- CMake package(s) are:<br>
/home/eric/CMake/tmp/cmake-2.8.2-build/cmake-2.8.2-Linux-x86_64.rpm<br>
<br>
The example file is attached. It does not handle error case very nicely<br>
and should probable put all logs in files instead of var.<br>
<br>
In my case the &quot;autoinstall&quot; file is building an RPM and in my case I don&#39;t<br>
want the 3) to 5) steps (default configure option should be enough).<br>
<br>
May be a GUI would help to chose some parameters of the &quot;autoinstall script&quot;<br>
version, CPack generator etc... but I don&#39;t think it must be the current<br>
&quot;cmake-gui&quot;.<br>
<br>
</div><div class="im">&gt; We&#39;ve talked about a &quot;build&quot; button in the cmake-gui before, but if errors<br>
&gt; occur, you have to go elsewhere to edit code anyhow.<br>
&gt; If we have a build button, we have to:<br>
&gt; - make sure we handle voluminous output from the build tools<br>
&gt; - provide a way to interrupt a build in progress when the observer can&#39;t<br>
&gt; wait any longer...<br>
&gt; It shouldn&#39;t be hard, but it&#39;s not entirely trivial either. Deliciousness<br>
&gt; never is.<br>
<br>
</div><div class="im">My opinion is that &quot;automagicall one big button  (or small script) makes it all&quot;<br>
shouldn&#39;t handle error case at all.<br>
<br>
Average user won&#39;t go and inspect why it fails.<br>
He would probably just tell the project releaser that he/she did a poor job<br>
and wait for him/her to fix that :-)<br>
<br>
</div><div class="im">&gt; What do others think? Is this a thing you&#39;ve always wanted, or something<br>
&gt; you&#39;ve never even wished for...?<br>
<br>
</div><div class="im">One-line install command (or one button)<br>
would be great but I think that if for any reason the automagic process<br>
fails don&#39;t try to help the user with that but just point out the error file.<br>
<br>
If it&#39;s a &quot;power user&quot; he will go back to current cmake UI.<br>
If it&#39;s an average user he may file the error file back to the project releaser.<br>
<br>
--<br>
Erk<br>
</div>Membre de l&#39;April - « promouvoir et défendre le logiciel libre » -<br>
<a href="http://www.april.org" target="_blank">http://www.april.org</a><br>
</blockquote></div><br></div>