gohome1984 / google-breakpad

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

memcpy not included #271

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
src/processor/minidump.cc:1713: error: 'memcpy' was not declared in this scope

Original issue reported on code.google.com by bara...@gmail.com on 12 Aug 2008 at 11:49

Attachments:

GoogleCodeExporter commented 9 years ago
This issue and the other build error you reported are for files that are being 
built
reguarly by other people - can you please provide more complete repro steps,
including build environment, and reopen the bug?

Original comment by neal...@gmail.com on 17 Oct 2008 at 7:48

GoogleCodeExporter commented 9 years ago
without an explicit inclusion, you can't build on gcc 4.3, and on any other not 
gcc
compiler too i suspect, because the not portable implicit inclusion here.

Steps to reproduce: compile with gcc 4.3

cheers

Original comment by bara...@gmail.com on 19 Oct 2008 at 12:16

GoogleCodeExporter commented 9 years ago
This got fixed, but I forget which issue fixed it.

Original comment by ted.mielczarek on 3 Dec 2009 at 4:15