Pidgin-Encryption Activity
Brought to you by:
obobo
[Workaround] GCC 15: Build error `encrypt.c:329:25: error: passing argument 1 of ‘time’ makes pointer from integer without a cast [-Wint-conversion]`.
Thanks for the bug report, I've updated the SVN / trunk with a fix to the code: the cast should be to (time_t *) rather than (time_t).
Fix type in cast to avoid warning
[Workaround] GCC 15: Build error `encrypt.c:329:25: error: passing argument 1 of ‘time’ makes pointer from integer without a cast [-Wint-conversion]`.
I think that purging/re-installing is a good idea. My suspicion is that the issue...
segfault in pidgin upon app launch
Forgive for probably a lame question, but how do I generate the keys in the first...