Re: [Harbour] several build failures with r13656

2010-01-22 Thread Viktor Szakáts
Hi Tamas, Pls note that these two failures are result of not rebuilt _native Harbour binaries_ used to create these cross-builds. I'd appreciate if you could resend these results after rebuilding Linux Harbour binaries. Brgds, Viktor On 2010 Jan 21, at 03:39, Tamas TEVESZ wrote: > > hi, >

Re: [Harbour] several build failures

2009-08-27 Thread Tamas TEVESZ
On Thu, 27 Aug 2009, Viktor Szakáts wrote: > > > > using gcc 4.3.3, it too builds, in both c and cpp modes. > > > > > > > > granted, this is not core (yet), but maybe there's a way around this > > > > (maybe in a similar way as external/libhpdf/ explicitly switches to > > > > c mode). > > >

Re: [Harbour] several build failures

2009-08-27 Thread Viktor Szakáts
using gcc 4.3.3, it too builds, in both c and cpp modes. granted, this is not core (yet), but maybe there's a way around this (maybe in a similar way as external/libhpdf/ explicitly switches to c mode). Is this a new error after latest changes? don't know, haven't built on linux (where there'

Re: [Harbour] several build failures

2009-08-27 Thread Tamas TEVESZ
On Thu, 27 Aug 2009, Viktor Szakáts wrote: > > suncc -I. -I../../../../../include -fast -xnolibmopt -KPIC -erroff=%none > > -I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/include/qt4/QtCore > > -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtNetwork > > -I/usr/include/qt4/QtWebKit -o moc_sl

Re: [Harbour] several build failures

2009-08-27 Thread Viktor Szakáts
Hi, #1 suncc -I. -I../../../../../include -fast -xnolibmopt -KPIC - erroff=%none -I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/ include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/ QtNetwork -I/usr/include/qt4/QtWebKit -o moc_slots.o -c ../../../ moc_slots.cpp cc: No vali

Re: [Harbour] several build failures

2009-08-27 Thread Tamas TEVESZ
On Thu, 27 Aug 2009, Tamas TEVESZ wrote: > this looks as if suncc, when facing c++ code, didn't automagically > know to treat is as c++ (like gcc does, for the most part). using > HB_BUILD_MODE=cpp (ie. sunCC instead of suncc), it builds. > > using gcc 4.3.3, it too builds, in both c and c