On Wed, Dec 13, 2006 at 09:24:36AM +0100, Luca wrote: > Hello. > > I post here even if it's a CBLFS package. > > I was trying to install Firefox-2.0 32bit. > > Made some variations to ./mozconfig: > ac_add_options --prefix=/usr > ac_add_options --enable-ldap > ac_add_options --enable-pango > ac_add_options --enable-ui-locale=it > ac_add_options --with-default-mozilla-five-home=/usr/lib/firefox-2.0 > mk_add_options MOZ_CO_LOCALES=it > > so I then passed make -f client.mk checkout build as I read in a firefox > dev.l10n thread for building a localized version. > I didn't know you could do that to build locales. When problems appear, I'm suspicious what the 'checkout' is doing.
> Now when it makes security/manager/ssl/src it broke with: > /usr/src/mozilla/security/manager/ssl/src/nsNSSCallbacks.h:99: error: > ‘SEC_HTTP_SERVER_SESSION’ has not been declared [...] > /usr/src/mozilla/security/manager/ssl/src/nsNSSCallbacks.h:232: error: > ‘SEC_HttpClientFcn’ does not name a type > /usr/src/mozilla/security/manager/ssl/src/nsNSSCallbacks.h: In static > member function ‘static SECStatus nsNSSHttpInterface::freeSessionFcn(int)’: > /usr/src/mozilla/security/manager/ssl/src/nsNSSCallbacks.h:173: error: > invalid static_cast from type ‘int’ to type ‘nsNSSHttpServerSession*’ [...] > I found a thread about this problem but it was in german and I don't > understand it, anyway here's the page: > http://www.sunbird-kalender.de/forum/viewtopic.php?t=888&sid=a1fc432ea790baab091db52d9b7d4c56 I'm not sure that there are any answers there. > > What's the problem? > Apparently, something is wrong in the nss headers. Are you trying to use --with-system-nss and --with-system-nspr ? For me, 2.0 builds fine on various architectures with both those options commented out. If that isn't the problem, try building it as just 'build', and then try without the pango and ldap options, to try to isolate what is triggering the problem. ĸen -- das eine Mal als Tragödie, das andere Mal als Farce _______________________________________________ Clfs-support mailing list [email protected] http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support
