pkgsrc-Bugs archive

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

Re: pkg/41790



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

From: =?ISO-8859-1?Q?J=F6rn_Clausen?= <joern.clausen%uni-bielefeld.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/41790
Date: Wed, 05 Aug 2009 10:30:28 +0200

 This is the corresponding error on OpenSolaris:
 
 gcc -DPKGDATADIR=\"/opt/pkg/share/mutt\" -DSYSCONFDIR=\"/opt/pkg/etc\" 
 -DBINDIR=\"/opt/pkg/bin\" -DMUTTLOCALEDIR=\"/opt/pkg/lib/locale\" 
 -DHAVE_CONFIG_H=1 -I.  -I. -I. -I./imap  -Iintl  -I/usr/include 
 -I/opt/pkg/include -I/opt/pkg/gcc34/include 
 -I/opt/pkg/gcc34/lib/gcc/i386-pc-solaris2.11/3.4.6/include 
 -I/opt/pkg/include -I/opt/pkg/include -I./intl  -Wall -pedantic 
 -Wno-long-long -O -I/usr/include -I/opt/pkg/include 
 -I/opt/pkg/gcc34/include 
 -I/opt/pkg/gcc34/lib/gcc/i386-pc-solaris2.11/3.4.6/include -MT mvchgat.o 
 -MD -MP -MF .deps/mvchgat.Tpo -c -o mvchgat.o mvchgat.c
 mvchgat.c:17: error: syntax 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: syntax 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)
 
 How about removing this patch until it has been tested more thoroughly?
 
 -- 
   Jörn Clausen                             
joern.clausen%uni-bielefeld.de@localhost
   Hochschulrechenzentrum                 http://www.uni-bielefeld.de/hrz/
   Universität Bielefeld
 


Home | Main Index | Thread Index | Old Index