[Harbour] Re: Fix it quickly

2008-02-01 Thread David Arturo Macias Corona
then, no one file in e: root dir was found Current Harbour build process DELETED all my files in OS/2 root dir It include CONFIG.sys Sorry for all problems. This issue should be fixed after my last commits at 2008-02-01 02:35 and 2008-02-01 12:25 Ryszard: In development stages many results

RE: [Harbour] problem testing samples gtwvg

2008-02-01 Thread Jorge A. Giraldo
Ciro, hbvm.lib Jorge A. > Date: Fri, 1 Feb 2008 21:37:29 -0500 > From: [EMAIL PROTECTED] > To: harbour@harbour-project.org > Subject: Re: [Harbour] problem testing samples gtwvg > > Szakáts Viktor escribió: > > Hi Ciro, > > > > Seems that hbrtl.lib is not amongst the linked libraries.

Re: [Harbour] Collectible pointers

2008-02-01 Thread Javier
Mindaugas Kavaliauskas escribió: What's wrong with my code? h ... YA TA! "hb_fctx_destructor" is forbidden by the boss. You should rename it with "My_destructor". :) Sorry it is sophisticated of course, please, could you explain it more. What is you output? Best regards Xavi ___

Re: [Harbour] problem testing samples gtwvg

2008-02-01 Thread Ciro Vargas Clemow
Szakáts Viktor escribió: Hi Ciro, Seems that hbrtl.lib is not amongst the linked libraries. Question: What is exactly in the file '_2008020152925$Script.ld' ? Or, what is the script you use to build this executable? Hi Victor: I am using QAC. I added hbrtl.lib and now only obtain one error

[Harbour] CHANGELOG: 2008-02-02 02:13 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

2008-02-01 Thread Szakáts Viktor
2008-02-02 02:13 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbapicdp.h * common.mak * source/codepage/Makefile + source/codepage/uc1252.c + source/codepage/cpdewin.c + source/codepage/cpruiso.c + Added RUISO (Russian ISO-8859-5) and DEWIN (German CP1252, actuall

Re: [Harbour] problem testing samples gtwvg

2008-02-01 Thread Szakáts Viktor
Hi Ciro, Seems that hbrtl.lib is not amongst the linked libraries. Question: What is exactly in the file '_2008020152925$Script.ld' ? Or, what is the script you use to build this executable? Brgds, Viktor On 2008.02.01., at 20:45, Ciro Vargas Clemow wrote: Szakáts Viktor escribió: Hi Ciro,

[Harbour] Collectible pointers

2008-02-01 Thread Mindaugas Kavaliauskas
Hi, I expect pointer not to be collected, because it "lives" in variable h. What's wrong with my code? Best regards, Mindaugas PROC main() LOCAL h h := myfunc( h ) debug( "1" ) h := myfunc( h ) debug( "2" ) h := myfunc( h ) debug( "3" ) RETURN #pragma begindump #include "hbapi

Re: [Harbour] problem testing samples gtwvg

2008-02-01 Thread Ciro Vargas Clemow
Szakáts Viktor escribió: Hi Ciro, You'll need to update your local make script according to the recent lib name changes. Hi Victor: I already updated to new structure, I use actual SVN. the error is the same. ==> Linking to make C:\harbour\harbour\contrib\gtwvg\tests\demowvg.EXE ...

Re: [Harbour] Changelog 2008-02-01 17:35 UTC+0100 Ryszard Glab

2008-02-01 Thread Tomaz Zupan
Dne petek 1. februarja 2008 je Ryszard Głąb napisal(a): > 2008-02-01 17:35 UTC+0100 Ryszard Glab (harbour//rglab.pl) > * config/lib.cf > * fixed to correctly list the source of installed library make_rpm.sh works now. Thanks! LP, Tomaž ___ Harb

Re: [Harbour] Changelog 2008-02-01 17:35 UTC+0100 Ryszard Glab

2008-02-01 Thread Lorenzo Fiorini
On Feb 1, 2008 5:40 PM, Ryszard Głąb <[EMAIL PROTECTED]> wrote: > 2008-02-01 17:35 UTC+0100 Ryszard Glab (harbour//rglab.pl) > * config/lib.cf > * fixed to correctly list the source of installed library Now make_gnu.sh install works here. best regards, Lorenzo

Re: [Harbour] Changelog 2008-02-01 17:35 UTC+0100 Ryszard Glab

2008-02-01 Thread Szakáts Viktor
Thanks Ryszard, that did the job, now it's copying everything well for me. Brgds, Viktor On 2008.02.01., at 17:40, Ryszard Głąb wrote: 2008-02-01 17:35 UTC+0100 Ryszard Glab (harbour//rglab.pl) * config/lib.cf * fixed to correctly list the source of installed library Regards, Ryszard _

Re: [Harbour] Fix it quickly

2008-02-01 Thread Szakáts Viktor
Hi Ryszard, On 2008.02.01., at 16:52, Ryszard Glab wrote: On 1 Feb 2008 at 14:52, Szakáts Viktor wrote: Could you find anything regarding 'make install' not copying libs to their final location? I'm experiencing this using w32/mingw32. Well, the problem is: there is no code to create the

[Harbour] Changelog 2008-02-01 17:35 UTC+0100 Ryszard Glab

2008-02-01 Thread Ryszard Głąb
2008-02-01 17:35 UTC+0100 Ryszard Glab (harbour//rglab.pl) * config/lib.cf * fixed to correctly list the source of installed library Regards, Ryszard ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/l

Re: [Harbour] Fix it quickly

2008-02-01 Thread Lorenzo Fiorini
2008/2/1 Ryszard Glab <[EMAIL PROTECTED]>: > Well, the problem is: there is no code to create the final location > in current GNU *.cf files. This means that the directories specified > by HB_LIB_INSTALL, HB_INC_INSTALL, HB_BIN_INSTALL have to be created > manually before 'make install'. I don't

Re: [Harbour] Fix it quickly

2008-02-01 Thread Ryszard Glab
On 1 Feb 2008 at 14:52, Szakáts Viktor wrote: > Could you find anything regarding 'make install' > not copying libs to their final location? > > I'm experiencing this using w32/mingw32. Well, the problem is: there is no code to create the final location in current GNU *.cf files. This means tha

Re: [Harbour] Fix it quickly

2008-02-01 Thread Szakáts Viktor
Hi Ryszard, Could you find anything regarding 'make install' not copying libs to their final location? I'm experiencing this using w32/mingw32. Brgds, Viktor On 2008.02.01., at 12:45, Ryszard Glab wrote: On 1 Feb 2008 at 0:42, David Arturo Macias Corona wrote: then, no one file in e: root

Re: [Harbour] CHANGELOG: 2008-02-01 08:17 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

2008-02-01 Thread Szakáts Viktor
Hi Alex, I currently use the SDK 6.0.6000 for Windows Vista (RTM). (the latest is 6.1.6000 a free download from MS) I'm not aware of any issues regarding math headers, but admittedly I only use the package for these few Harbour contribs. Brgds, Viktor On 2008.02.01., at 9:23, Alex Strickland w

Re: [Harbour] Fix it quickly

2008-02-01 Thread Ryszard Glab
On 1 Feb 2008 at 0:42, David Arturo Macias Corona wrote: > then, no one file in e: root dir was found > > Current Harbour build process DELETED all my files in OS/2 root dir > It include CONFIG.sys Sorry for all problems. This issue should be fixed after my last commits at 2008-02-01 02:35 an

[Harbour] Changelog 2008-02-01 12:25 UTC+0100 Ryszard Glab

2008-02-01 Thread Ryszard Głąb
2008-02-01 12:25 UTC+0100 Ryszard Glab * config/os2/global.cf * fixed to delete single library during 'clean' when command shell is used Regards, Ryszard ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.o

Re: [Harbour] CHANGELOG: 2008-02-01 08:17 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

2008-02-01 Thread Alex Strickland
Szakáts Viktor wrote: 2008-02-01 08:17 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbw32ddr/w32_ddrw.cpp ! Fixed compile error under MSVC. ! Fixed MSVC warning (strdup() -> hb_strdup()) Now compiles without warnings under MSVC. ! Reindented, some formatting.

[Harbour] Cant build rpms

2008-02-01 Thread Tomaž Zupan
Hi! I can't make rpms with make_rpm.sh. This is last error: gcc -DHB_OS_LINUX -Wall -W -ohbmake hbmlang.o readline.o hbmake.o tmake.o hbmutils.o fclass1.o ffile1.o ft_funcs.o radios.o checks.o pickarry.o pickfile.o prb_stak.o -L../../../../lib/linux/gcc/ -L/usr/X11R6/lib -L/var/tmp/harbour-1