[Pidgin] #462: new net-pmp.c implementation breaks solaris build

Pidgin trac at pidgin.im
Mon Apr 30 21:13:16 EDT 2007


#462: new net-pmp.c implementation breaks solaris build
-----------------------+----------------------------------------------------
 Reporter:  dhalik     |       Type:  defect
   Status:  new        |   Priority:  minor 
Component:  libpurple  |    Version:  2.0   
 Keywords:             |  
-----------------------+----------------------------------------------------
 I've been wrestling with getting Pidgin to compile on Solaris since Beta7
 has been released. I've been looking through your trac and you recently
 implemented libpurple/net-smp.c out of network.c. net-pmp.c refuses to
 compile based on some missing header dependecies. The following are not
 part of the standard solaris C99 set which obviously gives net-pmp.c some
 major problems. I saw in there that you had some Win32 compile issues
 recently as well and set an #ifndef _WIN32 for those particular headers
 and some others. Is there a workaround you can add for Solaris? I would
 think I should be able to build this on a standard Solaris libc complement
 without having to add glibc ;)

 These are the particular includes giving me problems:

 '''net-pmp.h'''

 #include stdin.h

 '''net-pmp.c'''

 #include sys/sysctl.h[[BR]]
 #include err.h

 Thanks!

-- 
Ticket URL: <http://developer.pidgin.im/ticket/462>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list