Re: [Harbour] Harbour 2.0.0: Released

2009-12-28 Thread Viktor Szakáts
> Wow ~ great!
> Now I can use the BCC5 complete compilation Harbour,
> And do not modify any code in.
> Thank you very much for great help.

Thank you for testing it.

I'll add it as default for win/bcc targets.

Brgds,
Viktor

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-27 Thread WenSheng

Wow ~ great!
Now I can use the BCC5 complete compilation Harbour,
And do not modify any code in.
Thank you very much for great help.


> Hi,
> 
> >> Did you try the -CP437 switch? With what results/outputs?
> > 
> > Sorry~~ I don't know how to config -CP437, can you teach me?
> 
> It was in the original mail from previous thread:
> ---
> > I'd try to enforce single-byte codepage in BCC by compiling with
> > HB_USER_CFLAGS=-CP437
> > Although docs say this only affects the preprocessor, I'd check it.
> > 
> > -- Ph.
> 
> ---
> 
> Just set above option using 'set HB_USER_CFLAGS=-CP437', 
> and rebuild Harbour. Then pls report your results.
> 
> Brgds,
> Viktor

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-27 Thread Viktor Szakáts
Hi,

>> Did you try the -CP437 switch? With what results/outputs?
> 
> Sorry~~ I don't know how to config -CP437, can you teach me?

It was in the original mail from previous thread:
---
> I'd try to enforce single-byte codepage in BCC by compiling with
> HB_USER_CFLAGS=-CP437
> Although docs say this only affects the preprocessor, I'd check it.
> 
> -- Ph.

---

Just set above option using 'set HB_USER_CFLAGS=-CP437', 
and rebuild Harbour. Then pls report your results.

Brgds,
Viktor

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-27 Thread WenSheng
> >
> 
> What does that mean?
> 
> Did you try the -CP437 switch? With what results/outputs?

Sorry~~ I don't know how to config -CP437, can you teach me?


> > The old code can be modified to solve the problem.
> >
> However, the new harbour could not follow a set pattern.
> >
> 
> Before we modify a hundred files in SVN to fix your problem,
> we should first understand what the real problem is and try
> to find out the best solution. If you can help in that, great,
> but silence or 'no!no!no' is not the best sort of help.

Sorry my bad english, 
Please forgive me for being impolite.
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-27 Thread Viktor Szakáts
On Sun, Dec 27, 2009 at 3:00 PM, WenSheng  wrote:

>
> No!No!No!
>

What does that mean?

Did you try the -CP437 switch? With what results/outputs?


> The old code can be modified to solve the problem.
>
However, the new harbour could not follow a set pattern.
>

Before we modify a hundred files in SVN to fix your problem,
we should first understand what the real problem is and try
to find out the best solution. If you can help in that, great,
but silence or 'no!no!no' is not the best sort of help.

Brgds,
Viktor
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-27 Thread WenSheng

No!No!No!

The old code can be modified to solve the problem.
However, the new harbour could not follow a set pattern.

> Hi,
> 
> This has been answered earlier this year to the exact 
> same question of yours:
> 
> -
> Begin forwarded message:
> 
> > From: Phil Krylov 
> > Date: 2009 March 18 21:43:17 CET
> > To: "Harbour Project Main Developer List." 
> > Subject: Re: [Harbour] compiler error
> > Reply-To: "Harbour Project Main Developer List." 
> > 
> > 
> > Hi,
> > 
> > On Wed, Mar 18, 2009 at 6:15 PM, WenSheng  wrote:
> >> 
> >>> Thank you, so I understand this is the _only_ such error while building
> >>> complete Harbour?
> >> 
> >> No!! is BCC5.
> >> 
> >>> 
> >>> Can you make tests using MSVC or MinGW compiler? (both free)
> >> 
> >> I just test MinGW(gcc 4.3.3) and can compiler lang & codepage *.c
> >> 
> >> ps. don't ask me to change MingW from BCC55.
> > 
> > I'd try to enforce single-byte codepage in BCC by compiling with
> > HB_USER_CFLAGS=-CP437
> > Although docs say this only affects the preprocessor, I'd check it.
> > 
> > -- Ph.
> 
> -
> 
> It's a BCC problem.
> 
> Maybe we should add this option as default for BCC, 
> any objection to that?
> 
> Brgds,
> Viktor
> 
> On 2009 Dec 25, at 11:45, WenSheng wrote:
> 
> > Hi.
> > 
> > OK, Thank your suggest and I delete all svn and update all then build
> > harbour,
> > but I still get error message like this:
> > 
> > bcc32.exe   -I. -I../../../../../include -q -tWM -w -w-sig- -Q -d -6 -O2 
> > -OS -Ov
> > -Oi -Oc  -I"d:\bcc55\bin\..\Include"  -ocpbg866.obj -c ../../../cpbg866.c
> > ../../../cpbg866.c:
> > Error E2380 ../../../../../include\hbcdpreg.h 84: Unterminated string or 
> > charact
> > er constant in function _hb_codepage_Init_
> >  + Full parser context
> >  + ../../../cpbg866.c, line 61: #include ../../../../../include\hbcdpreg.h
> > Error E2121 ../../../../../include\hbcdpreg.h 88: Function call missing ) 
> > in fun
> > ction _hb_codepage_Init_
> >  + Full parser context
> >  + ../../../cpbg866.c, line 61: #include ../../../../../include\hbcdpreg.h
> > *** 2 errors in Compile ***
> > win-make[3]: *** [cpbg866.obj] Error 1
> > win-make[2]: *** [descend] Error 2
> > win-make[1]: *** [codepage] Error 2
> > win-make: *** [src] Error 2
> > 
> > 
> > What happens? Is not what I am missing to set?
> > 
> > 
> >>> 
> >>> at old harbour, I can modify 'cpbg866.c' and recompiler, all right,
> >>> but, now I can't to do this.
> >> 
> >> You are not using clean SVN code. cpbg866.c has only 62 lines in SVN
> >> and function hb_cdpRegister() is not longer used by Harbour.
> >> 
> >> You mixed old harbour code with current one or Harbour and xHarbour files.
> >> BTW I would like to ask you to verify if you are using clean unmodified
> >> SVN code before you report problems. We have very limited resources and
> >> they are reduced when we have to verify such reports. In clean SVN tree
> >> if you use:
> >>   svn stat
> >> then it should show nothing.
> >> 
> >> best regards,
> >> Przemek
> > 

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-26 Thread Viktor Szakáts
Hi,

This has been answered earlier this year to the exact 
same question of yours:

-
Begin forwarded message:

> From: Phil Krylov 
> Date: 2009 March 18 21:43:17 CET
> To: "Harbour Project Main Developer List." 
> Subject: Re: [Harbour] compiler error
> Reply-To: "Harbour Project Main Developer List." 
> 
> Hi,
> 
> On Wed, Mar 18, 2009 at 6:15 PM, WenSheng  wrote:
>> 
>>> Thank you, so I understand this is the _only_ such error while building
>>> complete Harbour?
>> 
>> No!! is BCC5.
>> 
>>> 
>>> Can you make tests using MSVC or MinGW compiler? (both free)
>> 
>> I just test MinGW(gcc 4.3.3) and can compiler lang & codepage *.c
>> 
>> ps. don't ask me to change MingW from BCC55.
> 
> I'd try to enforce single-byte codepage in BCC by compiling with
> HB_USER_CFLAGS=-CP437
> Although docs say this only affects the preprocessor, I'd check it.
> 
> -- Ph.

-

It's a BCC problem.

Maybe we should add this option as default for BCC, 
any objection to that?

Brgds,
Viktor

On 2009 Dec 25, at 11:45, WenSheng wrote:

> Hi.
> 
> OK, Thank your suggest and I delete all svn and update all then build
> harbour,
> but I still get error message like this:
> 
> bcc32.exe   -I. -I../../../../../include -q -tWM -w -w-sig- -Q -d -6 -O2 -OS 
> -Ov
> -Oi -Oc  -I"d:\bcc55\bin\..\Include"  -ocpbg866.obj -c ../../../cpbg866.c
> ../../../cpbg866.c:
> Error E2380 ../../../../../include\hbcdpreg.h 84: Unterminated string or 
> charact
> er constant in function _hb_codepage_Init_
>  + Full parser context
>  + ../../../cpbg866.c, line 61: #include ../../../../../include\hbcdpreg.h
> Error E2121 ../../../../../include\hbcdpreg.h 88: Function call missing ) in 
> fun
> ction _hb_codepage_Init_
>  + Full parser context
>  + ../../../cpbg866.c, line 61: #include ../../../../../include\hbcdpreg.h
> *** 2 errors in Compile ***
> win-make[3]: *** [cpbg866.obj] Error 1
> win-make[2]: *** [descend] Error 2
> win-make[1]: *** [codepage] Error 2
> win-make: *** [src] Error 2
> 
> 
> What happens? Is not what I am missing to set?
> 
> 
>>> 
>>> at old harbour, I can modify 'cpbg866.c' and recompiler, all right,
>>> but, now I can't to do this.
>> 
>> You are not using clean SVN code. cpbg866.c has only 62 lines in SVN
>> and function hb_cdpRegister() is not longer used by Harbour.
>> 
>> You mixed old harbour code with current one or Harbour and xHarbour files.
>> BTW I would like to ask you to verify if you are using clean unmodified
>> SVN code before you report problems. We have very limited resources and
>> they are reduced when we have to verify such reports. In clean SVN tree
>> if you use:
>>   svn stat
>> then it should show nothing.
>> 
>> best regards,
>> Przemek
> 
> ___
> Harbour mailing list (attachment size limit: 40KB)
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-26 Thread Przemysław Czerpak
On Fri, 25 Dec 2009, WenSheng wrote:

Hi,

> OK, Thank your suggest and I delete all svn and update all then build
> harbour,
> but I still get error message like this:
> 
> bcc32.exe   -I. -I../../../../../include -q -tWM -w -w-sig- -Q -d -6 -O2 -OS 
> -Ov
>  -Oi -Oc  -I"d:\bcc55\bin\..\Include"  -ocpbg866.obj -c ../../../cpbg866.c
> ../../../cpbg866.c:
> Error E2380 ../../../../../include\hbcdpreg.h 84: Unterminated string or 
> charact
> er constant in function _hb_codepage_Init_
>   + Full parser context
>   + ../../../cpbg866.c, line 61: #include ../../../../../include\hbcdpreg.h
> Error E2121 ../../../../../include\hbcdpreg.h 88: Function call missing ) in 
> fun
> ction _hb_codepage_Init_
>   + Full parser context
>   + ../../../cpbg866.c, line 61: #include ../../../../../include\hbcdpreg.h
> *** 2 errors in Compile ***
> win-make[3]: *** [cpbg866.obj] Error 1
> win-make[2]: *** [descend] Error 2
> win-make[1]: *** [codepage] Error 2
> win-make: *** [src] Error 2
> 
> What happens? Is not what I am missing to set?

I can only guess that you enabled in your BCC some option which
causes that it wrongly decodes strings with national characters.
In cpbg866.c[57,58] we have such strings. Try to find why this
option was enabled and disable it.

best regards,
Przemek
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-26 Thread Przemysław Czerpak
On Thu, 24 Dec 2009, Phil Barnett wrote:

Hi,

> > > After a successful compile and install on Fedora 12 64 bit, I found that I
> > > had to add a conf file to /etc/ld.so.conf.d
> > > echo "/usr/local/lib64/harbour" > /etc/ld.so.conf.d/harbour.conf'
> > > and then run ldconfig

I'll add this to current SVN code. It should help in installations
which do not use system library directories.

> > If you create RPMs (mpkg_rpm.sh) then you can install them and use
> > Harbour without any modifications in LD directories.
> > BTW how you compiled and installed Harbour?
> I checked out the repository with your supplied 2.0.0 link and did a
> make install.
> If I do the mpkg rpm.sh, will that create the RPM for Fedora 12/64 or
> does it create a generic install?

For each system it creates native RPMs.
You do not need root privileges to create them. Just simply run
mpkg_rpm.sh from non root account and then look for binary RPMs
in ~/RPM/RPMS// directory.
It's much safer way and you can check what will be installed in
your system.

> I have Fedora 32 and 64 installed and running here.

We do not support cross build RPMs yet so you cannot create
RPMs for 32bit installation using 64bit system (at least in
easy way though it's possible if you make few tricks).
But of course you can create without any problems 32bit binary
RPMs using 32bit system and 64bit binaries on 64bit system.
You can also take harbour-*.src.rpm created for one of the above
systems in ~/RPM/SRPMS and on the second one only recompile it
using:
   rpmbuild -bb harbour-*.src.rpm

If you do not have have broken RPM macros inherited from connectiva
by few other RPM based distributions (i.e. mandriva) then you can
also use -t rpmbuild option for pure harbour-*.tgz file containing
harbour SVN sources, i.e.
   rpmbuild -tb harbour-*.tgz

best regards,
Przemek
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-26 Thread Reynaldo Henrique


Hi Team,

Congratulations for the great and hard work and achievement attained through
it. congratulations to the great team of developers for this release that I
think is the best of all time. This is one of the best news of all time in
the history of Harbor.

Reynaldo Henrique


Viktor Szakáts wrote:
> 
>> add hbqt , hbxbp,gtqtc, hbide (experimental stage)
>> remove apollo,rddado
>> at http://www.harbour-project.org/download_contrib.html
> 
> gtqtc is not an enabled contrib yet, since it 
> needs more work to be usable in practice.
> 
> I was thinking to move it inside hbqt.
> 
> Brgds,
> Viktor
> 
> ___
> Harbour mailing list (attachment size limit: 40KB)
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Harbour-2-0-0-Released-tp4206056p4217906.html
Sent from the harbour-devel mailing list archive at Nabble.com.
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-25 Thread WenSheng
Hi.

OK, Thank your suggest and I delete all svn and update all then build
harbour,
but I still get error message like this:

bcc32.exe   -I. -I../../../../../include -q -tWM -w -w-sig- -Q -d -6 -O2 -OS -Ov
 -Oi -Oc  -I"d:\bcc55\bin\..\Include"  -ocpbg866.obj -c ../../../cpbg866.c
../../../cpbg866.c:
Error E2380 ../../../../../include\hbcdpreg.h 84: Unterminated string or charact
er constant in function _hb_codepage_Init_
  + Full parser context
  + ../../../cpbg866.c, line 61: #include ../../../../../include\hbcdpreg.h
Error E2121 ../../../../../include\hbcdpreg.h 88: Function call missing ) in fun
ction _hb_codepage_Init_
  + Full parser context
  + ../../../cpbg866.c, line 61: #include ../../../../../include\hbcdpreg.h
*** 2 errors in Compile ***
win-make[3]: *** [cpbg866.obj] Error 1
win-make[2]: *** [descend] Error 2
win-make[1]: *** [codepage] Error 2
win-make: *** [src] Error 2


What happens? Is not what I am missing to set?


> > 
> > at old harbour, I can modify 'cpbg866.c' and recompiler, all right,
> > but, now I can't to do this.
> 
> You are not using clean SVN code. cpbg866.c has only 62 lines in SVN
> and function hb_cdpRegister() is not longer used by Harbour.
> 
> You mixed old harbour code with current one or Harbour and xHarbour files.
> BTW I would like to ask you to verify if you are using clean unmodified
> SVN code before you report problems. We have very limited resources and
> they are reduced when we have to verify such reports. In clean SVN tree
> if you use:
>svn stat
> then it should show nothing.
> 
> best regards,
> Przemek

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-24 Thread Przemysław Czerpak
On Thu, 24 Dec 2009, WenSheng wrote:

Hi,

> I'm use SVN to update harbour source code and clean, build harbour,
> when I compiler to ./source/codepage/cpbg866.c and occur error message
> like:
> 
> bcc32.exe   -I. -I../../../../../include -q -tWM -w -w-sig- -Q -d -6 -O2 -OS 
> -Ov
>  -Oi -Oc  -I"d:\bcc55\bin\..\Include"  -ocpbg866.obj -c ../../../cpbg866.c
> ../../../cpbg866.c:
> Warning W8069 ../../../cpbg866.c 86: Nonportable pointer conversion
> Warning W8079 ../../../cpbg866.c 87: Mixing pointers to different 'char' types
> Warning W8079 ../../../cpbg866.c 88: Mixing pointers to different 'char' types
> Error E2225 ../../../cpbg866.c 89: Too many initializers
> Error E2141 ../../../cpbg866.c 89: Declaration syntax error
> Error E2190 ../../../cpbg866.c 89: Unexpected }
> Error E2190 ../../../cpbg866.c 89: Unexpected }
> Warning W8065 ../../../cpbg866.c 91: Call to function 'hb_cdpRegister' with 
> no p
> rototype in function hb_codepage_Init_BG866
> *** 4 errors in Compile ***
> win-make[1]: *** [cpbg866.obj] Error 1
> win-make: *** [descend] Error 2
> 
> at old harbour, I can modify 'cpbg866.c' and recompiler, all right,
> but, now I can't to do this.

You are not using clean SVN code. cpbg866.c has only 62 lines in SVN
and function hb_cdpRegister() is not longer used by Harbour.

You mixed old harbour code with current one or Harbour and xHarbour files.
BTW I would like to ask you to verify if you are using clean unmodified
SVN code before you report problems. We have very limited resources and
they are reduced when we have to verify such reports. In clean SVN tree
if you use:
   svn stat
then it should show nothing.

best regards,
Przemek
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-24 Thread WenSheng

> 
> > hbcdpreg.h file define have bug:
> 
> I do not see any bugs in this file.
> 
> >static HB_CODEPAGE s_codePage =
> >{
> >   HB_MACRO2STRING( HB_CP_ID ),
> >   HB_CP_INFO,
> >   HB_CP_UNITB,
> >   s_flags,
> >   s_upper,
> >   s_lower,
> >   s_sort,
> >   NULL,
> >   HB_CDP_ACSORT_NONE,
> >   0,
> >   0,
> >   NULL,
> >   NULL,
> >   NULL,
> >};
> > can't compiler use BCC551
> 
> It's expected behavior.
> This file cannot be compiled as standalone header file.
> Just like hbmsgreg.h and hbgtreg.h it can be used only
> to define startup code in some modules.
> What are you trying to do with this file?

I'm use SVN to update harbour source code and clean, build harbour,
when I compiler to ./source/codepage/cpbg866.c and occur error message
like:

bcc32.exe   -I. -I../../../../../include -q -tWM -w -w-sig- -Q -d -6 -O2 -OS -Ov
 -Oi -Oc  -I"d:\bcc55\bin\..\Include"  -ocpbg866.obj -c ../../../cpbg866.c
../../../cpbg866.c:
Warning W8069 ../../../cpbg866.c 86: Nonportable pointer conversion
Warning W8079 ../../../cpbg866.c 87: Mixing pointers to different 'char' types
Warning W8079 ../../../cpbg866.c 88: Mixing pointers to different 'char' types
Error E2225 ../../../cpbg866.c 89: Too many initializers
Error E2141 ../../../cpbg866.c 89: Declaration syntax error
Error E2190 ../../../cpbg866.c 89: Unexpected }
Error E2190 ../../../cpbg866.c 89: Unexpected }
Warning W8065 ../../../cpbg866.c 91: Call to function 'hb_cdpRegister' with no p
rototype in function hb_codepage_Init_BG866
*** 4 errors in Compile ***
win-make[1]: *** [cpbg866.obj] Error 1
win-make: *** [descend] Error 2

at old harbour, I can modify 'cpbg866.c' and recompiler, all right,
but, now I can't to do this.

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-24 Thread Patrick Mast
Congrats guys!

On Tue, Dec 22, 2009 at 11:07 PM, Viktor Szakáts  wrote:
> Hi All,
>
> I'm glad to announce that after a very heavy 16 months
> of development, the final, stable version 2.0.0 is finally
> released.
>
> Thanks to everyone who took part of this huge work in
> any ways.
>
> I'd like to ask developers to create the binary builds,
> I will now start to create the 'unified' Windows release
> and .tgz, .bz2 source packages. They will be ready by
> tomorrow.
>
> Another remaining task is to make this announcement on
> various forums and update the web page and other places
> where needed.
>
> HOW TO GET
> --
>  From SVN:
>     svn export 
> https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/tags/harbour-2.0.0
>  From sf.net:
>     http://sourceforge.net/projects/harbour-project/files/source/2.0.0/
>
> RELEASE NOTES
> -
>  Please check RELNOTES file, this contains mostly generic release
>  notes plus a few 'unified' binary release specific ones, overall
>  it's a good brief list of the things changes since beta3, and it
>  includes previous beta release notes as well. You may also want
>  to check doc/whatsnew.txt which has a more details, but partial
>  list of some past changes since 1.0.1.
>
> DEVELOPER NOTES
> ---
>  The new 2.0.x branch has been created here:
>     
> http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/branches/harbour-2.0/
>
>  Development goes onwards in trunk, but we should mark patches in
>  ChangeLog which should be eventually merged to 2.0.x branch with
>  '[TOMERGE 2.0]' (without quotes).
>
> Brgds,
> Viktor
>
> ___
> Harbour mailing list (attachment size limit: 40KB)
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-24 Thread Phil Barnett
On Thu, 2009-12-24 at 11:41 +0100, Przemysław Czerpak wrote:
> On Thu, 24 Dec 2009, Phil Barnett wrote:
> 
> Hi,
> 
> > After a successful compile and install on Fedora 12 64 bit, I found that I
> > had to add a conf file to /etc/ld.so.conf.d
> > echo "/usr/local/lib64/harbour" > /etc/ld.so.conf.d/harbour.conf'
> > and then run ldconfig
> 
> If you create RPMs (mpkg_rpm.sh) then you can install them and use
> Harbour without any modifications in LD directories.
> 
> BTW how you compiled and installed Harbour?


I checked out the repository with your supplied 2.0.0 link and did a
make install.

If I do the mpkg rpm.sh, will that create the RPM for Fedora 12/64 or
does it create a generic install?

I have Fedora 32 and 64 installed and running here.

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-24 Thread Przemysław Czerpak
On Thu, 24 Dec 2009, Phil Barnett wrote:

Hi,

> After a successful compile and install on Fedora 12 64 bit, I found that I
> had to add a conf file to /etc/ld.so.conf.d
> echo "/usr/local/lib64/harbour" > /etc/ld.so.conf.d/harbour.conf'
> and then run ldconfig

If you create RPMs (mpkg_rpm.sh) then you can install them and use
Harbour without any modifications in LD directories.

BTW how you compiled and installed Harbour?

best regards,
Przemek
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-24 Thread Przemysław Czerpak
On Thu, 24 Dec 2009, WenSheng wrote:

Hi,

> hbcdpreg.h file define have bug:

I do not see any bugs in this file.

>static HB_CODEPAGE s_codePage =
>{
>   HB_MACRO2STRING( HB_CP_ID ),
>   HB_CP_INFO,
>   HB_CP_UNITB,
>   s_flags,
>   s_upper,
>   s_lower,
>   s_sort,
>   NULL,
>   HB_CDP_ACSORT_NONE,
>   0,
>   0,
>   NULL,
>   NULL,
>   NULL,
>};
> can't compiler use BCC551

It's expected behavior.
This file cannot be compiled as standalone header file.
Just like hbmsgreg.h and hbgtreg.h it can be used only
to define startup code in some modules.
What are you trying to do with this file?

best regards,
Przemek
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-24 Thread Phil Barnett
On Thu, Dec 24, 2009 at 5:30 AM, Phil Barnett  wrote:

>
>
> On Tue, Dec 22, 2009 at 5:07 PM, Viktor Szakáts wrote:
>
>>
>> HOW TO GET
>> --
>>  From SVN:
>> svn export
>> https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/tags/harbour-2.0.0
>>
>
> After a successful compile and install on Fedora 12 64 bit, I found that I
> had to add a conf file to /etc/ld.so.conf.d
>
> echo "/usr/local/lib64/harbour" > /etc/ld.so.conf.d/harbour.conf'
>
> and then run ldconfig
>
> Thanks for everything, it's awewome!
>

Got so excited I can't even spell awesome!
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-24 Thread Phil Barnett
On Tue, Dec 22, 2009 at 5:07 PM, Viktor Szakáts wrote:

>
> HOW TO GET
> --
>  From SVN:
> svn export
> https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/tags/harbour-2.0.0
>

After a successful compile and install on Fedora 12 64 bit, I found that I
had to add a conf file to /etc/ld.so.conf.d

echo "/usr/local/lib64/harbour" > /etc/ld.so.conf.d/harbour.conf'

and then run ldconfig

Thanks for everything, it's awewome!
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-24 Thread WenSheng



hbcdpreg.h file define have bug:

   static HB_CODEPAGE s_codePage =
   {
  HB_MACRO2STRING( HB_CP_ID ),
  HB_CP_INFO,
  HB_CP_UNITB,
  s_flags,
  s_upper,
  s_lower,
  s_sort,
  NULL,
  HB_CDP_ACSORT_NONE,
  0,
  0,
  NULL,
  NULL,
  NULL,
   };


can't compiler use BCC551
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread Tomaž Zupan

Tuesday 22 December 2009 23:07:46 je Viktor Szakáts napisal:
> I'd like to ask developers to create the binary builds,
> I will now start to create the 'unified' Windows release
> and .tgz, .bz2 source packages. They will be ready by
> tomorrow.

Mandriva binaries uploaded.

LP, Tomaž
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread Xavi

Congratulations!

Seasons greetings and the Very Best for the new year!
Thanks.

--
Xavi
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread Viktor Szakáts
> add hbqt , hbxbp,gtqtc, hbide (experimental stage)
> remove apollo,rddado
> at http://www.harbour-project.org/download_contrib.html

gtqtc is not an enabled contrib yet, since it 
needs more work to be usable in practice.

I was thinking to move it inside hbqt.

