标题:HowTO enable MULTIPLE_THREADS?
作者:leslielg
日期:2008-06-23 22:06
内容:
qte4.4.0 的webkit源码里有这样一句(在collector.cpp中):
#if USE(MULTIPLE_THREADS)
#include
#endif
怎么enable MULTIPLE_THREADS?在Makefile 里加入-DMULTIPLE_THREADS?
qte4.4.0 的./configure 没有了-thread选项。
thanks!
#1 [leslielg 06-24 09:46]
已验证-DMULTIPLE_THREADS不起作用。
#2 [leslielg 06-24 17:18]
已发现webkit在uclibc0.9.29下编译无法通过(耗费我两天时间,就发现个这个),uclibc0.9.29的pthread库有个函数没有实现,可以在pthread.h中看到,pthread_getattr_np这个函数被webkit调用了但uclibc中没有。glibc库实现了这个函数的。
#3 [locom 12-31 17:04]
我交叉編譯也發現同樣的錯誤
pthread_getattr_np was not declared in this scope