Bug#394299: Re: [OTR-users] Fwd: Bug#394299: Needs adjustment for gaim beta4

2006-10-27 Thread Thibaut VARENE

OK so i have two different fixes for this. Yours and the one from Rudy Godoy:

-#include gtkstock.h
+#include gtk/gtkstock.h

Any clue as to which is the best one (assuming both work, which I
didn't have a chance to test yet)?

I'll prepare an upload this weekend if everything goes fine...

HTH

T-Bone

On 10/27/06, Nikita Borisov [EMAIL PROTECTED] wrote:

I don't have an unstable version of debian set up anywhere, so I've gotten
stuck trying to compile gaim beta4, but my guess is that this patch should
fix the error:

--- gtk-dialog.c.bak2006-10-26 21:51:08.0 -0500
+++ gtk-dialog.c2006-10-26 21:52:59.0 -0500
@@ -30,7 +30,7 @@
 #if GAIM_MAJOR_VERSION  2
 #include stock.h
 #else
-#include gtkstock.h
+#include  gaimstock.h
 #endif
 #include plugin.h
 #include notify.h

Can you try it if you get a chance?

Thanks,
- Nikita

On 10/26/06, Thibaut VARENE [EMAIL PROTECTED] wrote:
 OK it's been confirmed that the code does need an update:


http://buildd.debian.org/fetch.cgi?pkg=gaim-otrver=3.0.0%2Bcvs20060530-2%2Bb1arch=i386stamp=1161885512file=log

 HTH

 T-Bone

 On 10/26/06, Thibaut VARENE [EMAIL PROTECTED] wrote:
  On 10/26/06, Ian Goldberg [EMAIL PROTECTED]  wrote:
   On Wed, Oct 25, 2006 at 04:11:13PM +0200, Thibaut VARENE wrote:
Hi,
   
I'm forwarding this again, as I didn't hear back from Ian. Can
somebody tell me whether this is fixed in CVS or if a new release of
gaim-otr is scheduled soon?
   
I'd like to fix this bug ASAP to avoid removal of the plugin from
Debian/Ubuntu, but I'm currently extremely swamped with work and
have
no time to look at the code...
  
   According to that bug report, all you should have to do is rebuild it;
   the change was to a definition in a gaim header file.  What happens if
   you try that?
 
  Well the bug report says:
  Gaim has changed the required values in the ui_requirement field of the
  plugin info record, and currently the plugin is non-functional in
beta4.
 
  Which to me sounded more like there some code change needed. I'll try
  to go on with a rebuild and see what happens.
 
  HTH
 
  T-Bone
 
  --
  Thibaut VARENE
  http://www.parisc-linux.org/~varenet/
 


 --
 Thibaut VARENE
 http://www.parisc-linux.org/~varenet/








--
Thibaut VARENE
http://www.parisc-linux.org/~varenet/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#394299: Re: [OTR-users] Fwd: Bug#394299: Needs adjustment for gaim beta4

2006-10-26 Thread Thibaut VARENE

OK it's been confirmed that the code does need an update:

http://buildd.debian.org/fetch.cgi?pkg=gaim-otrver=3.0.0%2Bcvs20060530-2%2Bb1arch=i386stamp=1161885512file=log

HTH

T-Bone

On 10/26/06, Thibaut VARENE [EMAIL PROTECTED] wrote:

On 10/26/06, Ian Goldberg [EMAIL PROTECTED] wrote:
 On Wed, Oct 25, 2006 at 04:11:13PM +0200, Thibaut VARENE wrote:
  Hi,
 
  I'm forwarding this again, as I didn't hear back from Ian. Can
  somebody tell me whether this is fixed in CVS or if a new release of
  gaim-otr is scheduled soon?
 
  I'd like to fix this bug ASAP to avoid removal of the plugin from
  Debian/Ubuntu, but I'm currently extremely swamped with work and have
  no time to look at the code...

 According to that bug report, all you should have to do is rebuild it;
 the change was to a definition in a gaim header file.  What happens if
 you try that?

Well the bug report says:
Gaim has changed the required values in the ui_requirement field of the
plugin info record, and currently the plugin is non-functional in beta4.

Which to me sounded more like there some code change needed. I'll try
to go on with a rebuild and see what happens.

HTH

T-Bone

--
Thibaut VARENE
http://www.parisc-linux.org/~varenet/




--
Thibaut VARENE
http://www.parisc-linux.org/~varenet/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#394299: Re: [OTR-users] Fwd: Bug#394299: Needs adjustment for gaim beta4

2006-10-26 Thread Nikita Borisov
I don't have an unstable version of debian set up anywhere, so I've gotten stuck trying to compile gaim beta4, but my guess is that this patch should fix the error:--- gtk-dialog.c.bak 2006-10-26 21:51:08.0
 -0500+++ gtk-dialog.c 2006-10-26 21:52:59.0 -0500@@ -30,7 +30,7 @@#if GAIM_MAJOR_VERSION  2#include stock.h#else-#include gtkstock.h+#include 
gaimstock.h#endif#include plugin.h#include notify.hCan you try it if you get a chance?Thanks,- NikitaOn 10/26/06, 
Thibaut VARENE [EMAIL PROTECTED] wrote:
OK it's been confirmed that the code does need an update:http://buildd.debian.org/fetch.cgi?pkg=gaim-otrver=3.0.0%2Bcvs20060530-2%2Bb1arch=i386stamp=1161885512file=log
HTHT-BoneOn 10/26/06, Thibaut VARENE [EMAIL PROTECTED] wrote: On 10/26/06, Ian Goldberg [EMAIL PROTECTED]
 wrote:  On Wed, Oct 25, 2006 at 04:11:13PM +0200, Thibaut VARENE wrote:   Hi, I'm forwarding this again, as I didn't hear back from Ian. Can   somebody tell me whether this is fixed in CVS or if a new release of
   gaim-otr is scheduled soon? I'd like to fix this bug ASAP to avoid removal of the plugin from   Debian/Ubuntu, but I'm currently extremely swamped with work and have
   no time to look at the code...   According to that bug report, all you should have to do is rebuild it;  the change was to a definition in a gaim header file.What happens if
  you try that? Well the bug report says: Gaim has changed the required values in the ui_requirement field of the plugin info record, and currently the plugin is non-functional in beta4.
 Which to me sounded more like there some code change needed. I'll try to go on with a rebuild and see what happens. HTH T-Bone -- Thibaut VARENE
 http://www.parisc-linux.org/~varenet/--Thibaut VARENEhttp://www.parisc-linux.org/~varenet/