Brgds,
Viktor

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread Massimo Belgrano
add hbqt , hbxbp,gtqtc, hbide (experimental stage)
remove apollo,rddado
at http://www.harbour-project.org/download_contrib.html

2009/12/23 Vailton Renato :
> I updated the pages of your site and also the news page. I still have
> to make some changes, but the current already has highlighted the new
> version 2.0! Suggestions or comments are welcome.
>
> And I would like to congratulate everyone for the great achievement
> that this version is for the project!
>
> Regards,
> Vailton Renato
> ___
> Harbour mailing list (attachment size limit: 40KB)
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>



-- 
Massimo Belgrano
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread Manu

Este es el mejor regalo de Navidad...

Felicitaciones a todos los que están participando en el proyecto y... 
GRACIAS


Saludos
Manu Expósito

-

This is the best Christmas gift ...

Congratulations to all who are participating in the project y. .. THANKS

Greetings
Manu Exposito


 22/12/2009 23:07, Viktor Szakáts escribió:

Hi All,

I'm glad to announce that after a very heavy 16 months
of development, the final, stable version 2.0.0 is finally
released.

Thanks to everyone who took part of this huge work in
any ways.

I'd like to ask developers to create the binary builds,
I will now start to create the 'unified' Windows release
and .tgz, .bz2 source packages. They will be ready by
tomorrow.

Another remaining task is to make this announcement on
various forums and update the web page and other places
where needed.

HOW TO GET
--
   From SVN:
  svn export 
https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/tags/harbour-2.0.0
   From sf.net:
  http://sourceforge.net/projects/harbour-project/files/source/2.0.0/

RELEASE NOTES
-
   Please check RELNOTES file, this contains mostly generic release
   notes plus a few 'unified' binary release specific ones, overall
   it's a good brief list of the things changes since beta3, and it
   includes previous beta release notes as well. You may also want
   to check doc/whatsnew.txt which has a more details, but partial
   list of some past changes since 1.0.1.

DEVELOPER NOTES
---
   The new 2.0.x branch has been created here:
  
http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/branches/harbour-2.0/

   Development goes onwards in trunk, but we should mark patches in
   ChangeLog which should be eventually merged to 2.0.x branch with
   '[TOMERGE 2.0]' (without quotes).

Brgds,
Viktor

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

   


___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread Massimo Belgrano
My suggestion is :
Give importance to  xhb-diff.dco text

Give a feature list
 Easy Unified setup for windows
 Unicode support
 dramatically improve application speed
 product usability and reliability


2009/12/23 Vailton Renato :
> I updated the pages of your site and also the news page. I still have
> to make some changes, but the current already has highlighted the new
> version 2.0! Suggestions or comments are welcome.
>
>
> Regards,
> Vailton Renato
> ___
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread Viktor Szakáts
Thanks a lot Vailton.

Brgds,
Viktor

On 2009 Dec 23, at 20:52, Vailton Renato wrote:

> I updated the pages of your site and also the news page. I still have
> to make some changes, but the current already has highlighted the new
> version 2.0! Suggestions or comments are welcome.
> 
> And I would like to congratulate everyone for the great achievement
> that this version is for the project!
> 
> Regards,
> Vailton Renato
> ___
> Harbour mailing list (attachment size limit: 40KB)
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread Vailton Renato
I updated the pages of your site and also the news page. I still have
to make some changes, but the current already has highlighted the new
version 2.0! Suggestions or comments are welcome.

And I would like to congratulate everyone for the great achievement
that this version is for the project!

Regards,
Vailton Renato
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread Roberto Lopez
I'm glad to announce that after a very heavy 16 months 
of development, the final, stable version 2.0.0 is finally 
released.


Thanks to all the team for this GREAT release!


Regards,

Roberto.
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread Rossine

Hello Team harbour,

I am so  happy to not have chosen Delphi or VB as my tools to work,
therefore Harbour gives me everything I need and more. I think the leaders
of the Harbour as geniuses by the ability to provide tools so incredible.
Harbour is my home :)

Special thanks to Vailtom for their contributions and the translation of the
Harbour for the Portuguese.

Thank you all for this grandeur.

Best Regards,

Rossine.


-- 
View this message in context: 
http://old.nabble.com/Harbour-2.0.0%3A-Released-tp26895087p26906067.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread José Luis Capel
Hi,

Many thanks for all team for this great work!!

Regards,
José Luis Capel

El 23 de diciembre de 2009 12:09, ToninhoFWi escribió:

