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: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/49986: print/xdvik fails to build on NetBSD-6.1.5/amd64
Date: Thu, 18 Jun 2015 20:12:26 +0000

 On Thu, Jun 18, 2015 at 07:30:00PM +0000, oster%netbsd.org@localhost wrote:
  > xdvi.c:2138:30: error: 'XIScrollClass' undeclared (first use in this function)
  > 
  > 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.
 
 It works with native X on -current; diffing suggests that
 XIScrollClass is new.
 
 It's also a macro, so it should probably work to wrap the offending
 parts in #ifdef XIScrollClass.
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index