hunter wrote:
> Hi, all:
>    I tried to build android, but met following errors:
> 
> ==================================================================================
> host C++: libutils <= frameworks/base/libs/utils/Threads.cpp
> frameworks/base/libs/utils/Threads.cpp: In static member function
> 'static int thread_data_t::trampoline(const thread_data_t*)':
> frameworks/base/libs/utils/Threads.cpp:104: error: 'PR_SET_NAME' was
> not declared in this scope
> ==================================================================================
> 
>   I guess this is because missing some head files. So I check
> myandroid/kernel/include/linux/, and find the
> declaration in prctl.h.
> 
>   Can anyone tell me what's going wrong?

You're posting your question on a list that is not designed for your 
question. This is for application developers, not framework developers 
or people doing ports.

You can find the roster of lists for the source code at:

http://source.android.com/discuss

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.4 Published!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to