- Recent
- Popular
- Tags (0)
- Subscribers (1)
- I’m tired to update FireGPG only with bug fixes..October 29
-
So I work on a new feature :
Currently only buttons related to key servers works. But it’s a big improvement

I have a lot of work remaining. I’m not sure it’s will be finish for the next release (Sunday - gmail and majors bugs fixed), but “auto-fetching” missing key will be here

- :)October 24
-

(and it’s not a skin). - About next release.October 22
-
Lasted release introduted a lot of problems and regressions. But we are trying to fix them.
The 3 main problems are almost fixed :
- FireFTP problem is fixed in some case (depend of things I don’t understand, but should works for some users.)
-
ls platform/ -lhrtotal 0
drwxr-xr-x 3 maximilien users 16 oct 22 18:02 WINNT_x86-msvc
drwxr-xr-x 3 maximilien users 16 oct 22 23:37 Linux_x86_64-gcc3
drwxr-xr-x 3 maximilien users 24 oct 22 18:02 Linux_x86-gcc3(it’s mean : x86_64 supported again. After 4 our to have a suitable environment for information (including installing a x86_64 linux…))
I found a mac too. I haven’t have yet, but I will probably be able to build the ipc lib (intel only).
Release planned for ‘when the mac’s lib is ready’. The 24 or the 25.
- FireFTP conflict with FireGPGOctober 19
-
FireFTP conflict with FireGPG. They use an old ipc library. If I try to use the olds functions it’s simply crash Firefox…
I contacted the author to fix the problem.
- How to compile the IPC libraryOctober 17
-
If you want to use FireGPG on MacOS, Linux x86_64 or any another OS than OSs currently supported, you have to build the IPC library.
Notice you can’t build it for Firefox 2. You need the version 1.2.0 and she’s only Firefox 3 compatible.
You will have to compile Firefox (or a part of). Please have a look at requirements for your system on the mozilla’s website.
- Download Firefox’s sources and extract them
- Create the file .mozconfig with this content :
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj-@CONFIG_GUESS@
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --enable-crypto
ac_add_options --enable-optimize
ac_add_options --enable-static-browser
ac_add_options --enable-application=browser
mk_add_options MOZ_CO_PROJECT=browser - Execute make -f client.mk export
- Execute make -f client.mk build
- Download the IPC library
- Extract files in mozilla/extensions/ipc
- Change directory to mozilla/extensions/ipc
- Execute ./makemake -r -o FULLPATHOFSOURCES/../obj-i686-pc-linux-gnu/
- Change directory to FULLPATHOFSOURCES/../obj-i686-pc-linux-gnu/
- Execute make
If it’s work, you can find the library in FULLPATHOFSOURCES/../obj-i686-pc-linux-gnu/dist/bin/components (you need the libipc.so/ipc.dll/whatever.who.is.a.lib.on.your.syst

