qiqian / webp

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

cwebp crash on Windows #216

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

as reported on the mailing list:

======================
 I get a crash running cwebp on Windows.  My build command looks like this:

cd ..\..\..\ext\libwebp
nmake /f Makefile.vc CFG=debug-static ARCH=x64
nmake /f Makefile.vc ..\obj\debug-static\x64\lib\libwebpmux_debug.lib 
CFG=debug-static ARCH=x64
nmake /f Makefile.vc ..\obj\debug-static\x64\lib\libwebpdemux_debug.lib 
CFG=debug-static ARCH=x64

Running cwebp, I'm not specifying any arguments except input and output.  Just 
using defaults.

==========================

Brendan, could you provide the exact platform you're using (MSVC version, 
installed lib version, libwebp version, etc.)? This might be a linking mismatch 
with a dynamic library. jzern@ can probably help here...

Original issue reported on code.google.com by pascal.m...@gmail.com on 18 Aug 2014 at 5:47

GoogleCodeExporter commented 8 years ago
Guys, I'm sorry, but I think I set a false alarm.

Maybe the make system didn't re-compile some things it should have when I
did my git pull.  I deleted the obj directory and had it re-build
everything and the end result is fine.

Sorry!

Brendan

Original comment by fnordw...@gmail.com on 18 Aug 2014 at 7:56

GoogleCodeExporter commented 8 years ago
no worries.

Original comment by pascal.m...@gmail.com on 18 Aug 2014 at 8:46