
meego
llrraa2010
这个作者很懒,什么都没留下…
展开
-
undefined reference to `setpwent'
../../glib/.libs/libglib-2.0.so: undefined reference to `setpwent'../../glib/.libs/libglib-2.0.so: undefined reference to `localeconv'the above function is defined in libuc, so the link needs flag原创 2012-05-12 21:59:05 · 2715 阅读 · 5 评论 -
(glproto >= 1.4.9 gl >= 7.1.0) were not met
http://forums.freebsd.org/showthread.php?t=1923To summary the problem:The cause of the problem is that the system needs OpenGL to be installed before installing xorg-server.If you want t转载 2012-06-16 21:14:56 · 2820 阅读 · 0 评论 -
x11 source
http://www.x.org/releases/X11R7.7-RC1/src/proto/原创 2012-05-27 10:28:14 · 987 阅读 · 0 评论 -
cpufeatures
the source is in /media/LENOVO/src1/1/android-20120108-2.2.2_r1/ndk/sources/cpufeatures.http://blog.csdn.net/abnerchai/article/details/6830644转载 2012-05-26 19:46:17 · 911 阅读 · 0 评论 -
Defning SIZE_MAX
http://www.velocityreviews.com/forums/t658743-defning-size_max.html #define MY_SIZE_MAX ((size_t)-1)(ozbear) writes:> In another thread related to size_t and SIZE_MAX, a #define>转载 2012-05-26 16:52:11 · 979 阅读 · 0 评论 -
cmd 修改IP
http://hi.baidu.com/chengchunqian/blog/item/7af2beb15a73884e092302cc.htmlhttp://zhidao.baidu.com/question/28135681.html转载 2012-05-20 12:57:17 · 1055 阅读 · 2 评论 -
syslog(),openlog(),closelog()函数介绍
http://hi.baidu.com/zhulin014/blog/item/634d1f137f3091dfc2fd7858.html转载 2012-05-19 14:46:40 · 874 阅读 · 0 评论 -
lprintf
it's in lib.c原创 2012-05-19 14:13:50 · 1741 阅读 · 0 评论 -
xerver in uxlaunch
@xserver.c if (!xserver) { if (!access("/usr/bin/Xorg", X_OK)) xserver = "/usr/bin/Xorg"; else if (!access("/usr/bin/X", X_OK)) xserver = "/usr/bin/X"; else { lprintf("No X serv原创 2012-05-20 10:17:08 · 932 阅读 · 0 评论 -
SDK Docs 1.1 Getting started with the MeeGo SDK for Windows - MeeGo wiki
Start the kqemu manually. Select Start > All Programs > Accessories, click right mouse button over Command Prompt, and select "Run as administrator". In Command Prompt, run the following command原创 2012-05-19 07:34:09 · 1250 阅读 · 2 评论 -
intmax_t
it's in /mytoolchain/sysroot/usr/include/machine/_types.h原创 2012-06-06 07:33:53 · 1992 阅读 · 0 评论 -
error: 'struct passwd' has no member named 'pw_comment'
http://www.sics.se/man2html/getpwent.3v.html getpwent(), getpwuid() and getpwnam() each return a pointer to an object with the following structure containing the fields of a line in the password转载 2012-06-05 23:38:34 · 1814 阅读 · 1 评论 -
meego/src/meeGo-OS-Base/uxlaunch done
meego/src/meeGo-OS-Base/uxlaunch done原创 2012-05-18 06:25:03 · 877 阅读 · 0 评论 -
flex is needed to build Mesa
http://askubuntu.com/questions/103637/error-while-installing-mesa-in-command-make-linux-x86Mesa has a build-dependency on flex which can be installed with:sudo apt-get install flex转载 2012-06-16 23:12:34 · 1182 阅读 · 1 评论 -
libdrm for android done!
libdrm for android done!原创 2012-06-20 11:13:39 · 1424 阅读 · 0 评论 -
android dpi DisplayMetrics
http://www.cnblogs.com/wader2011/archive/2011/11/28/2266669.html DisplayMetrics dm = new DisplayMetrics(); activity.getWindowManager().getDefaultDisplay().getMetrics(dm);D:\linux\linuxkernel\W原创 2013-06-14 22:11:49 · 1474 阅读 · 0 评论 -
d_in and d_out
meeGo-OS-Base\uxlaunch\src\uxlaunch.h#define d_in() dprintf("Enter: %s/%s", __FILE__, __func__)#define d_out() dprintf("Exit: %s/%s", __FILE__, __func__)原创 2013-06-12 19:42:16 · 1271 阅读 · 0 评论 -
undefined reference to `g_assertion_message_expr'
This is because I use a different version glib in /mytoolchain/sysroot/usr/glib, and that version has no such `g_assertion_message_expr'. So I update /glib, and it's ok now.\\192.168.1.8\1\android-n原创 2012-05-16 06:25:52 · 2390 阅读 · 0 评论 -
libpam:shadow.h:error: expected declaration specifiers before '__THROW'
When I'm makeing libpam, it claims that there's no shadow.h. Then I found a shadow.h.But another issue shows up: error: expected declaration specifiers before '__THROW'.This is because Android gc原创 2012-03-06 01:20:59 · 2261 阅读 · 0 评论 -
makekeys of libX11
libX11-1.4.99.901/src/util/makekeys seems to have some kind of issue. I looked into the code, but it's kind of hard. So I think maybe I can just comment this.hope it would not be some issue.ma原创 2012-06-05 06:30:37 · 2168 阅读 · 3 评论 -
make prefix
make install prefix='/mytoolchain/sysroot/usr' exec_prefix='/host/android-ndk-r7/mytoolchain/sysroot/usr' libdir='/mytoolchain/sysroot/usr/lib'sh ./configure --host=arm-linux --prefix=/media/lin原创 2012-04-29 23:43:22 · 2589 阅读 · 0 评论 -
cc1: error: unrecognized command line option "-mlittle-endian"
d:/linux/linuxkernel/WORKING_DIRECTORY/android-omap-20111108-gingerbread/dalvik/libdex/DexSwapVerify.c:38:0: warning: "__BYTE_ORDER" redefined [enabled by default]d:/linux/linuxkernel/WORKING_DIRECT原创 2012-03-24 22:17:29 · 8762 阅读 · 0 评论 -
xserver links
www.x.org-wikihttp://www.x.org/wiki/Development/Documentation/DocBookConversionhttp://www.x.org/releases/X11R7.7/doc/index.htmlhttp://www.x.org/docs/http://tronche.com/gui/x/icccm/ Inter原创 2012-08-19 23:53:42 · 846 阅读 · 0 评论 -
start of servicemanager
it starts from init.init.rc:service servicemanager /system/bin/servicemanagerhttp://blog.csdn.net/caowenbin/article/details/6110751转载 2012-07-19 09:22:25 · 628 阅读 · 0 评论 -
ANGO's new ARCH. Android changed first.
At first, I was thinking about porting meego to Android first, but it seems there's not quite enough document for meego, expecially for X server, the core GUI app of meego. It will take more time to r原创 2012-07-16 07:04:51 · 1240 阅读 · 0 评论 -
XLIBGL
Although I tried hard, I still couldn't figure out what XLIBGL is. So I decided to skip it. Hopt this wouldn't matter much.checking for XLIBGL... noconfigure: error: Package requirements (x11原创 2012-06-22 22:04:55 · 1100 阅读 · 0 评论 -
libgl
http://dri.freedesktop.org/wiki/libGLDriverhttp://dri.sourceforge.net/doc/DRIbeginner.html转载 2012-06-23 11:56:41 · 897 阅读 · 1 评论 -
ssize_t
http://blog.csdn.net/lalor/article/details/7426184typedef long ssize_t;转载 2012-06-05 23:19:58 · 829 阅读 · 0 评论 -
glib for android done
glib for android done原创 2012-05-13 07:48:26 · 2247 阅读 · 4 评论 -
crypt.c
/* vi: set sw=4 ts=4: *//** crypt() for uClibc* Copyright (C) 2000-2006 by Erik Andersen * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.*/#define __FORCE_GLIBC转载 2012-04-08 21:49:58 · 1038 阅读 · 0 评论 -
ARM Linux系统调用的原理
http://blog.chinaunix.net/space.php?uid=12567959&do=blog&id=160981 最终__libc_open64又调用了__libc_open函数,这个函数在文件libc/sysdeps/linux/common/open.c中定义:libc_hidden_proto(__libc_open)int __libc_open(con转载 2012-04-07 13:26:46 · 2876 阅读 · 0 评论 -
从getaddrinfo看Glibc的nss
http://tsecer.blog.163.com/blog/static/1501817201164111321684/一、问题的引入在使用IPV6转化的过程中,为了兼容IPV4和V6版本,一个兼容的方法就是使用这个getaddrinfo函数,这个函数在windows下同样存在,应该是一个跨平台的接口。这个接口的一个特殊之处就是这个接口可以传入hostname和serv转载 2012-03-19 00:40:16 · 1324 阅读 · 0 评论 -
AnGo ---- faster Android
Android is based on dalvikVM, which leads to some kind of ineffeciency. We can change this by the combination of android and meego. I call the new system AnGo, 安哥 in Chinese.I started a discussion o原创 2012-03-05 00:23:42 · 114 阅读 · 0 评论 -
/sysroot/usr/include/search.h:19: error: expected declaration specifiers or '...' before '__free_fn_
I simply commented that line. It's ok now. /sysroot/usr/include/search.h:19原创 2012-03-10 16:32:25 · 1206 阅读 · 0 评论 -
login/getutline.c:25: error: storage class specified for parameter 'buffer'
When making libpam, I got two errors:/host/src1/2/Linux-PAM-1.0.1/libpam/.libs/libpam.so: undefined reference to `getutline'/host/src1/2/Linux-PAM-1.0.1/libpam/.libs/libpam.so: undefined reference原创 2012-03-09 23:51:15 · 1111 阅读 · 0 评论 -
/host/android-ndk-r7/mytoolchain/bin/../sysroot/usr/include/crypt.h:69: error: expected ',' or ';' b
/host/android-ndk-r7/mytoolchain/bin/../sysroot/usr/include/crypt.h:69: error: expected ',' or ';' before '__nonnull'simply delete '__nonnull'原创 2012-03-25 13:45:57 · 1870 阅读 · 0 评论 -
/host/src1/2/Linux-PAM-1.1.1/libpam/.libs/libpam.so: undefined reference to `getutline'
/bin/bash ../../libtool --tag=CC --mode=link arm-linux-androideabi-gcc -I../../libpam/include -I../../libpamc/include -DMKHOMEDIR_HELPER=\"/sbin/mkhomedir_helper\" -g -O2 -W -Wall -Wbad-function-cas原创 2012-03-25 10:50:43 · 1977 阅读 · 0 评论 -
compiled for a little endian system and target is big endian
/host/android-ndk-r7/mytoolchain/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld: /host/android-ndk-r7/mytoolchain/bin/../lib/gcc/arm-linux-androideabi/4.4.3/libgcc原创 2012-03-24 21:41:30 · 4726 阅读 · 2 评论 -
libc/sysdeps/linux/common/sendfile.c:20: error: conflicting types for 'sendfile64'
libc/sysdeps/linux/common/sendfile.c:20: error: conflicting types for 'sendfile64'./include/sys/sendfile.h:46: note: previous declaration of 'sendfile64' was heremake: *** [libc/sysdeps/linux/comm原创 2012-03-24 21:05:05 · 1485 阅读 · 0 评论 -
AndroiX Users
AndroiX Users is a google group, where some guys are discussing how to get X11 running on android. TMZT seems to be their leader.group URL: http://groups.google.com/group/androix-usersReposito原创 2012-03-04 23:01:03 · 583 阅读 · 0 评论