Build of C cli fails because of missing include

Merten's Avatar

Merten

30 Dec, 2014 05:57 PM

Hi,

I built the C cli under Fedora.
It failed because of missing stdint.h includes.
It worked after I included it in mpw-util.h and mpw-types.h

Thanks for your awesome piece of software.
Merten

--snip--
[..]
mpw-algorithm.c: In function ‘mpw_passwordForSite’:
mpw-algorithm.c:69:5: error: unknown type name ‘uint8_t’
     uint8_t *sitePasswordInfo = NULL;
     ^
mpw-algorithm.c:84:11: error: unknown type name ‘uint8_t’
     const uint8_t *sitePasswordSeed = mpw_hmac_sha256( masterKey, MP_dkLen, sitePasswordInfo, sitePasswordInfoSize );
[..]
--snip--

  1. Support Staff 1 Posted by Maarten Billemo... on 31 Dec, 2014 06:21 PM

    Maarten Billemont's Avatar

    Thanks Merten!

  2. Maarten Billemont closed this discussion on 31 Dec, 2014 06:21 PM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac

Recent Discussions

09 Oct, 2023 03:28 PM
09 Oct, 2023 02:56 PM
22 Jun, 2022 11:22 AM
02 Feb, 2022 02:22 PM
25 Jan, 2022 11:25 PM

 

31 Dec, 2021 11:42 AM
22 Dec, 2021 06:41 PM
04 Nov, 2021 01:24 AM
30 Oct, 2021 08:29 PM
21 Oct, 2021 08:44 AM
14 Sep, 2021 08:02 AM