thank you very much for doing this
2014/1/1 Václav Zeman <vha...@gm...>
> 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
>
>
>
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics
> Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> Log4cplus-devel mailing list
> Log...@li...
> https://lists.sourceforge.net/lists/listinfo/log4cplus-devel
>
>
|