pkgsrc-Bugs archive

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

Re: pkg/49096



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

From: Edgar =?iso-8859-1?B?RnXf?= <ef%math.uni-bonn.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/49096
Date: Fri, 9 Jan 2015 19:23:51 +0100

 I'm having the same problem on a 10.10.1 Mac mini with clang-600.0.56.
 There seems to be some magic in qt-everywhere-opensource-src-4.8.6/src/3rdparty/webkit/Source/JavaScriptCore/wtf/NullPtr.h dealing with nullptr, but I'm lacking C++ foo to understand it. I guessed the #if test for availability of std::nullptr_t was  not up-to-date and changed that to #if 0, but that lead to:
 
 In file included from wtf/PassRefPtr.h:25:
 wtf/NullPtr.h:49:23: error: expected unqualified-id
 extern std::nullptr_t nullptr;
                       ^
 1 error generated.
 
 Qt 5 deals with that in another way (which I don't understand):
 http://osxr.org/qt/source/qtwebkit/Source/WTF/wtf/NullPtr.h
 
 Perhaps someone with some understanding of C++ can help.
 


Home | Main Index | Thread Index | Old Index