teasame / webp

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

INT32 conflicting types mingw (libjpeg) #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.just compile the package under mingw

What is the expected output? What do you see instead?

error: conflicting types for 'INT32'
jmorecfg.h:165 note: previous declaration of 'INT32' was here

What version of the product are you using? On what operating system?

0.1.3 on mingw32

Please provide any additional information below.

just replace the #ifdef _WIN32 by #if defined _WIN32 && !defined __GNUC__ at 
line 15 of stopwatch.h in the examples directory

Original issue reported on code.google.com by nipma...@gmail.com on 12 Jan 2012 at 12:22

Attachments:

GoogleCodeExporter commented 9 years ago
https://gerrit.chromium.org/gerrit/#change,14057 should take care of it.

thanks for the report!

Original comment by pascal.m...@gmail.com on 12 Jan 2012 at 12:55

GoogleCodeExporter commented 9 years ago

Original comment by jz...@google.com on 12 Jan 2012 at 8:17

GoogleCodeExporter commented 9 years ago
Issue 119 has been merged into this issue.

Original comment by jz...@google.com on 4 May 2012 at 5:28