[Vm-dev] VM IDE anyone

Mariano Martinez Peck marianopeck at gmail.com
Thu Apr 7 18:51:09 UTC 2011


On Thu, Apr 7, 2011 at 8:39 PM, Marco Schmidt <Marco.Schmidt at taugamma.de>wrote:

>
> 2011/4/7 Mariano Martinez Peck <marianopeck at gmail.com>:
> >
> >
> > I have a couple of questions:
> > 1) is there a way to know which generator is the default?  I mean if I
> do  cmake .   which one is taking?
> > 2) So...the list of the generators are directly the parameter, aren't
> they?  example:
> >  cmake . -G "Unix Makefiles"
> > or
> > cmake . -G "KDevelop3 - Unix Makefiles"
> >
>
> Yes -  there is no default generator. You need to pass the generator
> on every call to cmake (e.g. cmake . -G"Xcode")
>
>
Wait.... I can do:  cmake .
and it works. Why ?  I guess it is using a default from somewhere...


> > etc...
> >
> >
> >>
> >> at the end it provides a list of available generators.
> >>
>
> This lists the generators available on your current plattform. If you
> are on a MacOSX Host you do not get the Visual-Studio generators.
>
> You are linking to a version 2.6 of cmake. The current version is
> 2.8.4. There is better support for VS2010 and Xcode in the newer
> version.
>

You are talking to Igor or to me?  cmake --version gives me 2.8.4


>
> Marco
>
> Q: I have to investigate how to support cross compiling (Linux x86 ->
> ARM). Any first hand knowledge out there?
>



-- 
Mariano
http://marianopeck.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20110407/87c33b86/attachment.htm


More information about the Vm-dev mailing list