2009-02-03 03:02 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/mpkg_deb.sh
* harbour/make_gnu_xmingwce.sh
* harbour/tests/transtst.prg
* harbour/tests/wcecon.prg
* harbour/tests/foreach2.prg
* harbour/tests/rto_get.prg
* harbour/tests/memtst.prg
* harbour/tests/gtwi
Revision: 10153
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10153&view=rev
Author: druzus
Date: 2009-02-03 02:05:45 + (Tue, 03 Feb 2009)
Log Message:
---
2009-02-03 03:02 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/mpkg_deb.sh
Pritpal Bedi wrote:
Today, I have deployed in production all of my applications,
under the brand name "Vouch", compiled with Harbour,
and have discontinued support for Clipper compilations for ever.
Everything, everywhere, with every application, is running fine.
That is so cool, Pritpal.
C
Hello Everybody
Download
http://www.vouch.info/downloads/hrb_dev_20090202.zip
This distribution offers out of the box usage through
xMate Project Builder. Please note that this distribution
is meant for end-user applns/libs only.
This is BCC55 distribution.
Steps to getting started:
1) Unzip
Revision: 10152
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10152&view=rev
Author: vszakats
Date: 2009-02-03 01:09:52 + (Tue, 03 Feb 2009)
Log Message:
---
2009-02-03 02:07 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbct/strdiff.c
Hi Przemek,
> > ; TOFIX: - hbwhat/wincore.prg
> >- xhb/cstruct.prg
> >Needs reviewing and either mutex protection
> >for STATICs or conversion to THREAD STATIC.
>
> Simple conversion to THREAD STATIC cannot be used in xhb/cstruct.prg.
> because this code regi
Revision: 10151
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10151&view=rev
Author: vszakats
Date: 2009-02-03 00:49:27 + (Tue, 03 Feb 2009)
Log Message:
---
2009-02-03 01:49 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbct/charop.c
Revision: 10150
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10150&view=rev
Author: vszakats
Date: 2009-02-03 00:39:56 + (Tue, 03 Feb 2009)
Log Message:
---
2009-02-03 01:39 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/xhb/cstruct.prg
Revision: 10149
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10149&view=rev
Author: vszakats
Date: 2009-02-03 00:34:26 + (Tue, 03 Feb 2009)
Log Message:
---
2009-02-03 01:34 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* source/common/hbprintf.c
On Mon, 02 Feb 2009, vszak...@users.sourceforge.net wrote:
Hi Viktor,
> ; TOFIX: - hbwhat/wincore.prg
>- xhb/cstruct.prg
>Needs reviewing and either mutex protection
>for STATICs or conversion to THREAD STATIC.
Simple conversion to THREAD STATIC cannot be us
On Tue, 03 Feb 2009, maurilio longo wrote:
> Hi all,
> I've made these changes using jedit on a opensolaris box, I hope I did not
> break something with this new editor (I mean, tabs, codepage and so on).
> In case I did, please accept my apologies and feel free to revert my changes
> since I won
Hi all,
I've made these changes using jedit on a opensolaris box, I hope I did not
break something with this new editor (I mean, tabs, codepage and so on).
In case I did, please accept my apologies and feel free to revert my changes
since I won't have access to this pc until after tomorrow nigh
Revision: 10148
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10148&view=rev
Author: mauriliolongo
Date: 2009-02-03 00:01:40 + (Tue, 03 Feb 2009)
Log Message:
---
2009-02-03 00:55 UTC+0100 Maurilio Longo (maurilio.lo...@libero.it)
* include/hbdefs.h
Revision: 10147
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10147&view=rev
Author: vszakats
Date: 2009-02-02 22:28:47 + (Mon, 02 Feb 2009)
Log Message:
---
2009-02-02 23:25 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbct/keysec.prg
Revision: 10146
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10146&view=rev
Author: vszakats
Date: 2009-02-02 21:45:25 + (Mon, 02 Feb 2009)
Log Message:
---
2009-02-02 22:40 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbct/fcopy.prg
On Mon, 02 Feb 2009, Maurilio Longo wrote:
Hi,
> it seems it is not make which dies, but cmd.exe (the shell), could it be that
> we're calling it with more than 1024 chars of command? (the limit could even
> be lower, I don't have a reference handy).
yes, it could be also insufficient environmen
Ok,
I've restricted the scope, it dies at this line of os2/gcc.cf
echo CREATE $(LIB_DIR)/$@ > __lib__.tmp
where it should be creatine a file to hold the names of the modules to put
into a library, but it does not die at the first library, hbcommon.a, so it
has to be something related to line len
Przemyslaw,
it seems it is not make which dies, but cmd.exe (the shell), could it be that
we're calling it with more than 1024 chars of command? (the limit could even
be lower, I don't have a reference handy).
Maurilio.
Maurilio Longo wrote:
> No,
>
> now it dies a little later, making librarie
Revision: 10145
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10145&view=rev
Author: vszakats
Date: 2009-02-02 16:32:36 + (Mon, 02 Feb 2009)
Log Message:
---
2009-02-02 17:25 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* doc/cmpopt.txt
! Fix
No,
now it dies a little later, making libraries
gcc -I. -I../../../../include -Wall -W -O3 -DTCPV40HDRS -DTCPV40HDRS -DTCPV40HDR
S -DTCPV40HDRS -c ../../compi18n.c -ocompi18n.o
gcc -I. -I../../../../include -Wall -W -O3 -DTCPV40HDRS -DTCPV40HDRS -DTCPV40HDR
S -DTCPV40HDRS -c ../../hbmain.c -oh
Przemyslaw,
it seems to work if I write it this way
+...@$(MK) -C $(ARCH_DIR) -f $(GRANDP)Makefile "TOP=$(GRANDP)" $(LIB_NAME)
$(MK_USR)
That is, using double quotes.
Does this break the other builds? Do I need an os2/lib.cf equal to the one
inside config but with this change?
Maurilio.
Maur
It's TOP which is not set, I've changed common/Makefile a litte,
include $(TOP)pippo
include $(ROOT)pluto
here what I see
make -C source
make[1]: Entering directory `E:/repository/harbour-svn/source'
make -C common
make[2]: Entering directory `E:/repository/harbour-svn/source/common'
Makefile:29
Przemyslaw Czerpak wrote:
> And this is OK. Just simply in this place TOP variable should be set to
> "../../" by:
>+...@$(MK) -C $(ARCH_DIR) -f $(GRANDP)Makefile 'TOP=$(GRANDP)' $(LIB_NAME)
> $(MK_USR)
> from config/lib.cf so it should work. For some reasons it's not set.
> You can remove '@
>> My congratulations.
>>
>+1
+2,
Toninho.
__
Faça ligações para outros computadores com o novo Yahoo! Messenger
http://br.beta.messenger.yahoo.com/
___
Harbour mailing list
Harbour@harbour-project.org
h
2009-02-02 17:34 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/doc/cmpopt.txt
* svn ps svn:keywords "Author Date Id Revision"
* minor cleanup
best regards
Przemek
___
Harbour mailing list
Harbour@harbour-project.org
http://list
Revision: 10144
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10144&view=rev
Author: druzus
Date: 2009-02-02 16:30:42 + (Mon, 02 Feb 2009)
Log Message:
---
2009-02-02 17:34 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/doc/cmpopt.tx
On Mon, 02 Feb 2009, Maurilio Longo wrote:
Hi,
> > It should be. I use the same version. So it's probably problem with OS2
> > port or with out TOP/ROOT make vars set in OS2 *.cf files.
> It seems so, look at this:
> make[3]: Entering directory `E:/repository/harbour-svn/source/common/os2/gcc'
>
Przemyslaw Czerpak wrote:
> It should be. I use the same version. So it's probably problem with OS2
> port or with out TOP/ROOT make vars set in OS2 *.cf files.
It seems so, look at this:
make[3]: Entering directory `E:/repository/harbour-svn/source/common/os2/gcc'
../../Makefile:29: ../../config/
On Mon, 02 Feb 2009, Maurilio Longo wrote:
> > Broken.
> > OS/2 does not build, it stops immediatly.
> > This is the make I have
> > (E:\repository\harbour-svn)make --version
> > GNU Make version 3.76.1, by Richard Stallman and Roland McGrath.
> > Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96,
Maurilio Longo wrote:
> Broken.
>
> OS/2 does not build, it stops immediatly.
>
> This is the make I have
>
> (E:\repository\harbour-svn)make --version
> GNU Make version 3.76.1, by Richard Stallman and Roland McGrath.
> Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97
> Free Softw
Il 02/02/2009 11.09, Przemyslaw Czerpak ha scritto:
Hi Pritpal,
To
All Developers ( Past and Present )
Who Contributed to the Project called - HARBOUR
In Any Way
I pay a deep hearted tribute and extend a bunch of THANKS.
For
Today, I have deployed in production all of my applications,
under t
Hi,
doc/cmpopt.txt is missing "Id" svn:keywords (it got none, most files there have
Author, Date, Id, Revision)
Chen.___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
Przemyslaw Czerpak wrote:
> It will be also good to check how OS2 builds work now. It's possible
> that it's broken by new config/dir.cf code just like pure DOS builds
> where recursive make calls with -C does not work for nested
> directories and only the 1-st level works. At least it behaves in
Przemyslaw Czerpak wrote:
> You can also try make_gcc.sh
> It makes two passes for Harbour compilation. The second one enables
> settings necessary for shared libraries though I have never tried to
> use it with OpenSolaris so I cannot say if it works.
> It also supports -j switch.
>
Ok, thanks.
On Mon, 02 Feb 2009, Maurilio Longo wrote:
Hi Maurilio,
> > You have to enable compilation with relocatable code, f.e. use -fPIC or
> > -fpic
> > flag in C_USR. But I do not know it it's enough for OpenSolaris. The last
> > tests I made with Solaris were done over two years ago.
> Ok, tonight I'
Hi Przemyslaw,
Przemyslaw Czerpak wrote:
> On Sat, 31 Jan 2009, maurilio longo wrote:
>
> Hi Maurilio,
>
>> with a couple of very minor changes harbour builds ok on opensolaris
>> 2008.11, but when I try to install it I get these errors:
>> fclose 0x284.
Hi Przemek,
Il 02/02/2009 11.26, Przemyslaw Czerpak ha scritto:
This problem should be eliminated by:
2009-02-02 11:02 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
Thank you very much for your efforts, I will try.
Best regards,
Francesco
___
On Wed, 28 Jan 2009, Przemyslaw Czerpak wrote:
Hi,
> I suggest to ignore this problem until I'll not change structures used
> to hold static variables. The chance for GPF is rather small. The side
> effect of array preallocation added by Mindaugas is noticeable reduced
> number of memory realloca
Hi, to all Who Contributed to the Harbour Project,
I follow the harbour development from early days and appreciate the work
of all of people who commited to this huge project, enabling the fastet
way of development of any application. I was always convinced that
Harbour has great future and it has
On Sat, 31 Jan 2009, maurilio longo wrote:
Hi Maurilio,
> with a couple of very minor changes harbour builds ok on opensolaris 2008.11,
> but when I try to install it I get these errors:
> fclose 0x284 ./libhbrtl.a/errorint.o
> fclose
On Fri, 30 Jan 2009, Pritpal Bedi wrote:
Hi Pritpal,
> To
> All Developers ( Past and Present )
> Who Contributed to the Project called - HARBOUR
> In Any Way
> I pay a deep hearted tribute and extend a bunch of THANKS.
> For
> Today, I have deployed in production all of my applications,
> under
2009-02-02 11:02 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/fm.c
! fixed typo in default FM module setting/
* harbour/include/hbapicls.h
* harbour/source/vm/classes.c
* harbour/source/debug/dbgentry.c
* renamed hb_dbgObjSendMessage() to hb_dbg_objSendM
Revision: 10143
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10143&view=rev
Author: druzus
Date: 2009-02-02 09:58:22 + (Mon, 02 Feb 2009)
Log Message:
---
2009-02-02 11:02 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/fm.
43 matches
Mail list logo