dimahardie / google-breakpad

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

r732 doesn't build correctly on 64-bit Linux #412

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I pulled r732 into Chromium and it broke the 64-bit build.

http://build.chromium.org/p/chromium/builders/Linux%20x64/builds/1143/steps/comp
ile/logs/stdio says:

In file included from breakpad/src/third_party/curl/curl.h:44,
                 from breakpad/src/common/linux/libcurl_wrapper.h:36,
                 from breakpad/src/common/linux/google_crashdump_uploader.cc:32:
breakpad/src/third_party/curl/curlrules.h:144: error: size of array 
‘__curl_rule_01__’ is negative

In file included from breakpad/src/third_party/curl/curl.h:44,
                 from breakpad/src/common/linux/libcurl_wrapper.h:36,
                 from breakpad/src/common/linux/libcurl_wrapper.cc:35:
breakpad/src/third_party/curl/curlrules.h:144: error: size of array 
‘__curl_rule_01__’ is negative

Original issue reported on code.google.com by thestig@chromium.org on 19 Nov 2010 at 10:38

GoogleCodeExporter commented 8 years ago
Fixed in r734.

Original comment by thestig@chromium.org on 22 Nov 2010 at 10:55