[Harbour] hbide build problem

2009-12-29 Thread Maurizio la Cecilia
Surely, as usual, it's my problem... At link time quite all modules fails due to undefined reference to "_Unwind_Resume" and "__cxa_get_exception_ptr" and "__gxx_personality_v0". What i missed? TIA Maurizio -- View this message in context: http://old.nabble.com/hbide-build-problem-tp26958110p26

Re: [Harbour] hbide build problem

2009-12-29 Thread Pritpal Bedi
Hi Maurizio la Cecilia wrote: > > Surely, as usual, it's my problem... > At link time quite all modules fails due to undefined reference to > "_Unwind_Resume" and "__cxa_get_exception_ptr" and "__gxx_personality_v0". > What i missed? > Install MINGW version pointed in INSTALL. Regards Pritp

Re: [Harbour] hbide build problem

2009-12-30 Thread Maurizio la Cecilia
Ok. Worked fine pointing to mingw release embedded in the Qt installation. Better would be, IMHO, to specify in INSTALL that in compiling hbide the MinGW version needs to be the same as the Qt build. The "MinGW GNU C 3.4.2 and above" suggestion in INSTALL it's fine for Harbour build, but this it's

Re: [Harbour] hbide build problem

2009-12-30 Thread Viktor Szakáts
> Ok. Worked fine pointing to mingw release embedded in the Qt installation. > Better would be, IMHO, to specify in INSTALL that in compiling hbide the > MinGW version needs to be the same as the Qt build. > The "MinGW GNU C 3.4.2 and above" suggestion in INSTALL it's fine for > Harbour build, but