From: Dominique F. <fo...@gr...> - 2013-08-21 10:14:11
|
Le 20 août 2013 à 22:15, Vincent Thériault a écrit : > I have a working iOS setup that I can submit. great ! > > It consists of minor changes in the CMakeLists.txt, and the exclusion of "macosx/src/FontEncodingConverter.cpp" from compilation, since it uses API exclusively available on MacOS. However, if my understanding is correct, the content of this file is not used anywhere. In my solution, I isolated it using platform-specific preprocessor instructions, but if anybody can confirm its obsolescence, maybe it should be removed altogether. I confirm that the file is obsolete. It has been removed from the src code and now everything seems to be ok for iOS: cmake generates the xcode project for iOS with a -DIOS=yes option and the project compiles . All that is available from the 'dev' branch. Anyway, send me you cmake changes. I'll check them against my version. Best -- Dominique > > > > > 2013/8/19 Dominique Fober <fo...@gr...> > Hi all, > > I know that the Guido Engine has already been compiled for iOS. > The guido code needs some modifications for iOS but unfortunately, none of the iOS ports have provided the necessary adaptations back to the repository. Any chance to get them and to save time for future iOS developers ? > > All the best, > -- > Dominique > > > ------------------------------------------------------------------------------ > Get 100% visibility into Java/.NET code with AppDynamics Lite! > It's a free troubleshooting tool designed for production. > Get down to code-level detail for bottlenecks, with <2% overhead. > Download for free and get started troubleshooting in minutes. > http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk > _______________________________________________ > Guidolib-devel mailing list > Gui...@li... > https://lists.sourceforge.net/lists/listinfo/guidolib-devel > > ------------------------------------------------------------------------------ > Introducing Performance Central, a new site from SourceForge and > AppDynamics. Performance Central is your source for news, insights, > analysis and resources for efficient Application Performance Management. > Visit us today! > http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk_______________________________________________ > Guidolib-devel mailing list > Gui...@li... > https://lists.sourceforge.net/lists/listinfo/guidolib-devel |