Hi,

The builds on 'CentOS 5.3', 'Fedora 11' and 'Vista' are running correctly. The 'demoqt' and 'demoxbp' executed coreectly, just one crash on Vista at 'demoxbp' finishing, but as I know correctly this is already reported.

Thank you for the information. One exit crash on win with QT was
already fixed AFAIR. I've just tried it here and it doesn't do
it on XP/mingw. If you have some more on this, please post it.

I tried on 'Fedora 11' a correct crossbuild with the following script:

export HB_PLATFORM=win
export HB_CCPATH=/usr/bin/
export HB_CCPREFIX=i686-pc-mingw32-
export HB_BIN_COMPILE=/usr/local/bin
export HB_INSTALL_PREFIX=/usr/local/windows
cd ./harbour
make clean install
cd ..

My question is regarding the mingw32 auto detection on 'Fedora 11', could it be implemented for this distribution too? Is this HB_CCPATH and HB_CCPREFIX info sufficient for this or do you need more input?

In config/global.mk line 524 try to change 'i?86-mingw*-gcc' text to
'i?86*-mingw*-gcc' (note the extra '*' after 86), and see if it gets
detected.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to