MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
cd tutorial
make -i
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
cd t1
qmake t1.pro -o Makefile -nodepend -spec win32-borland
cd t2
qmake t2.pro -o Makefile -nodepend -spec win32-borland
cd t3
qmake t3.pro -o Makefile -nodepend -spec win32-borland
cd t4
qmake t4.pro -o Makefile -nodepend -spec win32-borland
cd t5
qmake t5.pro -o Makefile -nodepend -spec win32-borland
cd t6
qmake t6.pro -o Makefile -nodepend -spec win32-borland
cd t7
qmake t7.pro -o Makefile -nodepend -spec win32-borland
cd t8
qmake t8.pro -o Makefile -nodepend -spec win32-borland
cd t9
qmake t9.pro -o Makefile -nodepend -spec win32-borland
cd t10
qmake t10.pro -o Makefile -nodepend -spec win32-borland
cd t11
qmake t11.pro -o Makefile -nodepend -spec win32-borland
cd t12
qmake t12.pro -o Makefile -nodepend -spec win32-borland
cd t13
qmake t13.pro -o Makefile -nodepend -spec win32-borland
cd t14
qmake t14.pro -o Makefile -nodepend -spec win32-borland
cd t1
make
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
bcc32 -c -tWR -w -w-hid -tWM -O2 -x- -RT- -DUNICODE -DQT_TRIAL -DQT_DLL -DQT_THREAD_SUPPORT -DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I"D:\C++\Qt\include" -I"tmp\moc\release_mt_shared" -I"D:\C++\Qt\mkspecs\win32-borland" -otmp\obj\release_mt_shared\main.obj main.cpp
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
main.cpp:
Error E2209 D:\C++\Qt\include\qcstring.h 46: Unable to open include file 'string.h'
Error E2268 D:\C++\Qt\include\qcstring.h 58: Call to undefined function 'strlen' in function qstrlen(const char *)
Error E2268 D:\C++\Qt\include\qcstring.h 61: Call to undefined function 'strcpy' in function qstrcpy(char *,const char *)
Error E2034 D:\C++\Qt\include\qcstring.h 61: Cannot convert 'int' to 'char *' in function qstrcpy(char *,const char *)
Warning W8057 D:\C++\Qt\include\qcstring.h 61: Parameter 'dst' is never used in function qstrcpy(char *,const char *)
Warning W8057 D:\C++\Qt\include\qcstring.h 61: Parameter 'src' is never used in function qstrcpy(char *,const char *)
Error E2268 D:\C++\Qt\include\qcstring.h 67: Call to undefined function 'strcmp' in function qstrcmp(const char *,const char *)
Error E2268 D:\C++\Qt\include\qcstring.h 73: Call to undefined function 'strncmp' in function qstrncmp(const char *,const char *,unsigned int)
Error E2268 D:\C++\Qt\include\qcstring.h 83: Call to undefined function 'strlen' in function cstrlen(const char *)
Warning W8057 D:\C++\Qt\include\qcstring.h 83: Parameter 'str' is never used in function cstrlen(const char *)
Error E2268 D:\C++\Qt\include\qcstring.h 86: Call to undefined function 'strcpy' in function cstrcpy(char *,const char *)
Warning W8057 D:\C++\Qt\include\qcstring.h 86: Parameter 'dst' is never used in function cstrcpy(char *,const char *)
Warning W8057 D:\C++\Qt\include\qcstring.h 86: Parameter 'src' is never used in function cstrcpy(char *,const char *)
Error E2268 D:\C++\Qt\include\qcstring.h 89: Call to undefined function 'strcmp' in function cstrcmp(const char *,const char *)
Warning W8057 D:\C++\Qt\include\qcstring.h 89: Parameter 'str1' is never used in function cstrcmp(const char *,const char *)
Warning W8057 D:\C++\Qt\include\qcstring.h 89: Parameter 'str2' is never used in function cstrcmp(const char *,const char *)
Error E2268 D:\C++\Qt\include\qcstring.h 92: Call to undefined function 'strncmp' in function cstrncmp(const char *,const char *,unsigned int)
Warning W8057 D:\C++\Qt\include\qcstring.h 92: Parameter 'str1' is never used in function cstrncmp(const char *,const char *,unsigned int)
Warning W8057 D:\C++\Qt\include\qcstring.h 92: Parameter 'str2' is never used in function cstrncmp(const char *,const char *,unsigned int)
Warning W8057 D:\C++\Qt\include\qcstring.h 92: Parameter 'len' is never used in function cstrncmp(const char *,const char *,unsigned int)
Error E2209 D:\C++\Qt\include\qtextstream.h 44: Unable to open include file 'stdio.h'
Error E2293 D:\C++\Qt\include\qtextstream.h 70: ) expected
Error E2321 D:\C++\Qt\include\qtextstream.h 73: Declaration does not specify a tag or an identifier
Error E2293 D:\C++\Qt\include\qtextstream.h 204: ) expected
Error E2040 D:\C++\Qt\include\qtextstream.h 212: Declaration terminated incorrectly
Error E2190 D:\C++\Qt\include\qtextstream.h 212: Unexpected }
Error E2190 D:\C++\Qt\include\qtextstream.h 212: Unexpected }
Error E2293 D:\C++\Qt\include\qtextstream.h 220: ) expected
Error E2040 D:\C++\Qt\include\qtextstream.h 228: Declaration terminated incorrectly
Error E2190 D:\C++\Qt\include\qtextstream.h 228: Unexpected }
Error E2190 D:\C++\Qt\include\qtextstream.h 228: Unexpected }
Error E2139 D:\C++\Qt\include\qvaluelist.h 86: Declaration missing ;
Error E2139 D:\C++\Qt\include\qvaluelist.h 162: Declaration missing ;
Error E2139 D:\C++\Qt\include\qvaluelist.h 224: Declaration missing ;
Error E2293 D:\C++\Qt\include\qvaluelist.h 250: ) expected
Error E2228 D:\C++\Qt\include\qvaluelist.h 250: Too many error or warning messages
*** 26 errors in Compile ***
** error 1 ** deleting tmp\obj\release_mt_shared\main.obj |