简体   繁体   中英

Compiling the Mega.co.nz C++ sdk in OSX 10.8 with XCode

I installed macports and 5 required libraries and can't get this SDK to compile in a C++ command line application inside XCode.

The 5 libraries are

  1. libcryptopp
  2. openssl
  3. readline
  4. freeimage
  5. curl

XCode is generating errors about undefined symbols for architecture x86_64. I started with about 100 but trimmed it down to 22 by correctly importing the libraries and setting the correct header search paths (/opt/local/include). I really want to start playing with this SDK and I'm about at my wits end. There is no support on the site, no repo or version control, just a zip with some source files. Documentation doesn't spell out how the SDK works either.

If you can help I would be forever grateful. The SDK can be found by following this link https://mega.co.nz/#dev

如果仍然有用,您可以查看我的Homebrew项目的Mega Formula拉取请求。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM