[Vm-dev] building Cog on 64 bits debian

Mariano Martinez Peck marianopeck at gmail.com
Mon Aug 15 10:32:00 UTC 2011


On Mon, Aug 15, 2011 at 12:12 PM, Igor Stasenko <siguctua at gmail.com> wrote:

>
> this stuff requires a bit of refactoring.
> it is a bit messy, that #linkFlags contain libs rather than flags.
> the libs should be added separately
>

yes. Maybe we can find a general name for them, for example,
#linkParameters  which inside does self linkParameters, self linkLibraries
or something like that.


>
> On 15 August 2011 11:41, laurent laffont <laurent.laffont at gmail.com>
> wrote:
> >
> > On Mon, Aug 15, 2011 at 10:37 AM, Igor Stasenko <siguctua at gmail.com>
> wrote:
> >>
> >> On 15 August 2011 11:34, laurent laffont <laurent.laffont at gmail.com>
> wrote:
> >> >
> >> > If I edit vm-display-null/CMakeLists.txt and change:
> >> > set_target_properties(vm-display-null PROPERTIES PREFIX "" SUFFIX "" )
> >> > to
> >> > set(linkFlags "${linkFlags} -m32")
> >> > set_target_properties(vm-display-null PROPERTIES LINK_FLAGS
> "${linkFlags}" PREFIX "" SUFFIX "" )
> >> > then cmake. && make
> >> > it works, right flags used.
> >> > So it seems that generateWithSources output wrong
> vm-display-null/CMakeLists.txt
> >> > Laurent.
> >> >
> >> Yes. Try out CMakeVMMaker-IgorStasenko.134
> >>
> >> And thanks for being persistent! :)
> >
> > Cool ! I'll try later. Indeed, I've again learned :)   Seriously, build
> process is far nicer now than it was one year ago.
> > Laurent.
> >
> >>
> >> --
> >> Best regards,
> >> Igor Stasenko AKA sig.
> >
> >
> >
>
>
>
> --
> Best regards,
> Igor Stasenko AKA sig.
>



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


More information about the Vm-dev mailing list