pkgsrc-Bugs archive

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

Re: pkg/49986: print/xdvik fails to build on NetBSD-6.1.5/amd64



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

From: Mark Davies <mark%ecs.vuw.ac.nz@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/49986: print/xdvik fails to build on NetBSD-6.1.5/amd64
Date: Fri, 19 Jun 2015 10:33:31 +1200

 On Thu, 18 Jun 2015 19:30:00 you wrote:
 > $depbase.Tpo -c -o xdvi.o xdvi.c && mv -f $depbase.Tpo $depbase.Po xdvi.c:
 > In function 'xi2_init_valuators':
 > xdvi.c:2138:30: error: 'XIScrollClass' undeclared (first use in this
 > function) xdvi.c:2138:30: note: each undeclared identifier is reported 
 only
 > once for each function it appears in xdvi.c:2139:3: error:
 > 'XIScrollClassInfo' undeclared (first use in this function) 
 xdvi.c:2139:22:
 > error: 'scroll' undeclared (first use in this function) xdvi.c:2139:51:
 > error: expected expression before ')' token
 > xdvi.c:2141:30: error: 'XIScrollTypeVertical' undeclared (first use in 
 this
 > function) xdvi.c:2146:35: error: 'XIScrollTypeHorizontal' undeclared 
 (first
 > use in this function) *** Error code 1
 > 
 > I'm lead to believe this is something to do with using the X11 bits that
 > ship with NetBSD, as opposed to using the 'modular' X11 bits from pkgsrc.
 
 Interestingly that code in xdvi.c hasn't changed between texlive 2014 and 
 2015.  I see that it was introduced in texlive 2014 and is wrapped in a 
 "#if HAVE_XI21", so presumably that should be evaluating false for native 
 X11 on 6.1.x and isn't?
 
 cheers
 mark
 


Home | Main Index | Thread Index | Old Index