Languages

Menu
Sites
Language
using uint32_t, uint16_t etc..

Hi!

I can't use int types like uint32_t etc, beucase I have "undefined" errors. I tried to include <stdint.h> but didn't help.

Does anybody know what is wrong?

Im using Tizen SDK for mac

Edited by: Szymon Majewski on 15 Oct, 2013

Responses

4 Replies
Alex Ashirov

Hi,

What Tizen SDK for mac do you use? I have just tried to use uint32_t with the latest SDK 2.2 and it seems to be ok.

Szymon Majewski

Hi,

I have tizen 2.2 on Mac.

I found that if I use External Builder, then I can use uint32_t, bui if switch to Internal Builder, then I can't.

Unfortenetly I have to use Internal Builder, beucase of issue from that thread:
https://developer.tizen.org/forums/native-application-development/build-error-mac

Alex Ashirov

Hi,

Today I have tried once again and it works. Previously I didn’t include <stdint.h>. I thought that it was included indirectly, but today I have included it explicitly and this works. I see from your first report that you tried this but without success. This is strange… I tried this with the both External and Internal builders. Also, I tried this with simulator and device. Now, this works always.

Alex Ashirov

Sorry, Please ignore my previous message. I have really got error message under Mac. I will try to figure out what happens.