cybergarage / mupnp

mUPnP for C is a development package for UPnP™ developers. mUPnP controls these protocols automatically, and supports to create your devices and control points quickly.
http://www.cybergarage.org/
Other
84 stars 47 forks source link

iOS example build with error: CyberLink/UPnp.h file not found #14

Open donly opened 8 years ago

donly commented 8 years ago

After cloning the source code, open examples/upnpbrowser/ios/upnpbrowser.xcodeproj, build.

Whether I miss something important or not?

When I use the script ./configure_macosx, then make, it shows following error:

$ make CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.15 /bin/sh: aclocal-1.15: command not found make: *\ [aclocal.m4] Error 127

jink2005 commented 8 years ago

It seems not good modified for iOS. I have forked this code and try to fix it. Please try code on my repository. There is a workspace project at the root folder.

donly commented 8 years ago

OK, thank you, jink2005

cybergarage commented 8 years ago

Hi,

I had checked the deprecated project files for MacOSX last week, but I am busy with another project implementation this month.

I will release the fixed MacOSX projects for Objective-C and Swift next month, but please use 2.x version if you want to use now.

Best Regards,

Satoshi Konno