pkgsrc-Bugs archive

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

Re: pkg/51509: cad/qcad build fails on NetBSD/i386-7.0_STABLE



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

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/51509: cad/qcad build fails on NetBSD/i386-7.0_STABLE
Date: Mon, 26 Sep 2016 14:24:12 +0000

 On Mon, Sep 26, 2016 at 01:45:01AM +0000, jdbaker%mylinuxisp.com@localhost wrote:
  > RMetaTypes.h:147:1: note: in expansion of macro 'Q_DECLARE_METATYPE'
  >  Q_DECLARE_METATYPE(size_t*)
  >
  > RMetaTypes.h:143:1: note: in expansion of macro 'Q_DECLARE_METATYPE'
  >  Q_DECLARE_METATYPE(unsigned int*)
 
 Wrapping the unsigned int one (if you can tell which one it is) in
 #ifdef _LP64 should make it shut up. On 32-bit machines size_t ==
 unsigned int.
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index