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
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.
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
___
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
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
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,
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
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 ...
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
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
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
_
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
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
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
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
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
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
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
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
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.
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
21 matches
Mail list logo