Re: [Htmlvalidator-help] patches
Brought to you by:
mgueury
From: [LoN]Kamikaze <LoN...@gm...> - 2006-05-31 00:51:25
|
Marc Gueury wrote: > Hi Dominic, >=20 > 0. type about:config in Firefox and check that > javascript.options.showInConsole =3D true > javascript.options.strict =3D true > Restart Firefox. > 1. Please look in the javascript console to see if you have any error. > And which one. I get the following error: Error: uncaught exception: [Exception... "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.moveTo]" nsresult: "0x80520015 (NS_ERROR_FILE_ACCESS_DENIED)" location: "JS frame :: chrome://tidy/content/tidyInstall.js :: tidyInstallPlatformLibraryIfNeeded :: line 124" data: no] > 2. Please also check that the libnstidy.so is well compiled and copied > in the > xpi/component directory before to be zipped. It is there. > 3. Please also check the size of libosp.so and libosp.a. If the both > have about > the same size, it means that libosp.a will be static linked and > libosp.so not needed. libosp.a has 3.9M and libosp.so has 2.1M. Does this look all right? libnstidy.so only has 1.9M. That doesn't look properly to me. > 4. If it does not work, consider to copy that library libnstidy.so in > the Program directory of > Firefox and see if it works. No, that doesn't help. > 5. make a ldd libnstidy.so just to check # ldd libnstidy.so libnstidy.so: libplds4.so.1 =3D> /usr/local/lib/libplds4.so.1 (0x2835e000) libplc4.so.1 =3D> /usr/local/lib/libplc4.so.1 (0x28385000) libnspr4.so.1 =3D> /usr/local/lib/libnspr4.so.1 (0x283ad000) libiconv.so.3 =3D> /usr/local/lib/libiconv.so.3 (0x283de000) libstdc++.so.5 =3D> /usr/lib/libstdc++.so.5 (0x284cc000) libm.so.4 =3D> /lib/libm.so.4 (0x2859f000) I'm out of ideas. |