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

Compile error due to mozilla-kde.patch #48

Open
Brli opened this issue Mar 16, 2023 · 1 comment
Open

Compile error due to mozilla-kde.patch #48

Brli opened this issue Mar 16, 2023 · 1 comment

Comments

@Brli
Copy link

Brli commented Mar 16, 2023

it seems

+ if (!mDefaultApplication)

is causing

18:44.15 In file included from Unified_cpp_uriloader_exthandler0.cpp:119:
18:44.15 /build/firefox/src/mozilla-central/uriloader/exthandler/unix/nsMIMEInfoUnix.cpp:76:10: error: 'mDefaultApplication' is a private member of 'nsMIMEInfoImpl'
18:44.15     if (!mDefaultApplication)
18:44.15          ^
18:44.15 /build/firefox/src/mozilla-central/uriloader/exthandler/nsMIMEInfoImpl.h:221:7: note: declared private here
18:44.15       mDefaultApplication;  ///< default application associated with this type.
18:44.15       ^
18:44.15 In file included from Unified_cpp_uriloader_exthandler0.cpp:119:
18:44.15 /build/firefox/src/mozilla-central/uriloader/exthandler/unix/nsMIMEInfoUnix.cpp:79:31: error: 'mDefaultApplication' is a private member of 'nsMIMEInfoImpl'
18:44.15     return LaunchWithIProcess(mDefaultApplication, nativePath);
18:44.15                               ^
18:44.15 /build/firefox/src/mozilla-central/uriloader/exthandler/nsMIMEInfoImpl.h:221:7: note: declared private here
18:44.16       mDefaultApplication;  ///< default application associated with this type.
18:44.16       ^
18:44.80 xpcom/reflect/xptinfo
18:45.74 2 errors generated.

compilation error

@Brli
Copy link
Author

Brli commented Mar 17, 2023

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

1 participant