You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Gecko (SDK) version, new problems ;-)
This time, the following additional changes were required to get FireTray to
build with Gecko SDK 10.0 on my system:
1.) Adding a --cachedir parameter to the invocations of header.py and
typelib.py in file <firetray>/components/SConscript (-> see attachment).
2.) Changing PRBool to bool in file <firetray>/components/nsTray.cpp (->
see attachment).
Apparently, the Mozilla developers want to get rid of PRBool and replace
it by bool according to this bug report:
https://bugzilla.mozilla.org/show_bug.cgi?id=675553
Xpi file for 32-bit Linux systems is also attached.
Original issue reported on code.google.com by vim...@gmx.com on 1 Feb 2012 at 1:21
Original issue reported on code.google.com by
vim...@gmx.com
on 1 Feb 2012 at 1:21Attachments:
The text was updated successfully, but these errors were encountered: