Re: [Harbour] Precompiled headers

2009-07-01 Thread Viktor Szakáts
Hi Chen, Thank you. Mainly hbqt is affected, and bcc doesn't work with QT, so we cannot use it for this contrib (but maybe it'd be useful for Harbour). With hbqt, just one QT header, like f.e. will generate a 15MB sized .gch file with g++. I have no idea how to generate these (per header? per

Re: [Harbour] Precompiled headers

2009-07-01 Thread Chen Kedem
Viktor, > How to enable or use precompiled headers with Harbour With BCC32 you can use: set HB_USER_CFLAGS=-H="x:\path\file.csm" -Hc and it create file.csm + file.#nn in x:\path\ But I get errors if I try to build whole Harbour with this flag (and it does not like include/hbexpr[ab].c since th

[Harbour] Precompiled headers

2009-07-01 Thread Viktor Szakáts
Hi All, How to enable or use precompiled headers with Harbour, more specifically QT headers needed by hbqt? Speaking of hbqt, we'd need to cover gcc and msvc compilers. Question how? It now takes ages to build this lib on all systems I have (even on a brand new MBP), and most of the time is spe