Re: [Log4cplus-devel] cmake , static library ,ios 7
Logging Framework for C++
Brought to you by:
wilx
From: Václav Z. <vha...@gm...> - 2013-12-31 22:03:58
|
On 12/31/2013 04:30 AM, yin kaka wrote: > 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 ? I have released version 1.1.3-RC1 that contains some portability fixes, some also for iOS. I have no way of testing that on iOS right now. Please try it. -- VZ |