Skip to content

Instantly share code, notes, and snippets.

@bbandix
Created November 22, 2011 13:40
Show Gist options
  • Save bbandix/1385683 to your computer and use it in GitHub Desktop.
Save bbandix/1385683 to your computer and use it in GitHub Desktop.
Creating qmake. Please wait...
host-g++ -c -o qvariant.o -pipe -DQMAKE_OPENSOURCE_EDITION -g -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac -Igenerators/integrity -I/home/abecsi/swork/qt5_build/qtbase/include -I/home/abecsi/swork/qt5_build/qtbase/include/QtCore -I/home/abecsi/swork/qt5_build/qtbase/include/QtCore/5.0.0 -I/home/abecsi/swork/qt5_build/qtbase/include/QtCore/5.0.0/QtCore -I/home/abecsi/swork/qt5_build/qtbase/src/corelib/global -I/home/abecsi/swork/qt5_build/qtbase/src/corelib/xml -I/home/abecsi/swork/qt5/qtbase/tools/shared -DQT_NO_PCRE -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/home/abecsi/swork/qt5/qtbase/mkspecs/unsupported/linux-host-g++ -DHAVE_QCONFIG_CPP -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DEPRECATED /home/abecsi/swork/qt5/qtbase/src/corelib/kernel/qvariant.cpp
In file included from /home/abecsi/swork/qt5_build/qtbase/include/QtCore/5.0.0/QtCore/private/qvariant_p.h:1,
from /home/abecsi/swork/qt5/qtbase/src/corelib/kernel/qvariant.cpp:55:
/home/abecsi/swork/qt5/qtbase/src/corelib/kernel/qvariant_p.h:212: warning: all
member functions in class `QVariantIsNull<Filter>::HasIsNullMethod<T,
IsClass>' are private
/home/abecsi/swork/qt5/qtbase/src/corelib/kernel/qvariant_p.h: In instantiation of `QVariantConstructor<<unnamed>::CoreTypesFilter>':
/home/abecsi/swork/qt5/qtbase/src/corelib/kernel/qvariant.cpp:107: instantiated from here
/home/abecsi/swork/qt5/qtbase/src/corelib/kernel/qvariant_p.h:297: error: invalid
application of `sizeof' to an incomplete type
/home/abecsi/swork/qt5/qtbase/src/corelib/kernel/qvariant_p.h:222: confused by earlier errors, bailing out
make: *** [qvariant.o] Error 1
make: *** No targets specified and no makefile found. Stop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment