[Harbour] using make_gnu.bat to build Harbour

2008-09-18 Thread Paul Strand
Hello, this is my first post to the list. Thanks guys for an outstanding work that you are doing! I am trying to build Harbour using make_gnu.bat and mingw32. I have created a batch file this way: set HB_GT_LIB=gtgui SET HB_GT_DEFAULT=gui make_gnu.bat It gets built fine, but when I try to build a

Re: [Harbour] Make_gnu and Mingw

2008-09-22 Thread Paul Strand
Mr. Viktor, I have found that I have to link libgtwin.a and libgtgui.a for mingw are they both required ? I thought that libgtwin.a was not needed for gui mode Paul ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/m

Re: [Harbour] Make_gnu and Mingw

2008-09-22 Thread Paul Strand
Mr. Viktor, gcc reports this link error: c:\harbour\lib\w32\mingw32/libgtgui.a(gtgui.o):gtgui.c:(.text+0x1b9): multiple definition of `HB_FUN_HB_GT_GUI_DEFAULT' seems there is something wrong. Paul > Pls use this in your app code: > > --- > PROCEDURE HB_GTSYS() > REQUEST HB_GT_GUI > RETURN

Re: RE: [Harbour] Make_gnu and Mingw

2008-09-22 Thread Paul Strand
Mr. Przemek, Your suggestion solved it, thanks: ANNOUNCE HB_GT_SYS REQUEST HB_GT_GUI REQUEST HB_GT_GUI_DEFAULT Paul ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour