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


From: Eric Noulard
Subject: Re: [certi-dev] libHLA/sha1 build error
Date: Sun, 24 Jan 2010 12:00:42 +0100

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




reply via email to

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