Thanks Alex. I will re-try later. Until then I will watch the mailing lists :)
Murtuza On Tue, Jul 13, 2010 at 6:00 AM, <[email protected]> wrote: > Send Bongo-users mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.gna.org/listinfo/bongo-users > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Bongo-users digest..." > > > Today's Topics: > > 1. Re: Error building Bongo (Alex Hudson) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 13 Jul 2010 10:16:33 +0100 > From: Alex Hudson <[email protected]> > Subject: Re: [Bongo-users] Error building Bongo > To: Bongo Users <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset="UTF-8" > > On Tue, 2010-07-13 at 01:01 -0400, INXS wrote: > > Here is the error that I get now (attached: bongoInstallError) . Am I > > doing something wrong in the way I create the build directory? > > No, you're not doing anything wrong - again, it's an error being thrown > up by a more modern compiler. > > Bongo creates a number of libraries, and within each library you have > "symbols" - often, the names of functions. Those functions may exist > within that library, they may exist within other libraries. > > Unfortunately, as part of its heritage, Bongo's libraries tend to be > heavily reliant on each other - they all call functions in each other. > The error message is saying that it can't find symbols in one library, > which is not surprising because they're defined in another. > > On less modern systems, this isn't much of a problem: the compiler > ignores the missing symbols, and when stuff is run all the libraries are > loaded up and all the missing symbols are resolved. > > We are beginning to do major clean-up work in the libraries, so > hopefully over the next couple of weeks we can get rid of these problems > - there may also be a work-around too, although what that might be I > don't know right now! > > Thanks > > Alex. > > > -- > This message was scanned by Better Hosted and is believed to be clean. > http://www.betterhosted.com > > > > > ------------------------------ > > _______________________________________________ > Bongo-users mailing list > [email protected] > https://mail.gna.org/listinfo/bongo-users > > > End of Bongo-users Digest, Vol 31, Issue 2 > ****************************************** > -- ---INXS
_______________________________________________ Bongo-users mailing list [email protected] https://mail.gna.org/listinfo/bongo-users
