[MacPorts] #25092: pidgin: gcc finds wrong config.h

MacPorts noreply at macports.org
Sun Oct 17 13:28:59 PDT 2010


#25092: pidgin: gcc finds wrong config.h
--------------------------------+-------------------------------------------
 Reporter:  stephen@…           |       Owner:  nefar@…            
     Type:  defect              |      Status:  new                
 Priority:  Normal              |   Milestone:                     
Component:  ports               |     Version:  1.9.99             
 Keywords:                      |        Port:  pidgin             
--------------------------------+-------------------------------------------

Comment(by acpdev074@…):

 Hello, I'm seeing what seems to be this issue when building pidgin @2.7.3,
 using "sudo port install pidgin." As far as I know I'm doing the default,
 non-svn install.


 {{{
 ../../../libpurple/internal.h:148:2: error: #error Unknown size of time_t
 }}}

 To get through the build I changed libpurple/internal.h in the build
 directory

 {{{
  #ifdef HAVE_CONFIG_H
 -# include <config.h>
 +# include "../config.h"
  #endif
 }}}

 Probably this isn't the best fix.

 Since the last message in this thread is from 4 months ago, seems useful
 to mention that this issue may still be an issue.

-- 
Ticket URL: <https://trac.macports.org/ticket/25092#comment:5>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list