难以实施ComicFlow项目 [英] Difficulty implementing ComicFlow project

查看:313
本文介绍了难以实施ComicFlow项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

每个人都知道有一个免费的源代码应用程序可用于iPad,名为ComicFlow,但源代码在谷歌源代码中 - 没有下载项目链接。

Everyone knows there is a free source code application available for iPad named ComicFlow, but the source code is in the google source code - no download project link there.

我将整个源代码复制到我的新项目中,但是有一些错误:

I copied the entire source code into my new project, but there are some errors:

#import "HTTPServer.h"  //missing error
#import "DAVConnection.h"//missing error
#import "cocoahttpserver/Core/Categories/DDData.m"//missing error
#import "cocoahttpserver/Core/Categories/DDNumber.m"// missing error
#import "cocoahttpserver/Core/Categories/DDRange.m"// missing error

@interface HTTPServer (Internal)
- (void) socket:(GCDAsyncSocket*)sock didAcceptNewSocket:(GCDAsyncSocket*)newSocket;//cannot find interface declarationhttpserver

我无法在源代码的任何地方找到此声明。我知道这是一个难以回答的问题,但是任何知道如何处理这个问题的人,请随时回答我。在此先感谢。

I can't find this declaration anywhere on the source code. I know this is a difficult question to answer, but anyone who knows how to deal with this problem, please feel free to answer me. Thanks in advance.

推荐答案

您应该安装 hg (或称为mercurial)并键入
hg clone https://code.google.com/p/comicflow/。 ComicFlow的源代码库已经定义它包含一些子代码,例如您提到的cocoahttpserver。如果您使用hg签出源代码,它们将自动处理。

You should install hg (or called mercurial) and type hg clone https://code.google.com/p/comicflow/. The source repository of ComicFlow has defined that it includes some subrepo such as the cocoahttpserver you mentioned. If you use hg to checkout the source code, they'll be taken care of automatically.

这篇关于难以实施ComicFlow项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