View Single Post
Posts: 1,313 | Thanked: 2,977 times | Joined on Jun 2011 @ Finland
#46
Originally Posted by marmistrz View Post
In newer aegis-crypto there's no such problem.
I'm trying to compile applauncherd anyway (it may be useful with limited resources N900 has)

What's wrong with that line:
Code:
    const uint32_t ARG_MAX = 1024;
The error is:
Code:
/home/marcin/applauncher/meegotouch-meegotouch-applauncherd/src/launcherlib/connection.cpp:356: error: expected unqualified-id before numeric constant
Thanks in advance
uint32_t is defined in stdint.h, is that included?

If that file is included or not found, then you should define that yourself. Something like

Code:
typedef unsigned int uint32_t
should work.
__________________
My N9/N950 projects:
 

The Following User Says Thank You to ajalkane For This Useful Post: