[Harbour] SF.net SVN: harbour-project:[12342] trunk/harbour

2009-08-27 Thread vszakats
Revision: 12342 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12342&view=rev Author: vszakats Date: 2009-08-27 07:06:52 + (Thu, 27 Aug 2009) Log Message: --- 2009-08-27 09:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * mpkg_deb.sh * bin/hb-fu

[Harbour] SF.net SVN: harbour-project:[12343] trunk/harbour

2009-08-27 Thread vszakats
Revision: 12343 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12343&view=rev Author: vszakats Date: 2009-08-27 07:42:30 + (Thu, 27 Aug 2009) Log Message: --- 2009-08-27 09:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/gtalleg/Makefile

[Harbour] SF.net SVN: harbour-project:[12344] trunk/harbour

2009-08-27 Thread vszakats
Revision: 12344 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12344&view=rev Author: vszakats Date: 2009-08-27 07:48:30 + (Thu, 27 Aug 2009) Log Message: --- 2009-08-27 09:48 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/gtalleg/Makefile

[Harbour] SF.net SVN: harbour-project:[12345] trunk/harbour

2009-08-27 Thread vszakats
Revision: 12345 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12345&view=rev Author: vszakats Date: 2009-08-27 07:50:31 + (Thu, 27 Aug 2009) Log Message: --- 2009-08-27 09:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/detect.mk % De

Re: [Harbour] Are they expected?

2009-08-27 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Enrico Maria Giordano" A: "Harbour Project Developers Mailing List" Data invio: martedì 25 agosto 2009 10.07 Oggetto: [Harbour] Are they expected? hbmk2: Warning: File cannot be found: \utils\hbrun\hbrun.hbp hbmk2: Error: No source files were specified. h

[Harbour] SF.net SVN: harbour-project:[12346] trunk/harbour

2009-08-27 Thread vszakats
Revision: 12346 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12346&view=rev Author: vszakats Date: 2009-08-27 11:17:45 + (Thu, 27 Aug 2009) Log Message: --- 2009-08-27 13:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * mpkg_deb.sh * HB_WITH

[Harbour] SF.net SVN: harbour-project:[12347] trunk/harbour

2009-08-27 Thread vszakats
Revision: 12347 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12347&view=rev Author: vszakats Date: 2009-08-27 12:00:28 + (Thu, 27 Aug 2009) Log Message: --- 2009-08-27 13:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/Makefile *

[Harbour] SF.net SVN: harbour-project:[12348] trunk/harbour

2009-08-27 Thread vszakats
Revision: 12348 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12348&view=rev Author: vszakats Date: 2009-08-27 12:03:09 + (Thu, 27 Aug 2009) Log Message: --- 2009-08-27 14:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/Makefile

[Harbour] SF.net SVN: harbour-project:[12349] trunk/harbour

2009-08-27 Thread vszakats
Revision: 12349 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12349&view=rev Author: vszakats Date: 2009-08-27 12:18:29 + (Thu, 27 Aug 2009) Log Message: --- 2009-08-27 14:18 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * external/libhpdf/Makefile

[Harbour] SF.net SVN: harbour-project:[12350] trunk/harbour

2009-08-27 Thread vszakats
Revision: 12350 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12350&view=rev Author: vszakats Date: 2009-08-27 12:30:27 + (Thu, 27 Aug 2009) Log Message: --- 2009-08-27 14:30 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/Makefile

[Harbour] several build failures

2009-08-27 Thread Tamas TEVESZ
hi, #1 linux, sunpro: ! Building Harbour 2.0.0beta2 from source - http://www.harbour-project.org ! MAKE: make 3.81 /bin/sh ! HB_INSTALL_PREFIX: /tmp/hbcc ! HB_HOST_PLAT: linux HB_SHELL: sh ! HB_PLATFORM: linux (autodetected) ! HB_COMPILER: sunpro ! Component: 'openssl' found in /usr/includ

[Harbour] SF.net SVN: harbour-project:[12351] trunk/harbour

2009-08-27 Thread vszakats
Revision: 12351 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12351&view=rev Author: vszakats Date: 2009-08-27 15:24:16 + (Thu, 27 Aug 2009) Log Message: --- 2009-08-27 17:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/linux/sunpro.mk

[Harbour] ActiveX

2009-08-27 Thread Alex Strickland
Hi I have done some testing of HWGUI and yesterday's Harbour compiled with hbmk2 and MSVC 2008 with indifferent results. If I run "Test MSCal" then the calendar control appears, and all the events occur nicely, however when I shut the app down Windows Vista reports that the App has "stopped

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

Re: [Harbour] ActiveX

2009-08-27 Thread Alex Strickland
Alex Strickland wrote: Damn, I left this out of cut and paste: METHOD OnError() CLASS HWGActiveX return HB_ExecFromArray( ::oOLE, __GetMessage(), HB_AParams() ) Regards Alex ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-p

[Harbour] SF.net SVN: harbour-project:[12352] trunk/harbour

2009-08-27 Thread vszakats
Revision: 12352 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12352&view=rev Author: vszakats Date: 2009-08-27 16:20:34 + (Thu, 27 Aug 2009) Log Message: --- 2009-08-27 18:20 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/linux/sunpro.mk

[Harbour] SF.net SVN: harbour-project:[12353] trunk/harbour

2009-08-27 Thread vszakats
Revision: 12353 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12353&view=rev Author: vszakats Date: 2009-08-27 16:37:37 + (Thu, 27 Aug 2009) Log Message: --- 2009-08-27 18:37 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/bsd/gcc.mk * con

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, 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

[Harbour] SF.net SVN: harbour-project:[12354] trunk/harbour

