过程记录 : 1.下载gsoap_2.8.17.zip 并 解压 : $unzip gsoap_2.8.17.zip 2.进入解压后的目录gsoap-2.8 3.自动配置编译环境: $./configure –prefix=$(pwd)/_install 配置失败 原因:error: C++ compiler cannot create executables 解决办法:You need to install c++ on your computer. even if yo…
今天编译工程总过不去,查看失败原因,因为ndk的mips编译不过去. A problem occurred starting process ‘command ‘/Users/didi/Library/Android/sdk/ndk-bundle/toolchains/mips64el-linux-android-4.9/prebuilt/darwin-x86_64/bin/mips64el-linux-android-strip” 仔细想想之前都没问题啊,怎么突然就行了? google+sta…