Hi,

On a fresh lion with fresh xcode 4.2, qtwebkit-mac-2.0.0-37 fails to
build. I've attached what I found in my screen scrollback buffer. Let
me know what other information would be helpful.

Thanks,
Brendan
-Iwebsockets -Iwml -Iworkers -Ixml -Igenerated -I../JavaScriptCore 
-I../../webkit -I../JavaScriptCore/assembler -I../JavaScriptCore/bytecode 
-I../JavaScriptCore/bytecompiler -I../JavaScriptCore/debugger 
-I../JavaScriptCore/interpreter -I../JavaScriptCore/jit 
-I../JavaScriptCore/parser -I../JavaScriptCore/pcre 
-I../JavaScriptCore/profiler -I../JavaScriptCore/runtime 
-I../JavaScriptCore/wtf -I../JavaScriptCore/wtf/symbian 
-I../JavaScriptCore/wtf/unicode -I../JavaScriptCore/yarr 
-I../JavaScriptCore/API -I../JavaScriptCore/ForwardingHeaders 
-I../JavaScriptCore/generated -I../include/QtWebKit -Iplatform/mac 
-I/sw/lib/system-openssl/include -I/sw/lib/qt4-mac/mkspecs/macx-g++ 
-I/sw/lib/qt4-mac/include/QtCore -I/sw/lib/qt4-mac/include/QtNetwork 
-I/sw/lib/qt4-mac/include/QtGui -I/sw/lib/qt4-mac/include 
-I/sw/lib/qt4-mac/src/3rdparty/sqlite/ -I/sw/lib/qt4-mac/include/phonon 
-I/sw/lib/qt4-mac/lib/phonon.framework/Versions/4/Headers
In file included from generated/JSSVGElementWrapperFactory.cpp:35:
In file included from generated/JSSVGAElement.h:26:
In file included from generated/JSSVGElement.h:26:
In file included from generated/JSElement.h:24:
In file included from dom/Element.h:28:
In file included from dom/ContainerNode.h:27:
In file included from dom/Node.h:28:
In file included from dom/EventTarget.h:35:
In file included from platform/text/AtomicStringHash.h:32:
In file included from platform/text/AtomicString.h:24:
In file included from platform/text/AtomicStringImpl.h:24:
In file included from platform/text/StringImpl.h:28:
In file included from ../JavaScriptCore/wtf/CrossThreadRefCounted.h:37:
In file included from ../JavaScriptCore/wtf/Threading.h:95:
/sw/lib/qt4-mac/include/QtCore/qglobal.h:323:6: warning: #warning "This version 
of Mac OS X is unsupported"
      [-W#warnings]
#    warning "This version of Mac OS X is unsupported"
     ^
In file included from generated/SVGElementFactory.cpp:34:
In file included from svg/SVGAElement.h:28:
In file included from svg/SVGStyledTransformableElement.h:27:
svg/SVGTransformable.h:50:21: warning: 'WebCore::SVGTransformable::getCTM' 
hides overloaded virtual function
      [-Woverloaded-virtual]
    AffineTransform getCTM(const SVGElement*) const;
                    ^
svg/SVGLocatable.h:44:29: note: hidden overloaded virtual function 
'WebCore::SVGLocatable::getCTM' declared
      here
    virtual AffineTransform getCTM() const = 0;
                            ^
In file included from generated/SVGElementFactory.cpp:34:
In file included from svg/SVGAElement.h:28:
In file included from svg/SVGStyledTransformableElement.h:27:
svg/SVGTransformable.h:51:21: warning: 
'WebCore::SVGTransformable::getScreenCTM' hides overloaded virtual
      function [-Woverloaded-virtual]
    AffineTransform getScreenCTM(const SVGElement*) const;
                    ^
svg/SVGLocatable.h:45:29: note: hidden overloaded virtual function 
'WebCore::SVGLocatable::getScreenCTM'
      declared here
    virtual AffineTransform getScreenCTM() const = 0;
                            ^
In file included from generated/JSSVGElementWrapperFactory.cpp:35:
In file included from generated/JSSVGAElement.h:26:
In file included from generated/JSSVGElement.h:26:
In file included from generated/JSElement.h:25:
In file included from generated/JSNode.h:24:
bindings/js/JSDOMBinding.h:229:20: error: no viable conversion from 
'WebCore::JSNode *' to 'JSC::JSValue'
            return wrapper;
                   ^~~~~~~
../JavaScriptCore/runtime/JSValue.h:63:11: note: candidate constructor (the 
implicit copy constructor) not
      viable: cannot convert argument of incomplete type 'WebCore::JSNode *' to 
'const JSC::JSValue &'
    class JSValue {
          ^
../JavaScriptCore/runtime/JSValue.h:802:21: note: candidate constructor not 
viable: cannot convert argument of
      incomplete type 'WebCore::JSNode *' to 
'JSC::JSValue::HashTableDeletedValueTag'
    inline JSValue::JSValue(HashTableDeletedValueTag)
                    ^
../JavaScriptCore/runtime/JSValue.h:807:21: note: candidate constructor not 
viable: cannot convert argument of
      incomplete type 'WebCore::JSNode *' to 'JSC::JSCell *'
    inline JSValue::JSValue(JSCell* ptr)
                    ^
../JavaScriptCore/runtime/JSValue.h:815:21: note: candidate constructor not 
viable: cannot convert argument of
      incomplete type 'WebCore::JSNode *' to 'const JSC::JSCell *'
    inline JSValue::JSValue(const JSCell* ptr)
                    ^
../JavaScriptCore/runtime/JSImmediate.h:539:21: note: candidate constructor not 
viable: cannot convert
      argument of incomplete type 'WebCore::JSNode *' to 
'JSC::JSValue::JSNullTag'
    inline JSValue::JSValue(JSNullTag)
                    ^
../JavaScriptCore/runtime/JSImmediate.h:544:21: note: candidate constructor not 
viable: cannot convert
      argument of incomplete type 'WebCore::JSNode *' to 
'JSC::JSValue::JSUndefinedTag'
    inline JSValue::JSValue(JSUndefinedTag)
                    ^
../JavaScriptCore/runtime/JSImmediate.h:549:21: note: candidate constructor not 
viable: cannot convert
      argument of incomplete type 'WebCore::JSNode *' to 
'JSC::JSValue::JSTrueTag'
    inline JSValue::JSValue(JSTrueTag)
                    ^
../JavaScriptCore/runtime/JSImmediate.h:554:21: note: candidate constructor not 
viable: cannot convert
      argument of incomplete type 'WebCore::JSNode *' to 
'JSC::JSValue::JSFalseTag'
    inline JSValue::JSValue(JSFalseTag)
                    ^
In file included from generated/JSSVGElementWrapperFactory.cpp:109:
In file included from svg/SVGAElement.h:28:
In file included from svg/SVGStyledTransformableElement.h:27:
svg/SVGTransformable.h:50:21: warning: 'WebCore::SVGTransformable::getCTM' 
hides overloaded virtual function
      [-Woverloaded-virtual]
    AffineTransform getCTM(const SVGElement*) const;
                    ^
svg/SVGLocatable.h:44:29: note: hidden overloaded virtual function 
'WebCore::SVGLocatable::getCTM' declared
      here
    virtual AffineTransform getCTM() const = 0;
                            ^
In file included from generated/JSSVGElementWrapperFactory.cpp:109:
In file included from svg/SVGAElement.h:28:
In file included from svg/SVGStyledTransformableElement.h:27:
svg/SVGTransformable.h:51:21: warning: 
'WebCore::SVGTransformable::getScreenCTM' hides overloaded virtual
      function [-Woverloaded-virtual]
    AffineTransform getScreenCTM(const SVGElement*) const;
                    ^
svg/SVGLocatable.h:45:29: note: hidden overloaded virtual function 
'WebCore::SVGLocatable::getScreenCTM'
      declared here
    virtual AffineTransform getScreenCTM() const = 0;
                            ^
3 warnings and 1 error generated.
make[1]: *** [JSSVGElementWrapperFactory.o] Error 1
make[1]: *** Waiting for unfinished jobs....
3 warnings generated.
make: *** [sub-WebCore-make_default-ordered] Error 2
### execution of /var/tmp/tmp.1.KMjIZX failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-qtwebkit-mac-2.0.0-37
(Reading database ... 36246 files and directories currently installed.)
Removing fink-buildlock-qtwebkit-mac-2.0.0-37 ...
Failed: phase compiling: qtwebkit-mac-2.0.0-37 failed

Before reporting any errors, please run "fink selfupdate" and try again.
If you continue to have issues, please check to see if the FAQ on Fink's
website solves the problem.  If not, ask on one of these mailing lists:

        The Fink Users List <fink-users@lists.sourceforge.net>
        The Fink Beginners List <fink-beginn...@lists.sourceforge.net>,

with a carbon copy to the maintainer:

        Benjamin Reed <qtweb...@fink.raccoonfink.com>

Note that this is preferable to emailing just the maintainer directly,
since most fink package maintainers do not have access to all possible
hardware and software configurations.

Please try to include the complete error message in your report.  This
generally consists of a compiler line starting with e.g. "gcc" or "g++"
followed by the actual error output from the compiler.

Also include the following system information:
Package manager version: 0.31.4
Distribution version: selfupdate-rsync Sun Nov 13 11:40:28 2011, 10.7, x86_64
Trees: local/main stable/main
Xcode: 4.2

2:s001:brendan@lionx%                                                           
                            ~
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
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