certi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [certi-dev] libHLA/sha1 build error / fixed


From: Gotthard, Petr
Subject: RE: [certi-dev] libHLA/sha1 build error / fixed
Date: Sun, 24 Jan 2010 18:15:02 +0100

Thanks!
Problem solved and fixed in CVS.

Petr

-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of Eric Noulard
Sent: Sunday, January 24, 2010 12:01 PM
To: CERTI development discussions
Subject: Re: [certi-dev] libHLA/sha1 build error

2010/1/23 Gotthard, Petr <address@hidden>:
> I'm getting a build error when building CERTI in Visual Studio 9. It's
> caused by libHLA/sha1.h:94
>
>   int_least16_t Message_Block_Index;
>
>
>
> because the type "int_least16_t" is unknown. Do you know what is wrong?

Yes the definition of this type is missing.
Which is strange because Martin (adele) did compile CERTI head
on Windows ... but may be he only did it with mingw32 compiler...

Would you try adding:
typedef short  int_least16_t;

in the _MSC_VER case?

-- 
Erk
Membre de l'April - < promouvoir et défendre le logiciel libre > -
http://www.april.org


-- 
CERTI-Devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/certi-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]