pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/41790 (mail/mutt-devel does not compile on NetBSD 4.0.1)



The following reply was made to PR pkg/41790; it has been noted by GNATS.

From: Klaus Heinz <k.heinz%augneun.kh-22.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/41790 (mail/mutt-devel does not compile on NetBSD 4.0.1)
Date: Sun, 9 Aug 2009 19:10:06 +0200

 Jörn Clausen wrote:
 
 > DragonFly. On what OS and with what settings did you test your patch?
 > Which curses library is the default there?
 
 Fails on NetBSD 3 (I know, not supported any longer) with
 
   cc -DPKGDATADIR=\"/usr/pkg/share/mutt\" -DSYSCONFDIR=\"/usr/pkg/etc\"
   -DBINDIR=\"/usr/pkg/bin\" -DMUTTLOCALEDIR=\"/usr/pkg/share/locale\"
   -DHAVE_CONFIG_H=1 -I.  -I. -I. -I./imap  -Iintl  -I/usr/include
   -I/usr/include -I./intl  -Wall -pedantic -Wno-long-long -O2
   -I/usr/include -MT mvchgat.o -MD -MP -MF .deps/mvchgat.Tpo -c -o
   mvchgat.o mvchgat.c
   mvchgat.c:17: error: parse error before '*' token
   mvchgat.c: In function `mvwchgat':
   mvchgat.c:20: warning: implicit declaration of function `wmove'
   mvchgat.c:20: error: `win' undeclared (first use in this function)
   mvchgat.c:20: error: (Each undeclared identifier is reported only once
   mvchgat.c:20: error: for each function it appears in.)
   mvchgat.c:20: error: `y' undeclared (first use in this function)
   mvchgat.c:20: error: `x' undeclared (first use in this function)
   mvchgat.c:21: warning: implicit declaration of function `wattr_set'
   mvchgat.c:21: error: `attr' undeclared (first use in this function)
   mvchgat.c:21: error: `color' undeclared (first use in this function)
   mvchgat.c:21: error: `opts' undeclared (first use in this function)
   mvchgat.c: At top level:
   mvchgat.c:27: error: parse error before "attr_t"
   mvchgat.c: In function `mvchgat':
   mvchgat.c:30: error: `stdscr' undeclared (first use in this function)
   mvchgat.c:30: error: `y' undeclared (first use in this function)
   mvchgat.c:30: error: `x' undeclared (first use in this function)
   mvchgat.c:30: error: `count' undeclared (first use in this function)
   mvchgat.c:30: error: `attr' undeclared (first use in this function)
   mvchgat.c:30: error: `color' undeclared (first use in this function)
   mvchgat.c:30: error: `opts' undeclared (first use in this function)
   *** Error code 1
 
 ciao
      Klaus
 


Home | Main Index | Thread Index | Old Index