qiqian / webp

Automatically exported from code.google.com/p/webp
0 stars 0 forks source link

iosbuild.sh does not work #177

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./iosbuild.sh

What is the expected output? What do you see instead?
iOS SDK Version 7.0
checking build system type... x86_64-apple-darwin12.5.0
checking host system type... i386-apple-darwin
checking target system type... i386-apple-darwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i386-apple-darwin-strip... no
checking for strip... strip
configure: WARNING: using cross tools not prefixed with host triplet
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for i386-apple-darwin-gcc... no
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/Users/yohan/Downloads/libwebp-0.3.1':
configure: error: C compiler cannot create executables
See `config.log' for more details

What version of the product are you using? On what operating system?
iOS SDK 7, XCode 5

Please provide any additional information below.
Seems to be some errors in how the toolchain is resolved.

Original issue reported on code.google.com by yo...@phobicgames.com on 15 Nov 2013 at 9:20

Attachments:

GoogleCodeExporter commented 8 years ago
This should have been fixed by:
https://gerrit.chromium.org/gerrit/#/c/67951/
e812401 Updated iosbuild.sh for XCode 5.x

Original comment by jz...@google.com on 11 Dec 2013 at 4:25

GoogleCodeExporter commented 8 years ago
Thanks, great!

We are currently building webp cross-platform using cmake instead.

Original comment by yo...@phobicgames.com on 26 Mar 2014 at 12:53

GoogleCodeExporter commented 8 years ago
We have a nightly to test for regressions with this script now.

Original comment by jz...@google.com on 23 Jul 2014 at 1:09