डेबियन पर फ़ायरफ़ॉक्स संकलित त्रुटियां


4

मैं डेबियन पर फ़ायरफ़ॉक्स को संकलित करना चाहता हूं, इसलिए मैं .mozconfig बनाता हूं:

mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-dbg
ac_add_options --enable-application=browser

... और अब इस कमांड का उपयोग संकलन (बनाने के लिए) करें:

 ./configure 

... लेकिन मुझे यह त्रुटि मिली:

configure: error: Library requirements (libnotify >= 0.4) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

... इसलिए रेपो में खोजें:

i   libnotify-bin                  - sends desktop notifications to a notifica
i A libnotify0.4-cil               - CLI library for desktop notifications    
i A libnotify1                     - sends desktop notifications to a notifica
v   libnotify1-gtk2.10             -            

मैं इसे संकलित करने के लिए क्या कर सकता हूं?


क्या आपने libnotify1-dev स्थापित किया है या यह वेरिएंट है?
Sathyajith भट्ट

"कॉन्फ़िगर" का उपयोग न करें! वह बस संकलन को तोड़ देगा।

जवाबों:


3

*-devयदि आप किसी लाइब्रेरी के विरुद्ध कुछ संकलन करना चाहते हैं तो आपको पैकेजों को स्थापित करना होगा।

आपके मामले में यह इनमें से एक या अधिक होगा:

$ apt-cache search libnotify dev
libnotify-cil-dev - CLI library for desktop notifications
libnotifymm-dev - C++ binding for libnotify (development files)
libnotify-dev - sends desktop notifications to a notification daemon

मेरे पास Ubuntu 10.04 है, आपके परिणाम भिन्न हो सकते हैं।

हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.