Skip to content

Instantly share code, notes, and snippets.

@mikewest
Created July 29, 2012 16:29
Show Gist options
  • Save mikewest/3200057 to your computer and use it in GitHub Desktop.
Save mikewest/3200057 to your computer and use it in GitHub Desktop.
Error.
[10/2773] CXX obj/Tools/DumpRenderTree/TestNetscapePlugIn/TestNetscapePlugIn.main.o
FAILED: ../../Source/WebKit/chromium/third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/Tools/DumpRenderTree/TestNetscapePlugIn/TestNetscapePlugIn.main.o.d -DCHROMIUM_BUILD -DENABLE_ONE_CLICK_SIGNIN -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DENABLE_CONFIGURATION_POLICY -DENABLE_INPUT_SPEECH -DENABLE_NOTIFICATIONS -DENABLE_HIDPI=1 -DENABLE_GPU=1 -DENABLE_EGLIMAGE=1 -DUSE_SKIA=1 -DENABLE_TASK_MANAGER=1 -DENABLE_WEB_INTENTS=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGIN_INSTALLATION=1 -DENABLE_PROTECTOR_SERVICE=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_BACKGROUND=1 -DENABLE_AUTOMATION=1 -DENABLE_PRINTING=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -I../../Source/WebKit/chromium -I../../Tools/DumpRenderTree/TestNetscapePlugIn -I../../Tools/DumpRenderTree/chromium/TestNetscapePlugIn/ForwardingHeaders -I../../Source/WebKit/chromium/third_party/npapi -I../../Source/WebKit/chromium/third_party/npapi/bindings -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk -O0 -gdwarf-2 -Werror -Wnewline-eof -mmacosx-version-min=10.5 -arch i386 -Wendif-labels -Wno-unused-parameter -Wno-missing-field-initializers -Wheader-hygiene -Wno-char-subscripts -Wno-unused-function -Wno-unnamed-type-template-args -Wno-c++11-extensions -Wno-covered-switch-default -fno-rtti -fno-exceptions -fvisibility-inlines-hidden -fno-threadsafe-statics -fno-strict-aliasing -fcolor-diagnostics -fstack-protector-all -c ../../Tools/DumpRenderTree/TestNetscapePlugIn/main.cpp -o obj/Tools/DumpRenderTree/TestNetscapePlugIn/TestNetscapePlugIn.main.o
In file included from ../../Tools/DumpRenderTree/TestNetscapePlugIn/main.cpp:26:
In file included from ../../Tools/DumpRenderTree/TestNetscapePlugIn/PluginObject.h:29:
In file included from ../../Tools/DumpRenderTree/chromium/TestNetscapePlugIn/ForwardingHeaders/WebKit/npfunctions.h:1:
In file included from ../../Tools/DumpRenderTree/chromium/TestNetscapePlugIn/ForwardingHeaders/WebKit/npapi.h:1:
In file included from ../../Source/WebKit/chromium/third_party/npapi/bindings/npapi.h:55:
../../Source/WebKit/chromium/base/basictypes.h:10:10: fatal error: 'string.h' file not found
#include <string.h> // for memcpy
^
1 error generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment