[darcs-devel] [darcs #353] Build trouble on AIX

via RT bugs at darcs.net
Mon Apr 18 09:03:16 PDT 2005


Mon Apr 18 12:03:13 2005: New ticket: 353.
Transaction: Ticket created by guest
       Queue: Darcs
     Subject: Build trouble on AIX
       Owner: Nobody
  Requestors: jgoerzen at complete.org
      Status: new
 Ticket <URL: http://bugs.darcs.net/.//Ticket/Display.html?id=353 >

This is Darcs 1.0.2 on AIX 5.1L, ghc 6.2.1, gcc 3.3.3.

make crashes at:

ghc -I/opt/freeware/include/ncurses -optc-O2 -c compat.c
compat.c:2:23: sys/fcntl.h: No such file or directory
compat.c: In function `sloppy_atomic_create':
compat.c:31: warning: implicit declaration of function `open'

On AIX, fcntl.h is not under sys.  If I adjust the include line, it goes
down to:

ghc -I/opt/freeware/include/ncurses -optc-O2 -c compat.c
compat.c: In function `smart_wait':
compat.c:280: warning: implicit declaration of function `psignal'





More information about the darcs-devel mailing list