[Vm-dev] building Cog on 64 bits debian

Igor Stasenko siguctua at gmail.com
Mon Aug 15 10:12:30 UTC 2011


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

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.


More information about the Vm-dev mailing list