From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Mon, 07 Dec 2009 08:56:48 +0100 Subject: [Buildroot] Problem configuring dbus-glib In-Reply-To: <4B1C39E5.4020402@googlemail.com> (Chrissy's message of "Mon, 07 Dec 2009 00:10:29 +0100") References: <4B1C39E5.4020402@googlemail.com> Message-ID: <877hszqksf.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Chrissy" == Chrissy writes: Chrissy> Hi, Chrissy> while configuring dbus-glib I get the following error: >>>> dbus-glib 0.80 Configuring Chrissy> checking for XML_ParserCreate_MM in -lexpat... (cached) no Chrissy> configure: error: expat library not found, check config.log for failed Chrissy> attempts Chrissy> I'm using the stable buildroot-2009.11. Chrissy> The XML_ParserCreate_MM can be found in the staging/usr/lib/libexpat.so. Chrissy> So does anybody know how to solve this? Notice the (cached) part. This means that your configure cache somehow lists expat as not being available. A quick fix is to run "make flush", but please send your .config to the list and I'll try to figure out what package needs to be fixed. Is this with a clean rebuild or have you first built something and then afterwards added dbus-glib without running make clean in between? -- Bye, Peter Korsgaard