Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build with xul disabled #144

Open
donmor opened this issue Jul 8, 2023 · 1 comment
Open

Unable to build with xul disabled #144

donmor opened this issue Jul 8, 2023 · 1 comment

Comments

@donmor
Copy link

donmor commented Jul 8, 2023

I added --disable-xul to .mozconfig and it came with:

...
 1:58.67 In file included from ../../dist/include/nsRuleNode.h:20,
 1:58.67                  from ../../dist/include/nsStyleContext.h:13,
 1:58.67                  from ../../dist/include/mozilla/WritingModes.h:10,
 1:58.68                  from ../../ipc/ipdl/_ipdlheaders/mozilla/dom/PBrowserChild.h:21,
 1:58.68                  from ../../dist/include/mozilla/dom/TabChild.h:10,
 1:58.68                  from /home/donmor/Arctic-Fox/uriloader/prefetch/OfflineCacheUpdateChild.cpp:10,
 1:58.69                  from /home/donmor/Arctic-Fox/obj-loongarch64-unknown-linux-gnu/uriloader/prefetch/Unified_cpp_uriloader_prefetch0.cpp:2:
 1:58.69 ../../dist/include/nsStyleStruct.h: In static member function ‘static bool nsStyleDisplay::IsDisplayTypeInlineOutside(uint8_t)’:
 1:58.69 ../../dist/include/nsStyleStruct.h:2319:12: error: ‘NS_STYLE_DISPLAY_INLINE_XUL_GRID’ was not declared in this scope; did you mean ‘NS_STYLE_DISPLAY_INLINE_GRID’?
 1:58.71  2319 |            NS_STYLE_DISPLAY_INLINE_XUL_GRID == aDisplay ||
 1:58.71       |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1:58.72       |            NS_STYLE_DISPLAY_INLINE_GRID
 1:58.72 ../../dist/include/nsStyleStruct.h:2320:12: error: ‘NS_STYLE_DISPLAY_INLINE_STACK’ was not declared in this scope; did you mean ‘NS_STYLE_DISPLAY_INLINE_BLOCK’?
 1:58.72  2320 |            NS_STYLE_DISPLAY_INLINE_STACK == aDisplay ||
 1:58.73       |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1:58.73       |            NS_STYLE_DISPLAY_INLINE_BLOCK
 1:58.73 In file included from ../../dist/include/nsRuleNode.h:20,
 1:58.74                  from ../../dist/include/nsStyleContext.h:13,
 1:58.74                  from ../../dist/include/mozilla/WritingModes.h:10,
 1:58.75                  from ../../dist/include/mozilla/ContentCache.h:16,
 1:58.75                  from ../../dist/include/mozilla/dom/TabParent.h:11,
 1:58.75                  from /home/donmor/Arctic-Fox/dom/presentation/PresentationSessionInfo.cpp:9:
 1:58.75 ../../dist/include/nsStyleStruct.h: In static member function ‘stat
...
@rmottola
Copy link
Owner

why would you disable xul?
It is not a configuration tested/supported currently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants