>-----Original Message-----
>From: Massimo Belgrano [mailto:mbelgr...@deltain.it] 
>Sent: Thursday, December 31, 2009 10:21 AM
>To: Harbour Project Main Developer List.
>Subject: Re: [Harbour] Building HBIDE and qtcore4 lib.
>
>afaik for compile HBXBP with line number you can set 
>HB_USER_PRGFLAGS c:\harbour\contrib\hbxbp>c:\harbour\win-make
>
>for compile hbide with line number
>hbmk2 hbide.hbp -l

====================================================
What I'm doing :

Create and run file C:\harbour\contrib\hbxbp\a.bat :
set HB_USER_PRGFLAGS=-l%HB_USER_PRGFLAGS%
C:\harbour\win-make.exe
*-------------------------

On monitor I see :

C:\harbour\contrib\hbxbp>a.bat

C:\harbour\contrib\hbxbp>set HB_USER_PRGFLAGS=-l

C:\harbour\contrib\hbxbp>C:\harbour\win-make.exe
! Building Harbour 2.0.1dev from source - http://www.harbour-project.org
! MAKE: C:/harbour/win-make 3.81 sh.exe
! HB_USER_PRGFLAGS: -l
! HB_HOST_PLAT: win (x86)  HB_SHELL: nt
! HB_PLATFORM: win (x86) (autodetected)
! HB_COMPILER: mingw
! Component: 'zlib' found in C:/harbour/external/zlib (local)
! Component: 'pcre' found in C:/harbour/external/pcre (local)
! Component: 'openssl' not found. Configure with HB_WITH_OPENSSL.
! Component: 'gpm' not supported on win platform
! Component: 'slang' not found. Configure with HB_WITH_SLANG.
! Component: 'curses' not found. Configure with HB_WITH_CURSES.
! Component: 'x11' not found. Configure with HB_WITH_X11.
! Component: 'wattcp/watt-32' not supported on win platform
! HB_INSTALL_PREFIX automatically set to: C:\harbour
win-make[1]: `../../../../../lib/win/mingw/libhbxbp.a' is up to date.
*----------------------

And when I delete this lib :

C:\harbour\contrib\hbxbp>a.bat

C:\harbour\contrib\hbxbp>set HB_USER_PRGFLAGS=-l

C:\harbour\contrib\hbxbp>C:\harbour\win-make.exe
! Building Harbour 2.0.1dev from source - http://www.harbour-project.org
! MAKE: C:/harbour/win-make 3.81 sh.exe
! HB_USER_PRGFLAGS: -l
! HB_HOST_PLAT: win (x86)  HB_SHELL: nt
! HB_PLATFORM: win (x86) (autodetected)
! HB_COMPILER: mingw
! Component: 'zlib' found in C:/harbour/external/zlib (local)
! Component: 'pcre' found in C:/harbour/external/pcre (local)
! Component: 'openssl' not found. Configure with HB_WITH_OPENSSL.
! Component: 'gpm' not supported on win platform
! Component: 'slang' not found. Configure with HB_WITH_SLANG.
! Component: 'curses' not found. Configure with HB_WITH_CURSES.
! Component: 'x11' not found. Configure with HB_WITH_X11.
! Component: 'wattcp/watt-32' not supported on win platform
! HB_INSTALL_PREFIX automatically set to: C:\harbour
( ar   rcs ../../../../../lib/win/mingw/libhbxbp.a xbpgeneric.o
xbpdialog.o xbpwindow.o xbpparthandler.o xbpmenubar.o xbptoolba
r.o xbppushbutton.o xbpdataref.o xbpcheckbox.o xbp3state.o
xbpradiobutton.o xbptabpage.o xbplistbox.o xbpstatusbar.o xbpscrollb
ar.o xbpsle.o xbpmle.o xbpspinbutton.o xbpcombobox.o xbptreeview.o
xbpstyle.o xbpappevent.o xbpstatic.o xbphtmlviewer.o xbpfile
dialog.o xbpfontdialog.o xbpbitmap.o xbprtf.o xbppresspace.o
xbpprinter.o xbpprintdialog.o xbpbrowse.o xbpqtuiloader.o  ) || de
l /q /f ..\..\..\..\..\lib\win\mingw\libhbxbp.a
*------------------------

Afther this :
hbmk2 hbide.hbp -l

And hbide.exe is created. I move this file to folder C:\Qt\4.5.2\bin\
and run it.
And error :

---------------------------
Run-time Error!
---------------------------


Error BASE/1068  Argument error: array access 
Called from SETAPPEVENT(0)   
Called from XBPDIALOG:GRABEVENT(0)   
Called from (b)XBPDIALOG_CREATE(0)   
Called from QT_QWIDGET_SHOW(0)   
Called from QMAINWINDOW:SHOW(0)   
Called from XBPDIALOG:SHOW(0)   
Called from XBPDIALOG:CREATE(0)   
Called from HBIDE:BUILDDIALOG(1209)   
Called from HBIDE:CREATE(277)   
Called from MAIN(101)  
---------------------------
OK   
---------------------------

Is still :(

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

Reply via email to