Skip to content

Instantly share code, notes, and snippets.

@daleharvey
Last active August 11, 2018 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daleharvey/ee771dceae8256a32ef0af89f93fdb5d to your computer and use it in GitHub Desktop.
Save daleharvey/ee771dceae8256a32ef0af89f93fdb5d to your computer and use it in GitHub Desktop.
namespace ABI {
namespace Windows {
namespace Foundation {
class Uri;
} /* Windows */
} /* Foundation */} /* ABI */
#ifndef ____x_ABI_CWindows_CFoundation_CIUriRuntimeClass_FWD_DEFINED__
#define ____x_ABI_CWindows_CFoundation_CIUriRuntimeClass_FWD_DEFINED__
namespace ABI {
namespace Windows {
namespace Foundation {
interface IUriRuntimeClass;
} /* Windows */
} /* Foundation */} /* ABI */
#define __x_ABI_CWindows_CFoundation_CIUriRuntimeClass ABI::Windows::Foundation::IUriRuntimeClass
#endif // ____x_ABI_CWindows_CFoundation_CIUriRuntimeClass_FWD_DEFINED__
0:31.56 WindowsUIUtils.cpp
0:31.56 c:/Users/daleharvey/src/gecko-dev/widget/windows/WindowsUIUtils.cpp(233): error C2079: 'link' uses undefined class 'ABI::Windows::Foundation::Uri'
0:31.56 c:/Users/daleharvey/src/gecko-dev/widget/windows/WindowsUIUtils.cpp(233): error C2027: use of undefined type 'ABI::Windows::Foundation::Uri'
0:31.56 c:/Users/daleharvey/src/gecko-dev/widget/windows/WindowsUIUtils.cpp(46): note: see declaration of 'ABI::Windows::Foundation::Uri'
0:31.56 mozmake.EXE[4]: *** [c:/Users/daleharvey/src/gecko-dev/config/rules.mk:1054: WindowsUIUtils.obj] Error 2
0:31.56 mozmake.EXE[3]: *** [c:/Users/daleharvey/src/gecko-dev/config/recurse.mk:74: widget/windows/target] Error 2
0:31.56 mozmake.EXE[2]: *** [c:/Users/daleharvey/src/gecko-dev/config/recurse.mk:34: compile] Error 2
0:31.57 mozmake.EXE[1]: *** [c:/Users/daleharvey/src/gecko-dev/config/rules.mk:423: default] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment