File: COMPILE-PROBLEMS

package info (click to toggle)
ircii-pana 1%3A1.1-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 14,100 kB
  • ctags: 14,592
  • sloc: ansic: 130,478; sql: 6,041; makefile: 4,322; cpp: 1,270; tcl: 1,230; sh: 638; java: 151
file content (7 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
Under UNIX SV we need to change include/irc.h and remove 
 #include <arpa/inet.h> from the file. This causes a couple of new 
warnings in dcc.c to appear, but everything works as advertised.

HPUX seems to have some header files problems.
in particular. #include <sys/types.h> can't be included before #include
<time.h> or #include <sys/time.h>