|
From: yin k. <lai...@gm...> - 2013-12-31 03:31:02
|
Hi, all.
I try to porting log4cplus to ios platform , I have used the ios
cmake to generate the xcode project , but there is some errors when compile
it.
ios-cmake :https://code.google.com/p/ios-cmake/downloads/list
Q1: in this platform , I confused that the two headers both missing ,
#ifdef LOG4CPLUS_HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef LOG4CPLUS_HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
Q2: in this platform , threads are not found
find_package (Threads)
this returns Threads_NOTFOUND,
I think if there need some special confige to make this runnable in ios
platform, can some one else use log4cplus in ios platform , pelease help me
?
|