2009-08-27 Thread vszakats
Revision: 12354 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12354&view=rev Author: vszakats Date: 2009-08-27 17:16:44 + (Thu, 27 Aug 2009) Log Message: --- 2009-08-27 19:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/rules.mk ! Mis

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'

[Harbour] SF.net SVN: harbour-project:[12355] trunk/harbour

2009-08-27 Thread vszakats
Revision: 12355 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12355&view=rev Author: vszakats Date: 2009-08-27 18:09:27 + (Thu, 27 Aug 2009) Log Message: --- 2009-08-27 20:03 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/linux/libs.mk

[Harbour] The mingw-w64 project For Windows 64-bit and 32-bit operating systems

2009-08-27 Thread Massimo Belgrano
The mingw-w64 project is a complete run time environment for gcc to support binaries native to Windows 64-bit and 32-bit operating systems This project is a good alternative to VisualStudio C++ for x64. It's also an alternative to the "original" MinGW. The project maintainers are very responsive,

[Harbour] SF.net SVN: harbour-project:[12356] trunk/harbour

2009-08-27 Thread vszakats
Revision: 12356 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12356&view=rev Author: vszakats Date: 2009-08-27 18:15:49 + (Thu, 27 Aug 2009) Log Message: --- 2009-08-27 20:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/bsd/gcc.mk * con

Re: [Harbour] The mingw-w64 project For Windows 64-bit and 32-bit operating systems

2009-08-27 Thread Viktor Szakáts
We fully support it since long. In the first unified release the whole package was bundled with Harbour, since it was left out because of huge bloat, and replaced with install instructions. Brgds, Viktor On 2009.08.27., at 8:13, Massimo Belgrano wrote: The mingw-w64 project is a complete run t

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). > > >

[Harbour] SF.net SVN: harbour-project:[12357] trunk/harbour

2009-08-27 Thread vszakats
Revision: 12357 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12357&view=rev Author: vszakats Date: 2009-08-27 18:57:07 + (Thu, 27 Aug 2009) Log Message: --- 2009-08-27 20:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added new H

[Harbour] SF.net SVN: harbour-project:[12358] trunk/harbour

2009-08-27 Thread vszakats
Revision: 12358 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12358&view=rev Author: vszakats Date: 2009-08-27 19:20:32 + (Thu, 27 Aug 2009) Log Message: --- 2009-08-27 21:20 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * external/libhpdf/Makefile

Re: [Harbour] ActiveX

2009-08-27 Thread Pritpal Bedi
Hello Alex Alex Strickland wrote: > > error is 0x80040200 (CONNECT_E_NOCONNECTION), MSDN says: > > "CONNECT_E_NOCONNECTION Error > > The CONNECT_E_NOCONNECTION error is returned when AtlAdvise() calls the > IConnectionPointContainer::FindConnectionPoint() method and fails. The ATL > impleme

[Harbour] SF.net SVN: harbour-project:[12359] trunk/harbour

2009-08-27 Thread druzus
Revision: 12359 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12359&view=rev Author: druzus Date: 2009-08-27 19:41:22 + (Thu, 27 Aug 2009) Log Message: --- 2009-08-27 21:41 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/fi

Re: [Harbour] SF.net SVN: harbour-project:[12352] trunk/harbour

2009-08-27 Thread Tamas TEVESZ
On Thu, 27 Aug 2009, vszak...@users.sourceforge.net wrote: > Revision: 12352 > 2009-08-27 18:20 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) > * config/linux/sunpro.mk > + Setting CXX for linux/sunpro.mk to make it build .cpp files > without forcing cpp mode explicitly. (suncc

[Harbour] SF.net SVN: harbour-project:[12360] trunk/harbour

2009-08-27 Thread vszakats
Revision: 12360 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12360&view=rev Author: vszakats Date: 2009-08-27 22:53:07 + (Thu, 27 Aug 2009) Log Message: --- 2009-08-28 00:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/rules.mk * confi

Re: [Harbour] SF.net SVN: harbour-project:[12360] trunk/harbour

2009-08-27 Thread Tamas TEVESZ
On Thu, 27 Aug 2009, vszak...@users.sourceforge.net wrote: > * config/sunos/libs.mk > - Deleted commented /usr/X11R6/lib64 lib dir. It's a Linux > distro specific thing. almost there. still centos 4.8, x64, having slang and ncurses (+devel stuff) installed, but no gpm devel insta

[Harbour] mingw64 4.5.0 warnings

2009-08-27 Thread Viktor Szakáts
New ones: x86_64-w64-mingw32-gcc -I. -I../../../../../include -Wall -W -O3 -fomit-frame-pointer -ohbsocket.o -c ../../../hbsocket.c ../../../hbsocket.c: In function 'hb_socketSelectRD': ../../../hbsocket.c:1317:7: warning: comparison between signed and unsigned integer expressions ../../../hbs

[Harbour] SF.net SVN: harbour-project:[12361] trunk/harbour

2009-08-27 Thread vszakats
Revision: 12361 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12361&view=rev Author: vszakats Date: 2009-08-28 06:54:23 + (Fri, 28 Aug 2009) Log Message: --- 2009-08-28 08:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * bin/hb-func.sh ! Fixe

Re: [Harbour] SF.net SVN: harbour-project:[12360] trunk/harbour

2009-08-27 Thread Viktor Szakáts
> install not so much, as it wants to link against gpm: > > ! 'sqlite3' library skipped (not supported or disabled) > ./bin/postinst.sh > Making /usr/local/bin/hbmk.cfg... > Making /usr/local/bin/hb-build... > Creating links... > Making libharbour-2.0.0.so... > /usr/bin/ld: cannot find -lgpm > coll