shujataliz / webp

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

webpconv doesnt build on msys gcc 4.5.0 #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Get msys
http://sourceforge.net/projects/mingw/

attempt to build webpconv tool
$ make
Making all in src
make[1]: Entering directory `/c/src/webp/libwebp/src'
source='webpimg.c' object='webpimg.o' libtool=no \
        DEPDIR=.deps depmode=none /bin/sh ../depcomp \
        g++ -Werror -DPACKAGE_NAME=\"libwebp\" -DPACKAGE_TARNAME=\"libwebp\" -DP
ACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libwebp\ 0.0.1\" -DPACKAGE_BUGREPORT
=\"http://www.http://code.google.com/p/webp\" -DPACKAGE=\"libwebp\" -DVERSION=\"
0.0.1\" -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_
H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DH
AVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_ST
RING_H=1 -I. -I/usr/local/include -I/usr/local/include/liblept -I/usr/local/incl
ude -I/usr/local/include/liblept  -Wall -O2 -g -O2 -c webpimg.c
../depcomp: ../depcomp: cannot execute binary file
make[1]: *** [webpimg.o] Error 126
make[1]: Leaving directory `/c/src/webp/libwebp/src'
make: *** [all-recursive] Error 1

Original issue reported on code.google.com by fbarch...@chromium.org on 3 Nov 2010 at 8:04

GoogleCodeExporter commented 9 years ago
The issue was mainly a new mingw/gcc and old msys.
Beyond that, the package does need to be configured for mingw, or visual c will 
get in the way, but it works ok

Original comment by fbarch...@chromium.org on 11 Nov 2010 at 11:12

GoogleCodeExporter commented 9 years ago

Original comment by rab...@google.com on 15 Nov 2010 at 5:18