Hi

When I build Harbour with msvc , *.cpp files from HbQt are compiled wiith mingw g++
with msvc parameters, while *.c files are correctly compiled with cl.exe.

Sample:

! Building Harbour 2.0.0beta2 from source - http://www.harbour-project.org
! MAKE: mingw32-make 3.81 sh.exe clean install i
! HB_INSTALL_PREFIX: C:\HRB\msvc_D_Tr
! HB_BIN_INSTALL: C:\HRB\msvc_D_Tr\bin
! HB_LIB_INSTALL: C:\HRB\msvc_D_Tr\lib
! HB_INC_INSTALL: C:\HRB\msvc_D_Tr\include
! HB_DOC_INSTALL: C:\HRB\msvc_D_Tr\doc
! HB_BUILD_MODE: cpp
! HB_HOST_PLAT: win (x86)  HB_SHELL: nt
! HB_PLATFORM: win (x86)
! HB_COMPILER: msvc


cl.exe -nologo -I. -I../../../../../include -Gs -TP -W4 -wd4127 -Ot2b1 -EHs-c- -MT -Foexpropt1.obj -c ../../../expropt1.c
expropt1.c

.
.     (corectly compiled with msvc)
.
.
g++ -nologo -I. -I../../../../../include -Gs -TP -W4 -wd4127 -Ot2b1 -EHs-c- -MT -IC:\Qt\2009.03\qt_msvc\include -IC:\Qt\2009.03\qt_msvc\include/Qt -IC:\Qt\2009.03\qt_msvc\include/QtCore -IC:\Qt\2009.03\qt_msvc\include/QtGui -IC:\Qt\2009.03\qt_msvc\include/QtNetwork -IC:\Qt\2009.03\qt_msvc\include/QtWebKit -Fomoc_slots.obj -c ../../../moc_slots.cpp
cc1plus.exe: error: invalid option argument `-Ot2b1'
cc1plus.exe: error: to generate dependencies you must specify either -M or -MM
.
.   (errors)
.
cl.exe -nologo -I. -I../../../../../include -Gs -TP -W4 -wd4127 -Ot2b1 -EHs-c- -MT -IC:\Qt\2009.03\qt_msvc\include -IC:\Qt\2009.03\qt_msvc\include/Qt -IC:\Qt\2009.03\qt_msvc\include/QtCore -IC:\Qt\2009.03\qt_msvc\include/QtGui -IC:\Qt\2009.03\qt_msvc\include/QtNetwork -IC:\Qt\2009.03\qt_msvc\include/QtWebKit -FoTQAbstractButton.obj -c TQAbstractButton.c
TQAbstractButton.c
.
.
.    (*.c files genereted form *.prg  compiled corectls)

.


I regulary make msvc and mingw builds.
Mingw build is OK

BRGS

Franček

<<attachment: francek_prijatelj.vcf>>

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to