[MacPorts] #52070: tmux @ 2.2 compile failed in tiger ppc

MacPorts noreply at macports.org
Tue Aug 23 18:29:29 PDT 2016


#52070: tmux @ 2.2 compile failed in tiger ppc
------------------------------+---------------------------
  Reporter:  zhangchaowang@…  |      Owner:  tessarek@…
      Type:  defect           |     Status:  new
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:  2.3.4
Resolution:                   |   Keywords:  tiger powerpc
      Port:  tmux             |
------------------------------+---------------------------

Comment (by kenneth.f.cunningham@…):

 including <sys/types.h> did not immediately work, so rather than play with
 the guards, I just put the following near the top in compat.h
 {{{

 typedef unsigned char           u_char;
 typedef unsigned short          u_short;
 typedef unsigned int            u_int;
 }}}

 and that did alleviate all the missing types errors. However, that's not
 the end of the story. There are more errors that crop up after that with
 other missing functions (timer functions, flock function, strcasecmp,
 strlcpy). I suspect some of these functions either got shuffled around in
 the #include files, or are being blocked by guards...

 I have a bank of 5 machines currently running Tiger, so perhaps I can make
 one of them available to tessarek to have a look for you (who already
 knows the code well) and has been down this road before. -- Ken

-- 
Ticket URL: <https://trac.macports.org/ticket/52070#comment:6>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list