Dave Feustel wrote:
On Saturday 01 April 2006 08:42, Andy wrote:
Whist building qt-4.1.2 open source version for Linux (x86) the
following errors were reported during ./configure;
/home/andy/qt_4.1.2/qt-x11-opensource-src-4.1.2/src/corelib/io/qfsfileengine_unix.cpp:
In member function ‘bool QFSFileEnginePrivate::isSymlink() const’:
/home/andy/qt_4.1.2/qt-x11-opensource-src-4.1.2/src/corelib/io/qfsfileengine_unix.cpp:320:
error: ‘QT_LSTAT’ was not declared in this scope
/home/andy/qt_4.1.2/qt-x11-opensource-src-4.1.2/src/corelib/io/qfsfileengine_unix.cpp:
In member function ‘virtual bool QFSFileEngine::setSize(qint64)’:
/home/andy/qt_4.1.2/qt-x11-opensource-src-4.1.2/src/corelib/io/qfsfileengine_unix.cpp:682:
error: ‘QT_FTRUNCATE’ was not declared in this scope
/home/andy/qt_4.1.2/qt-x11-opensource-src-4.1.2/src/corelib/io/qfsfileengine_unix.cpp:684:
error: ‘QT_TRUNCATE’ was not declared in this scope
gmake: *** [qfsfileengine_unix.o] Error 1
Any ideas?
What compiler version did you use?
:
gcc -dumpversion
4.0.2
I assume that that would be the version used.
--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/
|