<br><br><div class="gmail_quote">On Thu, Apr 7, 2011 at 8:39 PM, Marco Schmidt <span dir="ltr">&lt;<a href="mailto:Marco.Schmidt@taugamma.de">Marco.Schmidt@taugamma.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
2011/4/7 Mariano Martinez Peck &lt;<a href="mailto:marianopeck@gmail.com">marianopeck@gmail.com</a>&gt;:<br>
<div class="im">&gt;<br>
&gt;<br>
&gt; I have a couple of questions:<br>
&gt; 1) is there a way to know which generator is the default?  I mean if I do  cmake .   which one is taking?<br>
&gt; 2) So...the list of the generators are directly the parameter, aren&#39;t they?  example:<br>
&gt;  cmake . -G &quot;Unix Makefiles&quot;<br>
&gt; or<br>
&gt; cmake . -G &quot;KDevelop3 - Unix Makefiles&quot;<br>
&gt;<br>
<br>
</div>Yes -  there is no default generator. You need to pass the generator<br>
on every call to cmake (e.g. cmake . -G&quot;Xcode&quot;)<br>
<div class="im"><br></div></blockquote><div><br>Wait.... I can do:  cmake .<br>and it works. Why ?  I guess it is using a default from somewhere...<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">
&gt; etc...<br>
&gt;<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; at the end it provides a list of available generators.<br>
&gt;&gt;<br>
<br>
</div>This lists the generators available on your current plattform. If you<br>
are on a MacOSX Host you do not get the Visual-Studio generators.<br>
<br>
You are linking to a version 2.6 of cmake. The current version is<br>
2.8.4. There is better support for VS2010 and Xcode in the newer<br>
version.<br></blockquote><div><br>You are talking to Igor or to me?  cmake --version gives me 2.8.4<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
Marco<br>
<br>
Q: I have to investigate how to support cross compiling (Linux x86 -&gt;<br>
ARM). Any first hand knowledge out there?<br>
</blockquote></div><br><br clear="all"><br>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br><br>