On 03/19/15 14:37, Egor Pugin wrote:
> Hi!
>
> With new CMake 3.2.1 it is possible to successfully build Firebird for
> iOS platform using CMake.
> Updated instructions for iOS build available at
> https://bitbucket.org/egor_pugin/firebird_cmake/wiki/Home
>
> The last issue you encounter during building is duplicate symbol error
> from clang. It is related to class DatabaseDirectoryList in anonymous
> namespace. This class exists in files: src/jrd/jrd.cpp and
> src/common/db_alias.cpp.
> For my tests I added last underscore symbol to one of those classes
> and the build completes.
>

I think you may rename it to something like DatabaseDirList or something 
like this in that file and commit changes. Certainly it's not our bug, 
it's Apple once more - but we have to work with existing not ideal (in 
Apple case - far from ideal) toolchains.


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to