Skip to content

Instantly share code, notes, and snippets.

@jeffvanvoorst
Created March 3, 2012 15:18
Show Gist options
  • Save jeffvanvoorst/1966583 to your computer and use it in GitHub Desktop.
Save jeffvanvoorst/1966583 to your computer and use it in GitHub Desktop.
make all-am
./doltlibtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../WebKitTools/DumpRenderTree -I../WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/ForwardingHeaders -I../WebCore -I../WebCore/bridge -I../WebCore/plugins -I../WebKitTools/DumpRenderTree/TestNetscapePlugIn -Wall -W -Wcast-align -Wchar-subscripts -Wreturn-type -Wformat -Wformat-security -Wno-format-y2k -Wundef -Wmissing-format-attribute -Wpointer-arith -Wwrite-strings -Wno-unused-parameter -Wno-parentheses -fno-exceptions -DENABLE_GLIB_SUPPORT=1 -DBUILDING_CAIRO__=1 -DWTF_CHANGES -DBUILDING_GTK__=1 -DWTF_USE_ICU_UNICODE=1 -DWTF_USE_GSTREAMER=1 -DGTK_API_VERSION_2=1 -DNDEBUG -I../JavaScriptCore -I../JavaScriptCore/API -I../JavaScriptCore/assembler -I../JavaScriptCore/bytecode -I../JavaScriptCore/bytecompiler -I../JavaScriptCore/debugger -I../JavaScriptCore/ForwardingHeaders -I../JavaScriptCore/interpreter -I../JavaScriptCore/jit -I../JavaScriptCore/jit -I../JavaScriptCore/parser -I../JavaScriptCore/pcre -I../JavaScriptCore/profiler -I../JavaScriptCore/runtime -I../JavaScriptCore/wtf -I../JavaScriptCore/wtf -I../JavaScriptCore/wtf/gobject -I../JavaScriptCore/wtf/gtk -I../JavaScriptCore/wtf/text -I../JavaScriptCore/wtf/unicode -I../JavaScriptCore/yarr -I./JavaScriptCore -I./JavaScriptCore/parser -I./JavaScriptCore/pcre -I./JavaScriptCore/runtime -O2 -MT WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/TestNetscapePlugin_libtestnetscapeplugin_la-TestNetscapePlugin.lo -MD -MP -MF WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/.deps/TestNetscapePlugin_libtestnetscapeplugin_la-TestNetscapePlugin.Tpo -c -o WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/TestNetscapePlugin_libtestnetscapeplugin_la-TestNetscapePlugin.lo `test -f 'WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/TestNetscapePlugin.cpp' || echo '../'`WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/TestNetscapePlugin.cpp
In file included from /usr/include/X11/Xlib.h:60,
from ../WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/TestNetscapePlugin.cpp:40:
/usr/include/X11/X.h:108: error: conflicting declaration ‘typedef XID Cursor’
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawTypes.h:267: error: ‘Cursor’ has a previous declaration as ‘typedef struct Cursor Cursor’
make[1]: *** [WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/TestNetscapePlugin_libtestnetscapeplugin_la-TestNetscapePlugin.lo] Error 1
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment