System info:

Mac OS: 10.8.5
Package manager version: 0.36.3.1
Distribution version: selfupdate-rsync Wed Apr  2 09:07:17 2014, 10.8, x86_64
Trees: local/main stable/main
Xcode.app: 5.1
Xcode command-line tools: 5.1.0.0.1.1393561416
webkit-1.0.2-1.2.7-5 is set to build with only one job.

Failure:

  CXX    WebCore/css/libwebkit_1_0_la-CSSComputedStyleDeclaration.lo
In file included from WebCore/css/CSSComputedStyleDeclaration.cpp:23:
In file included from ./WebCore/config.h:115:
./JavaScriptCore/wtf/FastMalloc.h:224:1: warning: replacement function 
'operator new' cannot be
      declared 'inline' [-Winline-new-delete]
WTF_PRIVATE_INLINE void* operator new(size_t size) throw (std::bad_alloc) { 
return fastMallo...
^
./JavaScriptCore/wtf/FastMalloc.h:200:47: note: expanded from macro 
'WTF_PRIVATE_INLINE'
#define WTF_PRIVATE_INLINE __private_extern__ inline 
__attribute__((always_inline))
                                              ^
./JavaScriptCore/wtf/FastMalloc.h:225:1: warning: replacement function 
'operator new' cannot be
      declared 'inline' [-Winline-new-delete]
WTF_PRIVATE_INLINE void* operator new(size_t size, const std::nothrow_t&) 
throw() { return f...
^
./JavaScriptCore/wtf/FastMalloc.h:200:47: note: expanded from macro 
'WTF_PRIVATE_INLINE'
#define WTF_PRIVATE_INLINE __private_extern__ inline 
__attribute__((always_inline))
                                              ^
./JavaScriptCore/wtf/FastMalloc.h:226:1: warning: replacement function 
'operator delete' cannot be
      declared 'inline' [-Winline-new-delete]
WTF_PRIVATE_INLINE void operator delete(void* p) throw() { fastFree(p); }
^
./JavaScriptCore/wtf/FastMalloc.h:200:47: note: expanded from macro 
'WTF_PRIVATE_INLINE'
#define WTF_PRIVATE_INLINE __private_extern__ inline 
__attribute__((always_inline))
                                              ^
./JavaScriptCore/wtf/FastMalloc.h:227:1: warning: replacement function 
'operator delete' cannot be
      declared 'inline' [-Winline-new-delete]
WTF_PRIVATE_INLINE void operator delete(void* p, const std::nothrow_t&) throw() 
{ fastFree(p); }
^
./JavaScriptCore/wtf/FastMalloc.h:200:47: note: expanded from macro 
'WTF_PRIVATE_INLINE'
#define WTF_PRIVATE_INLINE __private_extern__ inline 
__attribute__((always_inline))
                                              ^
./JavaScriptCore/wtf/FastMalloc.h:228:1: warning: replacement function 
'operator new[]' cannot be
      declared 'inline' [-Winline-new-delete]
WTF_PRIVATE_INLINE void* operator new[](size_t size) throw (std::bad_alloc) { 
return fastMal...
^
./JavaScriptCore/wtf/FastMalloc.h:200:47: note: expanded from macro 
'WTF_PRIVATE_INLINE'
#define WTF_PRIVATE_INLINE __private_extern__ inline 
__attribute__((always_inline))
                                              ^
./JavaScriptCore/wtf/FastMalloc.h:229:1: warning: replacement function 
'operator new[]' cannot be
      declared 'inline' [-Winline-new-delete]
WTF_PRIVATE_INLINE void* operator new[](size_t size, const std::nothrow_t&) 
throw() { retur...
^
./JavaScriptCore/wtf/FastMalloc.h:200:47: note: expanded from macro 
'WTF_PRIVATE_INLINE'
#define WTF_PRIVATE_INLINE __private_extern__ inline 
__attribute__((always_inline))
                                              ^
./JavaScriptCore/wtf/FastMalloc.h:230:1: warning: replacement function 
'operator delete[]' cannot be
      declared 'inline' [-Winline-new-delete]
WTF_PRIVATE_INLINE void operator delete[](void* p) throw() { fastFree(p); }
^
./JavaScriptCore/wtf/FastMalloc.h:200:47: note: expanded from macro 
'WTF_PRIVATE_INLINE'
#define WTF_PRIVATE_INLINE __private_extern__ inline 
__attribute__((always_inline))
                                              ^
./JavaScriptCore/wtf/FastMalloc.h:231:1: warning: replacement function 
'operator delete[]' cannot be
      declared 'inline' [-Winline-new-delete]
WTF_PRIVATE_INLINE void operator delete[](void* p, const std::nothrow_t&) 
throw() { fastFree(p); }
^
./JavaScriptCore/wtf/FastMalloc.h:200:47: note: expanded from macro 
'WTF_PRIVATE_INLINE'
#define WTF_PRIVATE_INLINE __private_extern__ inline 
__attribute__((always_inline))
                                              ^
In file included from WebCore/css/CSSComputedStyleDeclaration.cpp:24:
./WebCore/css/CSSComputedStyleDeclaration.h:36:52: error: friend declaration 
specifying a default
      argument must be a definition
    friend PassRefPtr<CSSComputedStyleDeclaration> 
computedStyle(PassRefPtr<Node>, bool allo...
                                                   ^
./WebCore/css/CSSComputedStyleDeclaration.h:76:48: error: friend declaration 
specifying a default
      argument must be the only declaration
inline PassRefPtr<CSSComputedStyleDeclaration> computedStyle(PassRefPtr<Node> 
node, bool all...
                                               ^
./WebCore/css/CSSComputedStyleDeclaration.h:36:52: note: previous declaration 
is here
    friend PassRefPtr<CSSComputedStyleDeclaration> 
computedStyle(PassRefPtr<Node>, bool allo...
                                                   ^
./WebCore/css/CSSComputedStyleDeclaration.h:78:25: error: calling a private 
constructor of class
      'WebCore::CSSComputedStyleDeclaration'
    return adoptRef(new CSSComputedStyleDeclaration(node, allowVisitedStyle));
                        ^
./WebCore/css/CSSComputedStyleDeclaration.h:63:5: note: declared private here
    CSSComputedStyleDeclaration(PassRefPtr<Node>, bool allowVisitedStyle);
    ^
In file included from WebCore/css/CSSComputedStyleDeclaration.cpp:30:
In file included from ./WebCore/css/CSSPrimitiveValueMappings.h:38:
In file included from ./WebCore/rendering/style/SVGRenderStyleDefs.h:34:
./WebCore/rendering/style/ShadowData.h:37:1: warning: 'ShadowData' defined as a 
struct here but
      previously declared as a class [-Wmismatched-tags]
struct ShadowData : FastAllocBase {
^
./WebCore/css/CSSComputedStyleDeclaration.h:30:1: note: did you mean struct 
here?
class ShadowData;
^~~~~
struct
WebCore/css/CSSComputedStyleDeclaration.cpp:634:17: warning: comparison of 
constant 117 with
      expression of type 'WebCore::EFillRepeat' is always false
      [-Wtautological-constant-out-of-range-compare]
    if (xRepeat == CSSValueRepeat && yRepeat == CSSValueNoRepeat)
        ~~~~~~~ ^  ~~~~~~~~~~~~~~
WebCore/css/CSSComputedStyleDeclaration.cpp:634:46: warning: comparison of 
constant 120 with
      expression of type 'WebCore::EFillRepeat' is always false
      [-Wtautological-constant-out-of-range-compare]
    if (xRepeat == CSSValueRepeat && yRepeat == CSSValueNoRepeat)
                                     ~~~~~~~ ^  ~~~~~~~~~~~~~~~~
WebCore/css/CSSComputedStyleDeclaration.cpp:636:17: warning: comparison of 
constant 120 with
      expression of type 'WebCore::EFillRepeat' is always false
      [-Wtautological-constant-out-of-range-compare]
    if (xRepeat == CSSValueNoRepeat && yRepeat == CSSValueRepeat)
        ~~~~~~~ ^  ~~~~~~~~~~~~~~~~
WebCore/css/CSSComputedStyleDeclaration.cpp:636:48: warning: comparison of 
constant 117 with
      expression of type 'WebCore::EFillRepeat' is always false
      [-Wtautological-constant-out-of-range-compare]
    if (xRepeat == CSSValueNoRepeat && yRepeat == CSSValueRepeat)
                                       ~~~~~~~ ^  ~~~~~~~~~~~~~~
13 warnings and 3 errors generated.
make[1]: *** [WebCore/css/libwebkit_1_0_la-CSSComputedStyleDeclaration.lo] 
Error 1

Many thanks,
Stefan

-- 
If it was so, it might be; and if it were so, it would be; but as it 
isn't, it ain't.  That's logic.  --Lewis Carroll, Through the Looking-Glass

No HTML emails and proprietary attachments please <http://bruda.ca/ascii>

------------------------------------------------------------------------------
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to