Changes between Initial Version and Version 5 of Ticket #133
- Timestamp:
- Feb 17, 2010, 1:15:32 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #133 – Description
initial v5 35 35 First try, missing API_FPU_CW_Wrappers.h: 36 36 ========================================= 37 37 {{{ 38 38 gcc -I. -I../../../../../include -Zomf -Wall -W -O3 39 39 -DHB_LEGACY_TYPES_OFF -IE:\ecs\system\qt4\include … … 134 134 'mimeData' 135 135 make[1]: *** [hbqt_hbqmainwindow.o] Error 1 136 136 }}} 137 137 138 138 … … 140 140 Second try, with API_FPU_CW_Wrappers.h: 141 141 ========================================= 142 {{{ 142 143 gcc -I. -I../../../../../include -Zomf -Wall -W -O3 -DHB_LEGACY_TYPES_OFF -IE:\ecs\system\qt4\include -IE:\ecs\system\qt4\include/QtCore -IE:\ecs\system\qt4\include/QtGui -IE:\ecs\system\qt4\include/QtNetwork -DTCPV40HDRS -DHB_FM_STATISTICS_OFF -ohbqt_hbqmainwindow.o -c ../../../hbqt_hbqmainwindow.cpp 143 144 In file included from E:\ecs\system\qt4\include/QtCore/qt_os2.h:59, … … 175 176 make: *** [descend] Error 2 176 177 make: Leaving directory `E:/harbour102/harbour/contrib/hbqt' 177 178 179 180 178 }}}