[swift-dev] swift without markup/cmark

Dmitri Gribenko gribozavr at gmail.com
Fri Jan 8 18:08:22 CST 2016


On Fri, Jan 8, 2016 at 11:30 PM, Rafkind, Jon <jon.rafkind at hpe.com> wrote:
> Also, I routinely have to mess with the swift build system to get it to find
> the cmark headers. In the most recent build I did I had to copy the cmark
> headers to lib/Markup, because Markup.cpp directly tries to #include
> "cmark.h", but cmake does not have a variable to specify the location of the
> cmark include directory, it only has one for the lib directory.

Which system is that?  The build works correctly when build-script is used.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/


More information about the swift-dev mailing list