Решил попробовать одно дополнение для Qt4 - eXaro, но у него есть зависимость propertyeditor, с которым у меня возникли проблемы, при конфигурировании все нужное нахадит, а вот gmake заканчивается такой бедой:
Код: Выделить всё
Linking CXX shared library libSizeProperty.so
[ 70%] Built target SizeProperty
[ 71%] Generating moc_strings.cxx
Scanning dependencies of target StringsProperty
[ 72%] Building CXX object plugins/strings/CMakeFiles/StringsProperty.dir/strings.cpp.o
In file included from /usr/include/c++/4.2/bits/c++locale.h:48,
from /usr/include/c++/4.2/iosfwd:45,
from /usr/include/c++/4.2/ios:43,
from /usr/include/c++/4.2/ostream:45,
from /usr/include/c++/4.2/iterator:70,
from /usr/local/include/qt4/QtCore/qlist.h:50,
from /usr/local/include/qt4/QtCore/qvariant.h:47,
from /usr/local/include/qt4/QtCore/QVariant:1,
from /usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:34,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:33,
from /usr/include/string.h:49,
from /usr/local/include/qt4/QtCore/qbytearray.h:48,
from /usr/local/include/qt4/QtCore/qstring.h:46,
from /usr/local/include/qt4/QtCore/qobject.h:48,
from /usr/local/include/qt4/QtCore/qiodevice.h:46,
from /usr/local/include/qt4/QtCore/qxmlstream.h:45,
from /usr/local/include/qt4/QtCore/QtCore:3,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp:30:
/usr/include/c++/4.2/cstring:80: error: '::memcpy' has not been declared
/usr/include/c++/4.2/cstring:81: error: '::memmove' has not been declared
/usr/include/c++/4.2/cstring:82: error: '::strcpy' has not been declared
/usr/include/c++/4.2/cstring:83: error: '::strncpy' has not been declared
/usr/include/c++/4.2/cstring:84: error: '::strcat' has not been declared
/usr/include/c++/4.2/cstring:85: error: '::strncat' has not been declared
/usr/include/c++/4.2/cstring:86: error: '::memcmp' has not been declared
/usr/include/c++/4.2/cstring:87: error: '::strcmp' has not been declared
/usr/include/c++/4.2/cstring:88: error: '::strcoll' has not been declared
/usr/include/c++/4.2/cstring:89: error: '::strncmp' has not been declared
/usr/include/c++/4.2/cstring:90: error: '::strxfrm' has not been declared
/usr/include/c++/4.2/cstring:91: error: '::strcspn' has not been declared
/usr/include/c++/4.2/cstring:92: error: '::strspn' has not been declared
/usr/include/c++/4.2/cstring:93: error: '::strtok' has not been declared
/usr/include/c++/4.2/cstring:94: error: '::memset' has not been declared
/usr/include/c++/4.2/cstring:95: error: '::strerror' has not been declared
/usr/include/c++/4.2/cstring:96: error: '::strlen' has not been declared
/usr/include/c++/4.2/cstring:98: error: '::memchr' has not been declared
/usr/include/c++/4.2/cstring: In function 'void* std::memchr(void*, int, size_t)':
/usr/include/c++/4.2/cstring:102: error: invalid conversion from 'const void*' to 'void*'
/usr/include/c++/4.2/cstring:102: error: initializing argument 1 of 'void* std::memchr(void*, int, size_t)'
/usr/include/c++/4.2/cstring: At global scope:
/usr/include/c++/4.2/cstring:104: error: '::strchr' has not been declared
/usr/include/c++/4.2/cstring:110: error: '::strpbrk' has not been declared
/usr/include/c++/4.2/cstring:116: error: '::strrchr' has not been declared
/usr/include/c++/4.2/cstring:122: error: '::strstr' has not been declared
In file included from /usr/include/c++/4.2/iosfwd:45,
from /usr/include/c++/4.2/ios:43,
from /usr/include/c++/4.2/ostream:45,
from /usr/include/c++/4.2/iterator:70,
from /usr/local/include/qt4/QtCore/qlist.h:50,
from /usr/local/include/qt4/QtCore/qvariant.h:47,
from /usr/local/include/qt4/QtCore/QVariant:1,
from /usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:34,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:33,
from /usr/include/string.h:49,
from /usr/local/include/qt4/QtCore/qbytearray.h:48,
from /usr/local/include/qt4/QtCore/qstring.h:46,
from /usr/local/include/qt4/QtCore/qobject.h:48,
from /usr/local/include/qt4/QtCore/qiodevice.h:46,
from /usr/local/include/qt4/QtCore/qxmlstream.h:45,
from /usr/local/include/qt4/QtCore/QtCore:3,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp:30:
/usr/include/c++/4.2/bits/c++locale.h: In function 'int std::__convert_from_v(int* const&, char*, int, const char*, ...)':
/usr/include/c++/4.2/bits/c++locale.h:69: error: 'strcmp' is not a member of 'std'
/usr/include/c++/4.2/bits/c++locale.h:71: error: 'strlen' is not a member of 'std'
/usr/include/c++/4.2/bits/c++locale.h:72: error: 'strcpy' is not a member of 'std'
In file included from /usr/include/c++/4.2/bits/char_traits.h:46,
from /usr/include/c++/4.2/ios:45,
from /usr/include/c++/4.2/ostream:45,
from /usr/include/c++/4.2/iterator:70,
from /usr/local/include/qt4/QtCore/qlist.h:50,
from /usr/local/include/qt4/QtCore/qvariant.h:47,
from /usr/local/include/qt4/QtCore/QVariant:1,
from /usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:34,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:33,
from /usr/include/string.h:49,
from /usr/local/include/qt4/QtCore/qbytearray.h:48,
from /usr/local/include/qt4/QtCore/qstring.h:46,
from /usr/local/include/qt4/QtCore/qobject.h:48,
from /usr/local/include/qt4/QtCore/qiodevice.h:46,
from /usr/local/include/qt4/QtCore/qxmlstream.h:45,
from /usr/local/include/qt4/QtCore/QtCore:3,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp:30:
/usr/include/c++/4.2/bits/stl_algobase.h: In static member function 'static _Tp* std::__copy<true, std::random_access_iterator_tag>::copy(const _Tp*, const _Tp*, _Tp*)':
/usr/include/c++/4.2/bits/stl_algobase.h:298: error: 'memmove' is not a member of 'std'
/usr/include/c++/4.2/bits/stl_algobase.h: In static member function 'static _Tp* std::__copy_backward<true, std::random_access_iterator_tag>::__copy_b(const _Tp*, const _Tp*, _Tp*)':
/usr/include/c++/4.2/bits/stl_algobase.h:446: error: 'memmove' is not a member of 'std'
/usr/include/c++/4.2/bits/stl_algobase.h: In function 'void std::fill(unsigned char*, unsigned char*, const unsigned char&)':
/usr/include/c++/4.2/bits/stl_algobase.h:600: error: 'memset' is not a member of 'std'
/usr/include/c++/4.2/bits/stl_algobase.h: In function 'void std::fill(signed char*, signed char*, const signed char&)':
/usr/include/c++/4.2/bits/stl_algobase.h:608: error: 'memset' is not a member of 'std'
/usr/include/c++/4.2/bits/stl_algobase.h: In function 'void std::fill(char*, char*, const char&)':
/usr/include/c++/4.2/bits/stl_algobase.h:616: error: 'memset' is not a member of 'std'
/usr/include/c++/4.2/bits/stl_algobase.h: In function 'bool std::lexicographical_compare(const unsigned char*, const unsigned char*, const unsigned char*, const unsigned char*)':
/usr/include/c++/4.2/bits/stl_algobase.h:908: error: 'memcmp' is not a member of 'std'
In file included from /usr/include/c++/4.2/ios:45,
from /usr/include/c++/4.2/ostream:45,
from /usr/include/c++/4.2/iterator:70,
from /usr/local/include/qt4/QtCore/qlist.h:50,
from /usr/local/include/qt4/QtCore/qvariant.h:47,
from /usr/local/include/qt4/QtCore/QVariant:1,
from /usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:34,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:33,
from /usr/include/string.h:49,
from /usr/local/include/qt4/QtCore/qbytearray.h:48,
from /usr/local/include/qt4/QtCore/qstring.h:46,
from /usr/local/include/qt4/QtCore/qobject.h:48,
from /usr/local/include/qt4/QtCore/qiodevice.h:46,
from /usr/local/include/qt4/QtCore/qxmlstream.h:45,
from /usr/local/include/qt4/QtCore/QtCore:3,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp:30:
/usr/include/c++/4.2/bits/char_traits.h: In static member function 'static typename __gnu_cxx::char_traits<_CharT>::char_type* __gnu_cxx::char_traits<_CharT>::move(_CharT*, const _CharT*, size_t)':
/usr/include/c++/4.2/bits/char_traits.h:186: error: 'memmove' is not a member of 'std'
/usr/include/c++/4.2/bits/char_traits.h: In static member function 'static int std::char_traits<char>::compare(const char*, const char*, size_t)':
/usr/include/c++/4.2/bits/char_traits.h:254: error: 'memcmp' was not declared in this scope
/usr/include/c++/4.2/bits/char_traits.h: In static member function 'static size_t std::char_traits<char>::length(const char*)':
/usr/include/c++/4.2/bits/char_traits.h:258: error: 'strlen' was not declared in this scope
/usr/include/c++/4.2/bits/char_traits.h: In static member function 'static const char* std::char_traits<char>::find(const char*, size_t, const char&)':
/usr/include/c++/4.2/bits/char_traits.h:262: error: invalid conversion from 'const void*' to 'void*'
/usr/include/c++/4.2/bits/char_traits.h:262: error: initializing argument 1 of 'void* std::memchr(void*, int, size_t)'
/usr/include/c++/4.2/bits/char_traits.h: In static member function 'static char* std::char_traits<char>::move(char*, const char*, size_t)':
/usr/include/c++/4.2/bits/char_traits.h:266: error: 'memmove' was not declared in this scope
/usr/include/c++/4.2/bits/char_traits.h: In static member function 'static char* std::char_traits<char>::copy(char*, const char*, size_t)':
/usr/include/c++/4.2/bits/char_traits.h:270: error: 'memcpy' was not declared in this scope
/usr/include/c++/4.2/bits/char_traits.h: In static member function 'static char* std::char_traits<char>::assign(char*, size_t, char)':
/usr/include/c++/4.2/bits/char_traits.h:274: error: 'memset' was not declared in this scope
In file included from /usr/include/c++/4.2/memory:57,
from /usr/include/c++/4.2/string:48,
from /usr/include/c++/4.2/bits/locale_classes.h:47,
from /usr/include/c++/4.2/bits/ios_base.h:47,
from /usr/include/c++/4.2/ios:48,
from /usr/include/c++/4.2/ostream:45,
from /usr/include/c++/4.2/iterator:70,
from /usr/local/include/qt4/QtCore/qlist.h:50,
from /usr/local/include/qt4/QtCore/qvariant.h:47,
from /usr/local/include/qt4/QtCore/QVariant:1,
from /usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:34,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:33,
from /usr/include/string.h:49,
from /usr/local/include/qt4/QtCore/qbytearray.h:48,
from /usr/local/include/qt4/QtCore/qstring.h:46,
from /usr/local/include/qt4/QtCore/qobject.h:48,
from /usr/local/include/qt4/QtCore/qiodevice.h:46,
from /usr/local/include/qt4/QtCore/qxmlstream.h:45,
from /usr/local/include/qt4/QtCore/QtCore:3,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp:30:
/usr/include/c++/4.2/bits/stl_uninitialized.h: In function 'char* std::uninitialized_copy(const char*, const char*, char*)':
/usr/include/c++/4.2/bits/stl_uninitialized.h:120: error: 'memmove' is not a member of 'std'
/usr/include/c++/4.2/bits/stl_uninitialized.h: In function 'wchar_t* std::uninitialized_copy(const wchar_t*, const wchar_t*, wchar_t*)':
/usr/include/c++/4.2/bits/stl_uninitialized.h:128: error: 'memmove' is not a member of 'std'
In file included from /usr/include/c++/4.2/bits/ios_base.h:47,
from /usr/include/c++/4.2/ios:48,
from /usr/include/c++/4.2/ostream:45,
from /usr/include/c++/4.2/iterator:70,
from /usr/local/include/qt4/QtCore/qlist.h:50,
from /usr/local/include/qt4/QtCore/qvariant.h:47,
from /usr/local/include/qt4/QtCore/QVariant:1,
from /usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:34,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:33,
from /usr/include/string.h:49,
from /usr/local/include/qt4/QtCore/qbytearray.h:48,
from /usr/local/include/qt4/QtCore/qstring.h:46,
from /usr/local/include/qt4/QtCore/qobject.h:48,
from /usr/local/include/qt4/QtCore/qiodevice.h:46,
from /usr/local/include/qt4/QtCore/qxmlstream.h:45,
from /usr/local/include/qt4/QtCore/QtCore:3,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp:30:
/usr/include/c++/4.2/bits/locale_classes.h: In member function 'bool std::locale::_Impl::_M_check_same_name()':
/usr/include/c++/4.2/bits/locale_classes.h:539: error: 'strcmp' is not a member of 'std'
In file included from /usr/include/c++/4.2/bits/basic_ios.h:44,
from /usr/include/c++/4.2/ios:50,
from /usr/include/c++/4.2/ostream:45,
from /usr/include/c++/4.2/iterator:70,
from /usr/local/include/qt4/QtCore/qlist.h:50,
from /usr/local/include/qt4/QtCore/qvariant.h:47,
from /usr/local/include/qt4/QtCore/QVariant:1,
from /usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:34,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:33,
from /usr/include/string.h:49,
from /usr/local/include/qt4/QtCore/qbytearray.h:48,
from /usr/local/include/qt4/QtCore/qstring.h:46,
from /usr/local/include/qt4/QtCore/qobject.h:48,
from /usr/local/include/qt4/QtCore/qiodevice.h:46,
from /usr/local/include/qt4/QtCore/qxmlstream.h:45,
from /usr/local/include/qt4/QtCore/QtCore:3,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp:30:
/usr/include/c++/4.2/bits/locale_facets.h: In member function 'const char* std::ctype<char>::widen(const char*, const char*, char*) const':
/usr/include/c++/4.2/bits/locale_facets.h:898: error: 'memcpy' was not declared in this scope
/usr/include/c++/4.2/bits/locale_facets.h: In member function 'const char* std::ctype<char>::narrow(const char*, const char*, char, char*) const':
/usr/include/c++/4.2/bits/locale_facets.h:963: error: 'memcpy' was not declared in this scope
/usr/include/c++/4.2/bits/locale_facets.h: In member function 'virtual const char* std::ctype<char>::do_widen(const char*, const char*, char*) const':
/usr/include/c++/4.2/bits/locale_facets.h:1100: error: 'memcpy' was not declared in this scope
/usr/include/c++/4.2/bits/locale_facets.h: In member function 'virtual const char* std::ctype<char>::do_narrow(const char*, const char*, char, char*) const':
/usr/include/c++/4.2/bits/locale_facets.h:1153: error: 'memcpy' was not declared in this scope
/usr/include/c++/4.2/bits/locale_facets.h: In member function 'void std::ctype<char>::_M_widen_init() const':
/usr/include/c++/4.2/bits/locale_facets.h:1168: error: 'memcmp' was not declared in this scope
/usr/include/c++/4.2/bits/locale_facets.h: In member function 'void std::ctype<char>::_M_narrow_init() const':
/usr/include/c++/4.2/bits/locale_facets.h:1183: error: 'memcmp' was not declared in this scope
In file included from /usr/include/c++/4.2/bits/locale_facets.h:1536,
from /usr/include/c++/4.2/bits/basic_ios.h:44,
from /usr/include/c++/4.2/ios:50,
from /usr/include/c++/4.2/ostream:45,
from /usr/include/c++/4.2/iterator:70,
from /usr/local/include/qt4/QtCore/qlist.h:50,
from /usr/local/include/qt4/QtCore/qvariant.h:47,
from /usr/local/include/qt4/QtCore/QVariant:1,
from /usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:34,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:33,
from /usr/include/string.h:49,
from /usr/local/include/qt4/QtCore/qbytearray.h:48,
from /usr/local/include/qt4/QtCore/qstring.h:46,
from /usr/local/include/qt4/QtCore/qobject.h:48,
from /usr/local/include/qt4/QtCore/qiodevice.h:46,
from /usr/local/include/qt4/QtCore/qxmlstream.h:45,
from /usr/local/include/qt4/QtCore/QtCore:3,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp:30:
/usr/include/c++/4.2/bits/codecvt.h: In constructor 'std::codecvt_byname<_InternT, _ExternT, _StateT>::codecvt_byname(const char*, size_t)':
/usr/include/c++/4.2/bits/codecvt.h:460: error: 'strcmp' is not a member of 'std'
/usr/include/c++/4.2/bits/codecvt.h:460: error: 'strcmp' is not a member of 'std'
In file included from /usr/include/c++/4.2/bits/basic_ios.h:44,
from /usr/include/c++/4.2/ios:50,
from /usr/include/c++/4.2/ostream:45,
from /usr/include/c++/4.2/iterator:70,
from /usr/local/include/qt4/QtCore/qlist.h:50,
from /usr/local/include/qt4/QtCore/qvariant.h:47,
from /usr/local/include/qt4/QtCore/QVariant:1,
from /usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:34,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:33,
from /usr/include/string.h:49,
from /usr/local/include/qt4/QtCore/qbytearray.h:48,
from /usr/local/include/qt4/QtCore/qstring.h:46,
from /usr/local/include/qt4/QtCore/qobject.h:48,
from /usr/local/include/qt4/QtCore/qiodevice.h:46,
from /usr/local/include/qt4/QtCore/qxmlstream.h:45,
from /usr/local/include/qt4/QtCore/QtCore:3,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp:30:
/usr/include/c++/4.2/bits/locale_facets.h: In constructor 'std::numpunct_byname<_CharT>::numpunct_byname(const char*, size_t)':
/usr/include/c++/4.2/bits/locale_facets.h:1904: error: 'strcmp' is not a member of 'std'
/usr/include/c++/4.2/bits/locale_facets.h:1904: error: 'strcmp' is not a member of 'std'
/usr/include/c++/4.2/bits/locale_facets.h: In constructor 'std::collate_byname<_CharT>::collate_byname(const char*, size_t)':
/usr/include/c++/4.2/bits/locale_facets.h:2726: error: 'strcmp' is not a member of 'std'
/usr/include/c++/4.2/bits/locale_facets.h:2726: error: 'strcmp' is not a member of 'std'
In file included from /usr/include/c++/4.2/bits/locale_facets.h:3040,
from /usr/include/c++/4.2/bits/basic_ios.h:44,
from /usr/include/c++/4.2/ios:50,
from /usr/include/c++/4.2/ostream:45,
from /usr/include/c++/4.2/iterator:70,
from /usr/local/include/qt4/QtCore/qlist.h:50,
from /usr/local/include/qt4/QtCore/qvariant.h:47,
from /usr/local/include/qt4/QtCore/QVariant:1,
from /usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:34,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:33,
from /usr/include/string.h:49,
from /usr/local/include/qt4/QtCore/qbytearray.h:48,
from /usr/local/include/qt4/QtCore/qstring.h:46,
from /usr/local/include/qt4/QtCore/qobject.h:48,
from /usr/local/include/qt4/QtCore/qiodevice.h:46,
from /usr/local/include/qt4/QtCore/qxmlstream.h:45,
from /usr/local/include/qt4/QtCore/QtCore:3,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp:30:
/usr/include/c++/4.2/bits/time_members.h: In constructor 'std::__timepunct<_CharT>::__timepunct(int*, const char*, size_t)':
/usr/include/c++/4.2/bits/time_members.h:65: error: 'strlen' is not a member of 'std'
/usr/include/c++/4.2/bits/time_members.h:67: error: 'memcpy' is not a member of 'std'
In file included from /usr/include/c++/4.2/bits/basic_ios.h:44,
from /usr/include/c++/4.2/ios:50,
from /usr/include/c++/4.2/ostream:45,
from /usr/include/c++/4.2/iterator:70,
from /usr/local/include/qt4/QtCore/qlist.h:50,
from /usr/local/include/qt4/QtCore/qvariant.h:47,
from /usr/local/include/qt4/QtCore/QVariant:1,
from /usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:34,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:33,
from /usr/include/string.h:49,
from /usr/local/include/qt4/QtCore/qbytearray.h:48,
from /usr/local/include/qt4/QtCore/qstring.h:46,
from /usr/local/include/qt4/QtCore/qobject.h:48,
from /usr/local/include/qt4/QtCore/qiodevice.h:46,
from /usr/local/include/qt4/QtCore/qxmlstream.h:45,
from /usr/local/include/qt4/QtCore/QtCore:3,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp:30:
/usr/include/c++/4.2/bits/locale_facets.h: In constructor 'std::moneypunct_byname<_CharT, _Intl>::moneypunct_byname(const char*, size_t)':
/usr/include/c++/4.2/bits/locale_facets.h:4014: error: 'strcmp' is not a member of 'std'
/usr/include/c++/4.2/bits/locale_facets.h:4014: error: 'strcmp' is not a member of 'std'
In file included from /usr/include/c++/4.2/bits/locale_facets.h:4599,
from /usr/include/c++/4.2/bits/basic_ios.h:44,
from /usr/include/c++/4.2/ios:50,
from /usr/include/c++/4.2/ostream:45,
from /usr/include/c++/4.2/iterator:70,
from /usr/local/include/qt4/QtCore/qlist.h:50,
from /usr/local/include/qt4/QtCore/qvariant.h:47,
from /usr/local/include/qt4/QtCore/QVariant:1,
from /usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:34,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:33,
from /usr/include/string.h:49,
from /usr/local/include/qt4/QtCore/qbytearray.h:48,
from /usr/local/include/qt4/QtCore/qstring.h:46,
from /usr/local/include/qt4/QtCore/qobject.h:48,
from /usr/local/include/qt4/QtCore/qiodevice.h:46,
from /usr/local/include/qt4/QtCore/qxmlstream.h:45,
from /usr/local/include/qt4/QtCore/QtCore:3,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp:30:
/usr/include/c++/4.2/bits/messages_members.h: In constructor 'std::messages_byname<_CharT>::messages_byname(const char*, size_t)':
/usr/include/c++/4.2/bits/messages_members.h:86: error: 'strcmp' is not a member of 'std'
/usr/include/c++/4.2/bits/messages_members.h:86: error: 'strcmp' is not a member of 'std'
In file included from /usr/local/include/qt4/QtCore/qmetatype.h:49,
from /usr/local/include/qt4/QtCore/qvariant.h:48,
from /usr/local/include/qt4/QtCore/QVariant:1,
from /usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:34,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:33,
from /usr/include/string.h:49,
from /usr/local/include/qt4/QtCore/qbytearray.h:48,
from /usr/local/include/qt4/QtCore/qstring.h:46,
from /usr/local/include/qt4/QtCore/qobject.h:48,
from /usr/local/include/qt4/QtCore/qiodevice.h:46,
from /usr/local/include/qt4/QtCore/qxmlstream.h:45,
from /usr/local/include/qt4/QtCore/QtCore:3,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp:30:
/usr/local/include/qt4/QtCore/qdatastream.h: At global scope:
/usr/local/include/qt4/QtCore/qdatastream.h:115: error: 'struct QIODevice::OpenMode' has not been declared
In file included from /usr/local/include/qt4/QtCore/QVariant:1,
from /usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:34,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:33,
from /usr/include/string.h:49,
from /usr/local/include/qt4/QtCore/qbytearray.h:48,
from /usr/local/include/qt4/QtCore/qstring.h:46,
from /usr/local/include/qt4/QtCore/qobject.h:48,
from /usr/local/include/qt4/QtCore/qiodevice.h:46,
from /usr/local/include/qt4/QtCore/qxmlstream.h:45,
from /usr/local/include/qt4/QtCore/QtCore:3,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp:30:
/usr/local/include/qt4/QtCore/qvariant.h:198: error: expected ',' or '...' before '&' token
/usr/local/include/qt4/QtCore/qvariant.h:198: error: 'QVariant::QVariant(int)' cannot be overloaded
/usr/local/include/qt4/QtCore/qvariant.h:184: error: with 'QVariant::QVariant(int)'
In file included from /usr/local/include/qt4/QtCore/QModelIndex:1,
from /usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:35,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:33,
from /usr/include/string.h:49,
from /usr/local/include/qt4/QtCore/qbytearray.h:48,
from /usr/local/include/qt4/QtCore/qstring.h:46,
from /usr/local/include/qt4/QtCore/qobject.h:48,
from /usr/local/include/qt4/QtCore/qiodevice.h:46,
from /usr/local/include/qt4/QtCore/qxmlstream.h:45,
from /usr/local/include/qt4/QtCore/QtCore:3,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp:30:
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:160: error: invalid use of incomplete type 'struct QObject'
/usr/local/include/qt4/QtCore/qobjectdefs.h:238: error: forward declaration of 'struct QObject'
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:228: error: type 'QObject' is not a base type for type 'QAbstractItemModel'
/usr/local/include/qt4/QtCore/qabstractitemmodel.h: In static member function 'static QString QAbstractItemModel::tr(const char*, const char*)':
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:161: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:161: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtCore/qabstractitemmodel.h: In static member function 'static QString QAbstractItemModel::trUtf8(const char*, const char*)':
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:161: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:161: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtCore/qabstractitemmodel.h: In static member function 'static QString QAbstractItemModel::tr(const char*, const char*, int)':
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:161: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:161: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtCore/qabstractitemmodel.h: In static member function 'static QString QAbstractItemModel::trUtf8(const char*, const char*, int)':
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:161: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:161: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtCore/qabstractitemmodel.h: In member function 'QAbstractItemModelPrivate* QAbstractItemModel::d_func()':
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:306: error: 'd_ptr' was not declared in this scope
/usr/local/include/qt4/QtCore/qabstractitemmodel.h: In member function 'const QAbstractItemModelPrivate* QAbstractItemModel::d_func() const':
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:306: error: 'd_ptr' was not declared in this scope
/usr/local/include/qt4/QtCore/qabstractitemmodel.h: In static member function 'static QString QAbstractTableModel::tr(const char*, const char*)':
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:343: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:343: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtCore/qabstractitemmodel.h: In static member function 'static QString QAbstractTableModel::trUtf8(const char*, const char*)':
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:343: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:343: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtCore/qabstractitemmodel.h: In static member function 'static QString QAbstractTableModel::tr(const char*, const char*, int)':
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:343: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:343: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtCore/qabstractitemmodel.h: In static member function 'static QString QAbstractTableModel::trUtf8(const char*, const char*, int)':
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:343: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:343: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtCore/qabstractitemmodel.h: In static member function 'static QString QAbstractListModel::tr(const char*, const char*)':
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:363: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:363: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtCore/qabstractitemmodel.h: In static member function 'static QString QAbstractListModel::trUtf8(const char*, const char*)':
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:363: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:363: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtCore/qabstractitemmodel.h: In static member function 'static QString QAbstractListModel::tr(const char*, const char*, int)':
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:363: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:363: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtCore/qabstractitemmodel.h: In static member function 'static QString QAbstractListModel::trUtf8(const char*, const char*, int)':
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:363: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtCore/qabstractitemmodel.h:363: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
In file included from /usr/local/include/qt4/QtGui/qvalidator.h:48,
from /usr/local/include/qt4/QtGui/QValidator:1,
from /usr/local/src/propertyeditor-2.1.3/lib/propertyvalidator.h:33,
from /usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:48,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:33,
from /usr/include/string.h:49,
from /usr/local/include/qt4/QtCore/qbytearray.h:48,
from /usr/local/include/qt4/QtCore/qstring.h:46,
from /usr/local/include/qt4/QtCore/qobject.h:48,
from /usr/local/include/qt4/QtCore/qiodevice.h:46,
from /usr/local/include/qt4/QtCore/qxmlstream.h:45,
from /usr/local/include/qt4/QtCore/QtCore:3,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp:30:
/usr/local/include/qt4/QtCore/qlocale.h: In member function 'QString QLocale::toString(short int) const':
/usr/local/include/qt4/QtCore/qlocale.h:652: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtCore/qlocale.h:653: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtCore/qlocale.h: In member function 'QString QLocale::toString(ushort) const':
/usr/local/include/qt4/QtCore/qlocale.h:654: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtCore/qlocale.h:655: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtCore/qlocale.h: In member function 'QString QLocale::toString(int) const':
/usr/local/include/qt4/QtCore/qlocale.h:656: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtCore/qlocale.h:657: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtCore/qlocale.h: In member function 'QString QLocale::toString(uint) const':
/usr/local/include/qt4/QtCore/qlocale.h:658: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtCore/qlocale.h:659: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtCore/qlocale.h: In member function 'QString QLocale::toString(float, char, int) const':
/usr/local/include/qt4/QtCore/qlocale.h:660: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtCore/qlocale.h:661: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
In file included from /usr/local/include/qt4/QtGui/QValidator:1,
from /usr/local/src/propertyeditor-2.1.3/lib/propertyvalidator.h:33,
from /usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:48,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:33,
from /usr/include/string.h:49,
from /usr/local/include/qt4/QtCore/qbytearray.h:48,
from /usr/local/include/qt4/QtCore/qstring.h:46,
from /usr/local/include/qt4/QtCore/qobject.h:48,
from /usr/local/include/qt4/QtCore/qiodevice.h:46,
from /usr/local/include/qt4/QtCore/qxmlstream.h:45,
from /usr/local/include/qt4/QtCore/QtCore:3,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp:30:
/usr/local/include/qt4/QtGui/qvalidator.h: At global scope:
/usr/local/include/qt4/QtGui/qvalidator.h:61: error: invalid use of incomplete type 'struct QObject'
/usr/local/include/qt4/QtCore/qobjectdefs.h:238: error: forward declaration of 'struct QObject'
/usr/local/include/qt4/QtGui/qvalidator.h:88: error: expected `)' before '&' token
/usr/local/include/qt4/QtGui/qvalidator.h: In static member function 'static QString QValidator::tr(const char*, const char*)':
/usr/local/include/qt4/QtGui/qvalidator.h:62: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtGui/qvalidator.h:62: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtGui/qvalidator.h: In static member function 'static QString QValidator::trUtf8(const char*, const char*)':
/usr/local/include/qt4/QtGui/qvalidator.h:62: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtGui/qvalidator.h:62: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtGui/qvalidator.h: In static member function 'static QString QValidator::tr(const char*, const char*, int)':
/usr/local/include/qt4/QtGui/qvalidator.h:62: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtGui/qvalidator.h:62: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtGui/qvalidator.h: In static member function 'static QString QValidator::trUtf8(const char*, const char*, int)':
/usr/local/include/qt4/QtGui/qvalidator.h:62: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtGui/qvalidator.h:62: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtGui/qvalidator.h: In member function 'QValidatorPrivate* QValidator::d_func()':
/usr/local/include/qt4/QtGui/qvalidator.h:93: error: 'd_ptr' was not declared in this scope
/usr/local/include/qt4/QtGui/qvalidator.h: In member function 'const QValidatorPrivate* QValidator::d_func() const':
/usr/local/include/qt4/QtGui/qvalidator.h:93: error: 'd_ptr' was not declared in this scope
/usr/local/include/qt4/QtGui/qvalidator.h: In static member function 'static QString QIntValidator::tr(const char*, const char*)':
/usr/local/include/qt4/QtGui/qvalidator.h:98: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtGui/qvalidator.h:98: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtGui/qvalidator.h: In static member function 'static QString QIntValidator::trUtf8(const char*, const char*)':
/usr/local/include/qt4/QtGui/qvalidator.h:98: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtGui/qvalidator.h:98: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtGui/qvalidator.h: In static member function 'static QString QIntValidator::tr(const char*, const char*, int)':
/usr/local/include/qt4/QtGui/qvalidator.h:98: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtGui/qvalidator.h:98: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtGui/qvalidator.h: In static member function 'static QString QIntValidator::trUtf8(const char*, const char*, int)':
/usr/local/include/qt4/QtGui/qvalidator.h:98: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtGui/qvalidator.h:98: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtGui/qvalidator.h: In static member function 'static QString QDoubleValidator::tr(const char*, const char*)':
/usr/local/include/qt4/QtGui/qvalidator.h:135: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtGui/qvalidator.h:135: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtGui/qvalidator.h: In static member function 'static QString QDoubleValidator::trUtf8(const char*, const char*)':
/usr/local/include/qt4/QtGui/qvalidator.h:135: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtGui/qvalidator.h:135: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtGui/qvalidator.h: In static member function 'static QString QDoubleValidator::tr(const char*, const char*, int)':
/usr/local/include/qt4/QtGui/qvalidator.h:135: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtGui/qvalidator.h:135: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtGui/qvalidator.h: In static member function 'static QString QDoubleValidator::trUtf8(const char*, const char*, int)':
/usr/local/include/qt4/QtGui/qvalidator.h:135: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtGui/qvalidator.h:135: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtGui/qvalidator.h: In member function 'QDoubleValidatorPrivate* QDoubleValidator::d_func()':
/usr/local/include/qt4/QtGui/qvalidator.h:171: error: 'd_ptr' was not declared in this scope
/usr/local/include/qt4/QtGui/qvalidator.h: In member function 'const QDoubleValidatorPrivate* QDoubleValidator::d_func() const':
/usr/local/include/qt4/QtGui/qvalidator.h:171: error: 'd_ptr' was not declared in this scope
/usr/local/include/qt4/QtGui/qvalidator.h: In static member function 'static QString QRegExpValidator::tr(const char*, const char*)':
/usr/local/include/qt4/QtGui/qvalidator.h:182: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtGui/qvalidator.h:182: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtGui/qvalidator.h: In static member function 'static QString QRegExpValidator::trUtf8(const char*, const char*)':
/usr/local/include/qt4/QtGui/qvalidator.h:182: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtGui/qvalidator.h:182: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtGui/qvalidator.h: In static member function 'static QString QRegExpValidator::tr(const char*, const char*, int)':
/usr/local/include/qt4/QtGui/qvalidator.h:182: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtGui/qvalidator.h:182: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/include/qt4/QtGui/qvalidator.h: In static member function 'static QString QRegExpValidator::trUtf8(const char*, const char*, int)':
/usr/local/include/qt4/QtGui/qvalidator.h:182: error: return type 'struct QString' is incomplete
/usr/local/include/qt4/QtGui/qvalidator.h:182: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
In file included from /usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:48,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:33,
from /usr/include/string.h:49,
from /usr/local/include/qt4/QtCore/qbytearray.h:48,
from /usr/local/include/qt4/QtCore/qstring.h:46,
from /usr/local/include/qt4/QtCore/qobject.h:48,
from /usr/local/include/qt4/QtCore/qiodevice.h:46,
from /usr/local/include/qt4/QtCore/qxmlstream.h:45,
from /usr/local/include/qt4/QtCore/QtCore:3,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp:30:
/usr/local/src/propertyeditor-2.1.3/lib/propertyvalidator.h: In static member function 'static QString PropertyEditor::PropertyValidator::tr(const char*, const char*)':
/usr/local/src/propertyeditor-2.1.3/lib/propertyvalidator.h:51: error: return type 'struct QString' is incomplete
/usr/local/src/propertyeditor-2.1.3/lib/propertyvalidator.h:51: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/src/propertyeditor-2.1.3/lib/propertyvalidator.h: In static member function 'static QString PropertyEditor::PropertyValidator::trUtf8(const char*, const char*)':
/usr/local/src/propertyeditor-2.1.3/lib/propertyvalidator.h:51: error: return type 'struct QString' is incomplete
/usr/local/src/propertyeditor-2.1.3/lib/propertyvalidator.h:51: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/src/propertyeditor-2.1.3/lib/propertyvalidator.h: In static member function 'static QString PropertyEditor::PropertyValidator::tr(const char*, const char*, int)':
/usr/local/src/propertyeditor-2.1.3/lib/propertyvalidator.h:51: error: return type 'struct QString' is incomplete
/usr/local/src/propertyeditor-2.1.3/lib/propertyvalidator.h:51: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/src/propertyeditor-2.1.3/lib/propertyvalidator.h: In static member function 'static QString PropertyEditor::PropertyValidator::trUtf8(const char*, const char*, int)':
/usr/local/src/propertyeditor-2.1.3/lib/propertyvalidator.h:51: error: return type 'struct QString' is incomplete
/usr/local/src/propertyeditor-2.1.3/lib/propertyvalidator.h:51: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
In file included from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:33,
from /usr/include/string.h:49,
from /usr/local/include/qt4/QtCore/qbytearray.h:48,
from /usr/local/include/qt4/QtCore/qstring.h:46,
from /usr/local/include/qt4/QtCore/qobject.h:48,
from /usr/local/include/qt4/QtCore/qiodevice.h:46,
from /usr/local/include/qt4/QtCore/qxmlstream.h:45,
from /usr/local/include/qt4/QtCore/QtCore:3,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp:30:
/usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h: At global scope:
/usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:57: error: invalid use of incomplete type 'struct QObject'
/usr/local/include/qt4/QtCore/qobjectdefs.h:238: error: forward declaration of 'struct QObject'
/usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h: In static member function 'static QString PropertyEditor::PropertyInterface::tr(const char*, const char*)':
/usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:58: error: return type 'struct QString' is incomplete
/usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:58: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h: In static member function 'static QString PropertyEditor::PropertyInterface::trUtf8(const char*, const char*)':
/usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:58: error: return type 'struct QString' is incomplete
/usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:58: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h: In static member function 'static QString PropertyEditor::PropertyInterface::tr(const char*, const char*, int)':
/usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:58: error: return type 'struct QString' is incomplete
/usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:58: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h: In static member function 'static QString PropertyEditor::PropertyInterface::trUtf8(const char*, const char*, int)':
/usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:58: error: return type 'struct QString' is incomplete
/usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:58: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h: At global scope:
/usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:111: error: expected identifier before string constant
/usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:111: error: expected ',' or '...' before string constant
/usr/local/src/propertyeditor-2.1.3/lib/propertyinterface.h:111: error: expected constructor, destructor, or type conversion before ';' token
In file included from /usr/include/string.h:49,
from /usr/local/include/qt4/QtCore/qbytearray.h:48,
from /usr/local/include/qt4/QtCore/qstring.h:46,
from /usr/local/include/qt4/QtCore/qobject.h:48,
from /usr/local/include/qt4/QtCore/qiodevice.h:46,
from /usr/local/include/qt4/QtCore/qxmlstream.h:45,
from /usr/local/include/qt4/QtCore/QtCore:3,
from /usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp:30:
/usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h: In static member function 'static QString Strings::tr(const char*, const char*)':
/usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:42: error: return type 'struct QString' is incomplete
/usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:42: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h: In static member function 'static QString Strings::trUtf8(const char*, const char*)':
/usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:42: error: return type 'struct QString' is incomplete
/usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:42: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h: In static member function 'static QString Strings::tr(const char*, const char*, int)':
/usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:42: error: return type 'struct QString' is incomplete
/usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:42: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h: In static member function 'static QString Strings::trUtf8(const char*, const char*, int)':
/usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:42: error: return type 'struct QString' is incomplete
/usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.h:42: error: invalid use of incomplete type 'struct QString'
/usr/local/include/qt4/QtCore/qglobal.h:1401: error: forward declaration of 'struct QString'
/usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp: In member function 'virtual QWidget* Strings::createEditor(QWidget*, const QModelIndex&)':
/usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp:54: error: 'connect' was not declared in this scope
/usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp: In member function 'virtual PropertyEditor::PropertyInterface* Strings::createInstance(QObject*, int, const PropertyEditor::PropertyModel*) const':
/usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp:106: error: 'parent' was not declared in this scope
/usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp: In function 'QObject* qt_plugin_instance()':
/usr/local/src/propertyeditor-2.1.3/plugins/strings/strings.cpp:109: error: no match for 'operator=' in '_instance = (((Strings*)operator new(36u)), (<anonymous>->Strings::Strings(0u, 0u, -0x00000000000000001, 0u), <anonymous>))'
/usr/local/include/qt4/QtCore/qpointer.h:65: note: candidates are: QPointer<T>& QPointer<T>::operator=(const QPointer<T>&) [with T = QObject]
/usr/local/include/qt4/QtCore/qpointer.h:67: note: QPointer<T>& QPointer<T>::operator=(T*) [with T = QObject]
gmake[2]: *** [plugins/strings/CMakeFiles/StringsProperty.dir/strings.cpp.o] Ошибка 1
gmake[1]: *** [plugins/strings/CMakeFiles/StringsProperty.dir/all] Ошибка 2
gmake: *** [all] Ошибка 2

Система:
Код: Выделить всё
uname -a
FreeBSD hamp.cr 7.3-RELEASE FreeBSD 7.3-RELEASE #0:
P.P.S. На OpenSuSe 11.2 все стало без проблем, единственное отличие - gcc 4.4.1