03-26-2012 05:39 AM
Hello,
While executing the command "make" command in command prompt, I got te error
../../Qt/4.8.0/include/QtCore/../../src/corelib/to
ion 'void QVector<T>::realloc(int, int) [with T = QPainterPath::Element]':
../../Qt/4.8.0/include/QtCore/../../src/corelib/to
ted from 'void QVector<T>::detach_helper() [with T = QPainterPath::Element]'
../../Qt/4.8.0/include/QtCore/../../src/corelib/to
ted from 'void QVector<T>::detach() [with T = QPainterPath::Element]'
../../Qt/4.8.0/include/QtCore/../../src/corelib/to
ted from 'T* QVector<T>::begin() [with T = QPainterPath::Element]'
../../Qt/4.8.0/include/QtCore/../../src/corelib/to
ted from 'T& QVector<T>::first() [with T = QPainterPath::Element]'
../../Qt/4.8.0/include/QtGui/../../src/gui/paintin
tiated from here
../../Qt/4.8.0/include/QtCore/../../src/corelib/to
atching function for call to 'operator new(unsigned int, QPainterPath::Element*)
'
<built-in>:0: note: candidates are: void* operator new(unsigned int)
../../Qt/4.8.0/include/QtCore/../../src/corelib/to
atching function for call to 'operator new(unsigned int, QPainterPath::Element*)
'
<built-in>:0: note: candidates are: void* operator new(unsigned int)
Help me if anybody knows solution for this problem.
Thanks,
Prathipa
03-26-2012 10:44 AM
Post your code or what exactly are you trying to 'make'?