Closed GoogleCodeExporter closed 9 years ago
@palmer, can you take a look at this one?
Original comment by bo...@foxitsoftware.com
on 28 Jun 2014 at 7:18
Bo, can I get Edit Bug permission for pdfium? I'll assign this one to myself.
Original comment by pal...@chromium.org
on 28 Jun 2014 at 8:14
Not sure how to give Edit Bug permission. Maybe @jam can help?
Original comment by bo...@foxitsoftware.com
on 28 Jun 2014 at 8:21
palmer: I gave you edit rights.
Original comment by jabdelmalek@google.com
on 28 Jun 2014 at 8:25
I would assume WontFix. We don't support MSVS 2010 because it has too many bugs
for us to work around. My suggestion is to use a current version of Visual
Studio, because the code change listed above is functionally incorrect and
would introduce security vulnerabilities.
Original comment by jschuh@chromium.org
on 28 Jun 2014 at 9:20
You mean this is a compiler BUG?
Actually,there is only this ONE error under MSVS 2010(others are warning), and
the error is appeared only in the newly introduced "numerics" library.
I still hope you can fix it, thanks!
Original comment by luster...@gmail.com
on 29 Jun 2014 at 5:03
It looks like only the standalone build is broken
(https://code.google.com/p/pdfium/wiki/Build). We need to maintain that
configuration as well. It's probably some compiler flags need to be added to
pdfium\build\standalone.gypi to match whatever's chromium's build\common.gypi
does.
Original comment by jam@chromium.org
on 29 Jun 2014 at 8:05
Original comment by jam@chromium.org
on 29 Jun 2014 at 8:05
ok I just compared the args to cl and found that we need to specify /D
"NOMINMAX" for the stand alone build. I'll take care of it.
Original comment by jam@chromium.org
on 30 Jun 2014 at 3:29
Original comment by jam@chromium.org
on 30 Jun 2014 at 4:27
Original issue reported on code.google.com by
luster...@gmail.com
on 28 Jun 2014 at 9:13Attachments: