[Interest] Xcode 7 beta and Qt 5.5 ?

Philippe philwave at gmail.com
Sun Sep 20 00:40:22 CEST 2015


> The error message is not in your paste. Look further up.

/Developer/Qt/5.5.0/32/qtbase/bin/qmake -o Makefile qlalr.pro
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -arch i386 -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.7 -fno-exceptions -Wall -W -fPIC -DQT_NO_MTDEV -DQT_NO_LIBUDEV -DQT_NO_EVDEV -DQT_NO_TSLIB -DQT_NO_LIBINPUT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../../lib/QtCore.framework/Headers -I.moc -I../../../mkspecs/macx-clang-32 -F/Developer/Qt/5.5.0/32/qtbase/lib -o .obj/lalr.o lalr.cpp
lalr.cpp:241:1: error: declaration of anonymous struct must be a definition
struct _Nullable: public std::unary_function<Name, bool>
^
lalr.cpp:241:56: error: expected unqualified-id
struct _Nullable: public std::unary_function<Name, bool>
                                                       ^
lalr.cpp:303:98: error: expected expression
          NameList::iterator nn = std::find_if (rule->rhs.begin (), rule->rhs.end (), std::not1 (_Nullable (this)));
                                                                                                 ^
lalr.cpp:638:107: error: expected expression
                  NameList::iterator first_not_nullable = std::find_if (dot, rule->rhs.end (), std::not1 (_Nullable (this)));

Philippe

> On Saturday 19 September 2015 20:46:22 Philippe wrote:
> > mv -f QtNetwork ../../lib/QtNetwork.framework/Versions/5/QtNetwork
> > ln -s Versions/Current/QtNetwork ../../lib/QtNetwork.framework/QtNetwork
> > make[1]: *** [sub-src-make_first] Error 2
> > make: *** [module-qtbase-make_first] Error 2
> > logout
> 
> The error message is not in your paste. Look further up.
> -- 
> Thiago Macieira - thiago.macieira (AT) intel.com
>   Software Architect - Intel Open Source Technology Center
> 
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest





More information about the Interest mailing list