From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=DMARC_REJECT, MAILING_LIST_MULTI,NICE_REPLY_A autolearn=unavailable autolearn_force=no version=4.0.0 Received: from mf1.bredband.net (pop01.lab.bredband.com [195.54.122.119]) by chiba.3jane.net (Postfix) with ESMTP id 6F62DAC38F; Fri, 18 Oct 2002 10:15:43 -0500 (CDT) Received: from power ([213.114.163.161]) by mf1.bredband.net with ESMTP id <20021018151542.LPFA5133.mf1@power>; Fri, 18 Oct 2002 17:15:42 +0200 Content-Type: text/plain; charset="iso-8859-1" From: Tony Clark Reply-To: tclark@bredband.net To: whoracle , gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] Mozilla 1.0.1 and flash Date: Fri, 18 Oct 2002 17:15:35 +0200 User-Agent: KMail/1.4.3 References: <200210162312.53538.tclark@telia.com> <200210171923.38732.tclark@bredband.net> <20021017202225.539ad9c2.verse.iq@ntlworld.com> In-Reply-To: <20021017202225.539ad9c2.verse.iq@ntlworld.com> Cc: Simonics Zsolt , Spider MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200210181715.35331.tclark@telia.com> Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: eb46323d-36fa-411d-932a-5c810cb11b35 X-Archives-Hash: 1f98991fb7d61e6146b3fefd1dca5964 Tried your thing below but it didn't help. compiles ok and doesn't seem = to=20 hurt anything. I also tried There is a patch in mozilla-1.0-r3.ebuild: if [ "${ARCH}" =3D "x86" ] ; then patch -p0 < ${FILESDIR}/${P}-abi-compat-wrappers.patch fi and that didn't help either.=20 My USE flags are USE=3D"X -gtk2 -gtk gnome -alsa -esd" I don't know why I put in "gnome" but I have built it before without that= =20 anyway. What I have established is macromedia flash works with Mozilla 1.0. gplf= lash=20 works with neither and bombs out on loading with this. LoadPlugin: failed to initialize shared library=20 /opt/netscape/plugins/npflash.so [/opt/netscape/plugins/npflash.so: undef= ined=20 symbol: __dso_handle] Macromedia flash works with konq. Mozilla 1.0.1 crashes with macromedia flash when loading flash files. I am never going to do emerge -u world ever again...promise :)=20 tony On Thursday 17 October 2002 22.22, whoracle wrote: > On Thu, 17 Oct 2002 19:36:52 +0200 > Tony Clark wrote: > > create a file and name it libc++mem.c > then use your favourite editor add these lines into the file: > > void *__builtin_new(int size) {return (void*)malloc(size);} > void *__builtin_vec_new(int size) {return __builtin_new(size);} > void *__builtin_delete(void *ptr) {free(ptr);} > void *__builtin_vec_delete(void *ptr) {__builtin_delete(ptr);} > > save and compile with > > gcc -shared -fPIC -o libc++mem.so libc++mem.c > > copy the libc++mem.so to /usr/lib/mozilla and restart mozilla > --=20 Contract ASIC and FPGA design. Telephone +46 702 894 667