From endight at gmail.com Tue Jun 20 13:42:17 2017 From: endight at gmail.com (endight .) Date: Tue Jun 20 14:21:29 2017 Subject: [xsde-users] Building ios static library Message-ID: I'm trying to follow the wiki for build ios xsde static library. After adding src dir to project and building it i getting 'xsde/cxx/config.hxx' file not found and actually there is no such file it seems that the make step doesn't produced it. So i'm wondering how to build it properly? From bernhard.rapp at student.tugraz.at Tue Jun 20 15:49:59 2017 From: bernhard.rapp at student.tugraz.at (Bernhard Rapp) Date: Tue Jun 20 15:50:21 2017 Subject: [xsde-users] Building ios static library In-Reply-To: References: Message-ID: <61b9f59f-af52-eee4-f75d-f03fea57c29b@student.tugraz.at> Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature Url : http://codesynthesis.com/pipermail/xsde-users/attachments/20170620/3e3064f2/signature.pgp From endight at gmail.com Tue Jun 20 17:46:20 2017 From: endight at gmail.com (endight .) Date: Wed Jun 21 12:14:15 2017 Subject: [xsde-users] Building ios static library In-Reply-To: <61b9f59f-af52-eee4-f75d-f03fea57c29b@student.tugraz.at> References: <61b9f59f-af52-eee4-f75d-f03fea57c29b@student.tugraz.at> Message-ID: I did cp etc/ios/config-xcode.make config/config.make cd libxsde make I didn't get any errors, the whole output is like: copying cxx/serializer/validating/gyear.cxx copying cxx/serializer/validating/gmonth-day.cxx copying cxx/serializer/validating/gyear-month.cxx copying cxx/serializer/validating/date.cxx copying cxx/serializer/validating/time.cxx copying cxx/serializer/validating/date-time.cxx copying cxx/serializer/validating/duration.cxx ??, 20 ???? 2017 ?. ? 22:50, Bernhard Rapp : > Did you build the xsde itself? > Do you get any errors during the build? > > > br, > > Bernhard > > > On 20.06.2017 19:42, endight . wrote: > > I'm trying to follow the wiki for build ios xsde static library. > > After adding src dir to project and building it i getting > > 'xsde/cxx/config.hxx' file not found > > and actually there is no such file it seems that the make step doesn't > > produced it. > > So i'm wondering how to build it properly? > > >