Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip

2009-04-13 Thread Phil Krylov
Hi, On Mon, Apr 13, 2009 at 1:28 AM, Luiz Rafael Culik Guimaraes l...@xharbour.com.br wrote: xharbour-1.2.0-0cl10.i386.rpm Isn't this release funny? It's tagged as 1.2.1, binaries for Linux are named as 1.2.0, source as 1.2.1, and binaries for Windows as 1.20.01. ;))) -- Ph.

[xHarbour-developers] ChangeLog 2009-04-13 17:48 UTC+0300 Phil Krylov phil a t newstar.rinet.ru

2009-04-13 Thread Phil Krylov
2009-04-13 17:48 UTC+0300 Phil Krylov phil a t newstar.rinet.ru * tests/tstscope.prg * tests/scope1.prg * tests/scope2.prg + Added a test demonstrating erroneous scope violation when a subclass sends a PROTECTED message to another instance of its superclass. * Some small hacks

[xHarbour-developers] ChangeLog 2009-04-13 18:22 UTC+0300 Phil Krylov phil a t newstar.rinet.ru

2009-04-13 Thread Phil Krylov
2009-04-13 18:22 UTC+0300 Phil Krylov phil a t newstar.rinet.ru * include/classes.h * source/vm/classes.c + Added self class casting. % Optimized some checks for derived class. ! Do not add unnecessary messages for the same class when it's inherited more than once (appears

[xHarbour-developers] ChangeLog 2009-04-13 18:45 UTC+0300 Phil Krylov phil a t newstar.rinet.ru

2009-04-13 Thread Phil Krylov
2009-04-13 18:45 UTC+0300 Phil Krylov phil a t newstar.rinet.ru * bin/hb-func.sh + added support for displaying harbour bin, lib and include directories for --hbdirbin --hbdirlib --hbdirinc parameters. Such feature allows to use -I`hbmk --hbdirinc` in *nixes build scripts

[xHarbour-developers] Warnings

2009-04-13 Thread Enrico Maria Giordano
Warning W8004 source\vm\classes.c 812: 'pCallerClass' is assigned a value that is never used in function hb_clsValidScope Warning W8004 source\vm\hvm.c 3076: 'pLocal' is assigned a value that is never used in function hb_vmExecute EMG -- EMAG Software Homepage: http://www.emagsoftware.it

Re: [xHarbour-developers] Warnings

2009-04-13 Thread Phil Krylov
On Mon, Apr 13, 2009 at 7:06 PM, Enrico Maria Giordano e.m.giord...@emagsoftware.it wrote: Warning W8004 source\vm\classes.c 812: 'pCallerClass' is assigned a value that is never used in function hb_clsValidScope Warning W8004 source\vm\hvm.c 3076: 'pLocal' is assigned a value that is never

[xHarbour-developers] Can't compile on linux anymore

2009-04-13 Thread Vicente Guerra
Hi! I'm using Slackware 12.0. It doesn't installs (at least by default) ODBC header files. Previously compiling xHarbour, ODBC library were'nt created, but it doesn't stopped build. Now compilation is not completed. Thanks in advance. Atte. Vic

[xHarbour-developers] ChangeLog 2009-04-14 00:40 UTC+0300 Phil Krylov phil a t newstar.rinet.ru

2009-04-13 Thread Phil Krylov
2009-04-14 00:40 UTC+0300 Phil Krylov phil a t newstar.rinet.ru + config/none.cf + added dummy header file for GNU make to avoid errors on unsupported platforms (by Przemyslaw Czerpak, borrowed from Harbour) * source/odbc/Makefile * source/odbc/odbc.c + Platform protection

Re: [xHarbour-developers] Can't compile on linux anymore

2009-04-13 Thread Phil Krylov
Hi, On Mon, Apr 13, 2009 at 11:27 PM, Vicente Guerra v...@guerra.com.mx wrote: I'm using Slackware 12.0. It doesn't installs (at least by default) ODBC header files. They usually belong to unixODBC package. Previously compiling xHarbour, ODBC library were'nt created, but it doesn't

Re: [xHarbour-developers] Can't compile on linux anymore

2009-04-13 Thread Vicente Guerra
On Tue, 14 Apr 2009, Phil Krylov wrote: I'm using Slackware 12.0. It doesn't installs (at least by default) ODBC header files. They usually belong to unixODBC package. Thank you for the info. Previously compiling xHarbour, ODBC library were'nt created, but it doesn't stopped

Re: [xHarbour-developers] ChangeLog 2009-04-14 00:40 UTC+0300 PhilKrylov phil a t newstar.rinet.ru

2009-04-13 Thread Luiz Rafael Culik Guimaraes
Phil As I know, we still in release freeze, so no commits should be done in my opinion, unless im wrong Regards Luiz - Original Message - From: Phil Krylov p...@newstar.rinet.ru To: xHarbour Developers Mailing List xharbour-developers@lists.sourceforge.net Sent: Monday, April 13, 2009

Re: [xHarbour-developers] ChangeLog 2009-04-14 00:40 UTC+0300 PhilKrylov phil a t newstar.rinet.ru

2009-04-13 Thread Phil Krylov
Hi, On Tue, Apr 14, 2009 at 2:59 AM, Luiz Rafael Culik Guimaraes l...@xharbour.com.br wrote: As I know, we still in release freeze, so no commits should be done in my opinion, unless im wrong I don't think so. I think that release freeze ends with tagging CVS or at least with releasing source