build project visual c++ failing - missing files

只愿长相守 提交于 2019-12-25 02:55:51

问题


I'm trying to build the itunnel_mux project here:

https://code.google.com/p/iphonetunnel-usbmuxconnectbyport/ The source for the project build is here - http://iphonetunnel-usbmuxconnectbyport.googlecode.com/svn/trunk/itnl/win32_project/

However, for some reason there are missing files that it's looking for. CoreFoundation.lib, iTunesMobileDevice and libMobiledevice.lib.

I'm wondering how I can obtain these? According to their help section someone was able to build the lib files from dll's https://code.google.com/p/iphonetunnel-usbmuxconnectbyport/issues/detail?id=5

However, none of these dll's are included within the src and it's unclear where these dlls are supposed to come from. Do I have to build the dlls from source and then build the lib files from them?

A bit confused generally about this build and would be grateful if anyone knows the right direction.

Cheers


回答1:


You will either have to generate those .libs from source or find them online somewhere.
If you want to build them yourself (which I recommend) take a look at this question.



来源:https://stackoverflow.com/questions/29885368/build-project-visual-c-failing-missing-files

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!