Changes between Initial Version and Version 5 of Ticket #133


Ignore:
Timestamp:
Feb 17, 2010, 12:15:32 AM (14 years ago)
Author:
Dmitry A. Kuminov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #133 – Description

    initial v5  
    3535First try, missing API_FPU_CW_Wrappers.h:
    3636=========================================
    37 
     37{{{
    3838gcc   -I. -I../../../../../include -Zomf -Wall -W -O3
    3939-DHB_LEGACY_TYPES_OFF  -IE:\ecs\system\qt4\include
     
    134134'mimeData'
    135135make[1]: *** [hbqt_hbqmainwindow.o] Error 1
    136 
     136}}}
    137137
    138138
     
    140140Second try, with API_FPU_CW_Wrappers.h:
    141141=========================================
     142{{{
    142143gcc   -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
    143144In file included from E:\ecs\system\qt4\include/QtCore/qt_os2.h:59,
     
    175176make: *** [descend] Error 2
    176177make: Leaving directory `E:/harbour102/harbour/contrib/hbqt'
    177 
    178 
    179 
    180 
     178}}}