[Pidgin] #2344: libgnt/wms/s.c fails to compile on Solaris 9 with 2.1.0

Pidgin trac at pidgin.im
Tue Aug 7 19:50:20 EDT 2007


#2344: libgnt/wms/s.c fails to compile on Solaris 9 with 2.1.0
----------------------------------+-----------------------------------------
  Reporter:  dhalik               |       Owner:  tmcmahon2
      Type:  defect               |      Status:  new      
  Priority:  minor                |   Milestone:           
 Component:  finch (gnt/ncurses)  |     Version:  2.1.0    
Resolution:                       |    Keywords:           
   Pending:  1                    |  
----------------------------------+-----------------------------------------
Changes (by sadrul):

  * pending:  0 => 1

Comment:

 Could you please try the following patch and see if that also fixes the
 problem (without removing "#include internal.h")?

 {{{
 #
 # old_revision [c92cda69a7533ed6759ba2f18e780a044217f191]
 #
 # patch "finch/libgnt/wms/s.c"
 #  from [a74c71b21eb18ef5c8b5b6816a90d807a587d1bc]
 #    to [667904c592fd5b19ccc4ead46fd91004f4ac671d]
 #
 ============================================================
 --- finch/libgnt/wms/s.c        a74c71b21eb18ef5c8b5b6816a90d807a587d1bc
 +++ finch/libgnt/wms/s.c        667904c592fd5b19ccc4ead46fd91004f4ac671d
 @@ -15,6 +15,10 @@

  #define TYPE_S                         (s_get_gtype())

 +#ifdef _S
 +#undef _S
 +#endif
 +
  typedef struct _S
  {
         GntWM inherit;
 }}}

-- 
Ticket URL: <http://developer.pidgin.im/ticket/2344#comment:5>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list