← Back to team overview

opencog-dev team mailing list archive

Re: PLN status?

 

On Fri, Aug 15, 2008 at 2:40 PM, Gustavo Machado Campagnani Gama
<gama@xxxxxxxxxxxxx> wrote:
>> I'm not sure what the gcc specific code is - there is a bit of
>> assembler in there, so I'm not sure if that's it? Do you have a line
>> number that it complains about?  I've cced Cesar in case he knows what
>> it's about... (it might be from the Indefinite Probabilities code from
>> Novamente though...)
>
> I've attached the build log so you may have a look.

I've fixed *some* of the compile errors (well, I hope I have, I
haven't tested the changes), but as suspected it's the assembler
instructions causing grief for the MSVC compiler as well as it not
recognising uint64_t

from a quick google, basically "__asm__ __volatile__" needs to be
replaced with "__asm" when using MSVC.

I'm not sure of the MSVC equivalent for uint64_t is, or what include it'd be in.

If necessary I can try and track down a copy of MSVC and fix this
myself, but is probably best left to someone with more MS experience.

J



References