Przemysław Czerpak escreveu:
On Tue, 20 Oct 2009, Szak�ts Viktor wrote:

Hi,

Thank you. I would like to ask you about yet another modification in
core hbmk2 code.
hbmk2 does not enable C warnings in GCC builds. Can you add -W -Wall
when GCC is used? Without it some serious bugs can be silently
ignored.
Please test after latest commit. I've added it for all compilers,
not only GCC.

I've just test it with LETODB and
   hbmk2 rddleto.hbp letodb.hbp
and it works as expexted.

BTW below I'm attaching small patch for LetoDB necessary to compile it
with current Harbour code. Maybe someone interesting in updating LetoDB
can commit it.

best regards,
Przemek


  * letodb/Makefile.linux
    ! removed -mcpu=pentium which breaks builds on non x...@32 machines
    + added -q0 to harbour switches

  * letodb/letodb.hbp
    ! removed -mt from build flags - letodb uses own threads which works
      only with ST HVM and cannot be used with MT HVM because they are
      not registered in HVM and try to execute PCODE
    % removed common/net.c which seems to contain client only code

  * letodb/source/client/leto1.c
    ! updated to work with recent Harbour versions which supports
      RENAME() RDD method

  * letodb/source/common/hbip.c
    ! declare hb_socketConnect() as static to avoid conflicts with
      Harbour core function using the same name

  * letodb/utils/manager/console.prg
  * letodb/utils/manager/manage.prg
    ! removed hardcoded windows only paths in #include.
      Please remember to set correct -I parameters to compile
      this files.

----- Original Message ----- From: "Itamar Lins" <itamar...@yahoo.com.br>
To: <t...@mail.ru>
Sent: Tuesday, October 20, 2009 4:12 AM
Subject: Update LetoDb

> Hi!
> Can you apply this fix?
> For LetoDb able to operate with the harbour of SVN?
> Were made by Mr. Przmyslaw Czerpak.


> Best regards,
> Itamar M. Lins Jr.
> __________________________________________________

Done. Thank you
Pavel Tsarenko

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to