> >I'm glad to announce that after a very heavy 16 months
> >of development, the final, stable version 2.0.0 is finally
> >released.
>
> Thanks to all team for this great release.
>
> Congratulations !
>
>
>
> Toninho.
>
> __
> Faça ligações para outros computadores com o novo Yahoo! Messenger
> http://br.beta.messenger.yahoo.com/
>
> ___
> Harbour mailing list (attachment size limit: 40KB)
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread ToninhoFWi
>I'm glad to announce that after a very heavy 16 months 
>of development, the final, stable version 2.0.0 is finally 
>released.

Thanks to all team for this great release.

Congratulations !



Toninho.

__
Faça ligações para outros computadores com o novo Yahoo! Messenger
http://br.beta.messenger.yahoo.com/

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-22 Thread Tomaž Zupan
Tuesday 22 December 2009 23:07:46 je Viktor Szakáts napisal:
> Hi All,
>
> I'm glad to announce that after a very heavy 16 months
> of development, the final, stable version 2.0.0 is finally
> released.
>
> Thanks to everyone who took part of this huge work in
> any ways.
>

Hats up!

-- 
LP, 
Tomaž Zupan
ORPO d.o.o.
http://www.orpo.si
tel: +386 4 2806400
faks:+386 4 2806410

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-22 Thread Przemysław Czerpak
On Tue, 22 Dec 2009, Szak�ts Viktor wrote:

Hi,

> I'm glad to announce that after a very heavy 16 months 
> of development, the final, stable version 2.0.0 is finally 
> released.

I'm very happy seeing it and I would like to thanks to all people
who ever helped Harbour in any way to reach current state.

best regards,
Przemek
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-22 Thread Phil Barnett
On Tue, 2009-12-22 at 23:07 +0100, Viktor Szakáts wrote:
> Hi All,
> 
> I'm glad to announce that after a very heavy 16 months 
> of development, the final, stable version 2.0.0 is finally 
> released.

Congratulations!

You have worked long and hard for this and it's so good to see it
accomplished!

Everyone should be very proud of this great thing!

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-22 Thread Massimo Belgrano
I invite those who speak in English to make the announcement
follow my starting point
i can spread the announcement

Hi All,

I'm glad to announce that after a very heavy 16 months
of development, the final, stable version 2.0.0 is finally
released.

Thanks to everyone who took part of this huge work in
any ways.

HOW TO GET
http://sourceforge.net/projects/harbour-project/files/

RELEASE NOTES
contains thousands of small and large deployments as you see in whatsnew
-




2009/12/22 Viktor Szakáts :
> Another remaining task is to make this announcement on
> various forums and update the web page and other places
> where needed.
>



-- 
Massimo Belgrano
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Harbour 2.0.0: Released

2009-12-22 Thread Tamas TEVESZ
On Tue, 22 Dec 2009, Viktor Szakáts wrote:

 > I'm glad to announce that after a very heavy 16 months 
 > of development, the final, stable version 2.0.0 is finally 
 > released.

incredible job!

a toast a cheers to all those involved!

-- 
[-]

mkdir /nonexistent
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] Harbour 2.0.0: Released

2009-12-22 Thread Viktor Szakáts
Hi All,

I'm glad to announce that after a very heavy 16 months 
of development, the final, stable version 2.0.0 is finally 
released.

Thanks to everyone who took part of this huge work in 
any ways.

I'd like to ask developers to create the binary builds, 
I will now start to create the 'unified' Windows release 
and .tgz, .bz2 source packages. They will be ready by 
tomorrow.

Another remaining task is to make this announcement on 
various forums and update the web page and other places 
where needed.

HOW TO GET
--
  From SVN:
 svn export 
https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/tags/harbour-2.0.0
  From sf.net:
 http://sourceforge.net/projects/harbour-project/files/source/2.0.0/

RELEASE NOTES
-
  Please check RELNOTES file, this contains mostly generic release 
  notes plus a few 'unified' binary release specific ones, overall 
  it's a good brief list of the things changes since beta3, and it 
  includes previous beta release notes as well. You may also want 
  to check doc/whatsnew.txt which has a more details, but partial 
  list of some past changes since 1.0.1.

DEVELOPER NOTES
---
  The new 2.0.x branch has been created here:
 
http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/branches/harbour-2.0/

  Development goes onwards in trunk, but we should mark patches in 
  ChangeLog which should be eventually merged to 2.0.x branch with 
  '[TOMERGE 2.0]' (without quotes).

Brgds,
Viktor

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour