[harbour-users] hbIDE projects (again)

238 views
Skip to first unread message

Alain AUPEIX

unread,
Oct 7, 2010, 8:13:47 AM10/7/10
to Harbour Users
Hi all,

As I said in a previous post, I have compiled hbIDE under Ubuntu 10.04
ADM64 (the version given with harbour 2.0.0.1), and if I can open and
edit files, I can't compile and build.

A have tried to create a New Project, but I don't know what to enter in
Compiler tab. I have tried hbmk2 without or with path. But it doesn't
work.

Other thing, The file I last opened (prg) is automatically opened when
launching. Is ther ea way not to ue this feature..

Can somebody give a sample of how and what to answerin all the hbIDE
project screen ?

Thanks for all

A+

Massimo Belgrano

unread,
Oct 7, 2010, 9:29:41 AM10/7/10
to Harbour Users
i suggest you (In a flash) create manually one(or more) hbp and one
ore prg following this template
---test.prg
func main
return
---test.hbp
-w0 (here your harbour flag)
-b
-gui (if you use gui)
-ldebug (here your addition library for example debug)
-otest.exe (here your final exe name)
test.prg (here you can add other prg)

Then you can open project from hbide (point to test.hbp)

Pritpal in hbide have made a lot of good work but same feature will be
made in future
hbide not have a wizard for create an empty project from a template
but you can create it

Alain AUPEIX

unread,
Oct 7, 2010, 10:36:37 AM10/7/10
to harbou...@googlegroups.com
Thanks for the answer, I'll try this evening.

A+

Massimo Belgrano a écrit :

Alain Aupeix

unread,
Oct 9, 2010, 8:13:01 AM10/9/10
to harbou...@googlegroups.com
Massimo Belgrano a écrit :
i suggest you (In a flash) create manually one(or more) hbp and one
ore  prg following this template
---test.prg
func main
  return
---test.hbp
-w0    (here your harbour flag)
-b
-gui   (if you use gui)
-ldebug (here your addition library for example debug)
-otest.exe  (here your final exe name)
test.prg (here you can add other prg)

Then you can open project from hbide  (point to test.hbp)
  
I have created these files, but I can't open it with hbIDE
Here is the content of the folder where I located test prg and hbp:

alain@jujuland:~/Bureau/Test_hbIDE$ ls -ail
total 16
6162556 drwxr-xr-x 2 alain alain 4096 2010-10-09 14:05 .
 786440  drwxr-xr-x 6 alain alain 4096 2010-10-09 09:37 ..
6162648 -rw-r--r--    1 alain alain     40 2010-10-09 09:44 test.hbp
6162647 -rw-r--r--    1 alain alain     64 2010-10-09 09:34 test.prg
alain@jujuland:~/Bureau/Test_hbIDE$


I have created an hbi file (using hbide.hdi as model) that I have located under hbide/projects folder, and and add its reference in hbide.ini
If now I say it in project structure, I can't do something (compilation, and edition)

Here is the content of test.hbi:

[ PROPERTIES ]
Type              = Executable
Title             = Test
Location          = /home/alain/Bureau/Test_hbIDE/
WorkingFolder     = /home/alain/Bureau/Test_hbIDE/
DestinationFolder = /home/alain/Bureau/Test_hbIDE/
Output            = test
LaunchParams      =
LaunchProgram     =
 
[ FLAGS ]
-w0
-b
-gui
-ldebug
-o/home/alain/Bureau/Test_hbIDE/test.exe
 
[ SOURCES ]
/home/alain/Bureau/Test_hbIDE/test.prg
 
[ METADATA ]
 
Here is a part of the content of hbide.ini

[PROJECTS]
/opt/TuxPrograms/hbide/projects/clipword.hbi
/opt/TuxPrograms/hbide/projects/test.hbi
/opt/TuxPrograms/hbide/projects/hbide.hbi
/opt/TuxPrograms/hbide/projects/dbu.hbi
 
When I open hbide, I say all the projects and all the files in all the projects, but when I double-click on  one prg file, it opens an empty file in the editor window, and obviously, it doesn't compile.

Here is the content of clipword.hbi

[ PROPERTIES ]
Type              = Executable
Title             = ClipWord
Location          = <IdeSrc>projects
WorkingFolder     = <ClipSrc>Clipword
DestinationFolder = <PathExe>ClipWord
Output            = clipword
LaunchParams      =
LaunchProgram     =
 
[ FLAGS ]
-o<PathExe>clipword

[ SOURCES ]
<ClipSrc>clipword.prg
<ClipSrc>abandon.prg
<ClipSrc>cw10x15.prg
<ClipSrc>helpinit.prg
<ClipSrc>pg_menu.prg
<ClipSrc>solprint.prg
<ClipSrc>affigril.prg
<ClipSrc>cw15x15.prg
<ClipSrc>importe.prg
<ClipSrc>playinit.prg
<ClipSrc>strdate.prg
<ClipSrc>aide.prg
<ClipSrc>cw15x20.prg
<ClipSrc>inidef.prg
<ClipSrc>playstat.prg
<ClipSrc>svgrille.prg
<ClipSrc>attrchar.prg
<ClipSrc>cw20x20.prg
<ClipSrc>iniprd.prg
<ClipSrc>svjoueur.prg
<ClipSrc>boite.prg
<ClipSrc>cwbase.prg
<ClipSrc>loadcwf.prg
<ClipSrc>putkey.prg
<ClipSrc>wordedit.prg
<ClipSrc>casblack.prg
<ClipSrc>cwindex.prg
<ClipSrc>makecwf.prg
<ClipSrc>sayhelp.prg
<ClipSrc>wordstat.prg
<ClipSrc>clearkey.prg
<ClipSrc>cwutil.prg
<ClipSrc>modele.prg
<ClipSrc>saytime.prg
<ClipSrc>wrdplace.prg
<ClipSrc>clipscreen.prg
<ClipSrc>errorsys.prg
<ClipSrc>modniv.prg
<ClipSrc>screen.prg
<ClipSrc>wselect.prg
<ClipSrc>fabdef.prg
<ClipSrc>okall.prg
<ClipSrc>setform.prg
<ClipSrc>corriger.prg
<ClipSrc>griprint.prg
<ClipSrc>parmgril.prg
<ClipSrc>setprint.prg
<ClipSrc>cw10x10.prg
<ClipSrc>gristat.prg
<ClipSrc>pavcurs.prg
<ClipSrc>sizecurs.prg
<ClipSrc>printfile.prg
<ClipSrc>defedit.prg
 
[ METADATA ]
ClipSrc = /home/alain/Documents/Cw_Src/
PathExe = /opt/TuxPrograms/
IdeSrc  =  hb_dirBase()

Same problems with all the projects

I suppose it's due to something I have missed, but I can't see what.

Thanks

A+


Massimo Belgrano

unread,
Oct 9, 2010, 10:20:52 AM10/9/10
to harbou...@googlegroups.com
you must write hbp (not hbp) like my sample or search in harbour tree are present a lot of hbp
1 try hbmk2 wordpad.hbp
2 open hbide and open project

---wordpad.hbp
-w0    (here your harbour flag)
-b
-gui   (if you use gui)
-ldebug (here your addition library for example debug)
-owordpad.exe  (here your final exe name)
 
clipword.prg
abandon.prg
cw10x15.prg
helpinit.prg
pg_menu.prg
solprint.prg
affigril.prg
cw15x15.prg
importe.prg
playinit.prg
strdate.prg
aide.prg
cw15x20.prg
inidef.prg
playstat.prg
svgrille.prg
attrchar.prg
cw20x20.prg
iniprd.prg
svjoueur.prg
boite.prg
cwbase.prg
oadcwf.prg
putkey.prg
wordedit.prg
casblack.prg
cwindex.prg
makecwf.prg
sayhelp.prg
wordstat.prg
clearkey.prg
cwutil.prg
modele.prg
saytime.prg
wrdplace.prg
clipscreen.prg
errorsys.prg
modniv.prg
screen.prg
wselect.prg
fabdef.prg
okall.prg
setform.prg
corriger.prg
griprint.prg
parmgril.prg
setprint.prg
cw10x10.prg
gristat.prg
pavcurs.prg
sizecurs.prg
printfile.prg
defedit.prg

2010/10/9 Alain Aupeix <alain....@wanadoo.fr>

--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users



--
Massimo Belgrano

Alain Aupeix

unread,
Oct 10, 2010, 3:50:30 AM10/10/10
to harbou...@googlegroups.com
Massimo Belgrano a �crit :

> you must write hbp (not hbp) like my sample or search in harbour tree
> are present a lot of hbp
> 1 try hbmk2 wordpad.hbp
> 2 open hbide and open project
I don't understand what you want me to do
I already have an hbp file, and I already can compile with hbmk2
I have modified it to add some parameters for compilation, and it always
works.

But when I open hbIDE, I can't open the project, as the extension
required for projects is hbi, and not hbp. That that the reason why I
have made the hbi file with hbIDE hbi file as model.

Without hbi, I can't open the project, with the one I have handly made,
the project is avalaible in hbIDE, but I can't compile, and when
clicking on a prg file, I can't open it, it opens a n empty tab.

I suppose that it must been created from within hbIDE, but I fail to do it.

Can my problems come because I'm under Ubuntu ? and also Ubuntu versus
amd64 ?

A+


Pritpal Bedi

unread,
Oct 10, 2010, 4:34:17 AM10/10/10
to Harbour Users
Hi

> I already have an hbp file, and I already can compile with hbmk2
> I have modified it to add some parameters for compilation, and it always
> works.
>
> But when I open hbIDE, I can't open the project, as the extension
> required for projects is hbi, and not hbp. That that the reason why I
> have made the hbi file with hbIDE hbi file as model.

I suppose you are using older hbIDE not the latest one.
When hbIDE came into existance it was using .hbi as extension
which is no more the case with latest which accepts only .hbp.

So before investigating any thing else make sure your
version of hbIDE and hbMK2 is current one.

Pritpal Bedi

Massimo Belgrano

unread,
Oct 10, 2010, 7:02:26 AM10/10/10
to harbou...@googlegroups.com
Last version hbide and harbour compiled each night
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users



--
Massimo Belgrano

Alain Aupeix

unread,
Oct 10, 2010, 12:04:07 PM10/10/10
to harbou...@googlegroups.com
Pritpal Bedi a �crit :

> I suppose you are using older hbIDE not the latest one.
> When hbIDE came into existance it was using .hbi as extension
> which is no more the case with latest which accepts only .hbp.
>
ok, I understand now why I failed
I use the version located in harbour 2.0.0-1

I suppose, I must install the lastest version the same way I made it
with 2.0.0-1, but can I install just overwriting the previous version. ?
Also, is the lastest version compatible with Ubuntu versus amd64 ?

Thanks

A+

Alain Aupeix

unread,
Oct 10, 2010, 12:51:07 PM10/10/10
to harbou...@googlegroups.com
Alain Aupeix a écrit :

Pritpal Bedi a écrit :
I suppose you are using older hbIDE not the latest one.
When hbIDE came into existance it was using .hbi as extension
which is no more the case with latest which accepts only .hbp.
I have installed a more recent version of harbour I have on this computer (nightly from 2010-06-08) :

alain@jujuland:/opt/TuxPrograms/ClipWord$ hbmk2 --version
Harbour Make (hbmk2) 2.1.0beta2 (Rev. 15382)
Copyright (c) 1999-2010, Viktor Szakats


no problems when compiling, but I have some problems when executing:

alain@jujuland:/opt/TuxPrograms/ClipWord$ ./clipword

Unrecoverable error 9000: Module 'printfile.prg'
was compiled with unsupported PCODE version 0.3.
Please recompile.


In fact, this error occurs seems to concern the last file in the list in hbp file.

I'll download the latest nightly tomorrow, and shall report if there is always this error.

A+

Pritpal Bedi

unread,
Oct 10, 2010, 1:07:41 PM10/10/10
to Harbour Users
Hi

> no problems when compiling, but I have some problems when executing:
> alain@jujuland:/opt/TuxPrograms/ClipWord$ ./clipwordUnrecoverable error 9000: Module 'printfile.prg'
> was compiled with unsupported PCODE version 0.3.
> Please recompile.

> In fact, this error occurs seems to concern the last file in the list in hbp file.
> I'll download the latest nightly tomorrow, and shall report if there is always this error.

This means you have printfile.prg as printfile.o compiled with
older version of Harbour.

Try to install and build Harbour clean and report back.

Pritpal Bedi

Massimo Belgrano

unread,
Oct 10, 2010, 1:20:37 PM10/10/10
to harbou...@googlegroups.com
try a complete rebuild of your application
hbmk2 ........-rebuild 

2010/10/10 Alain Aupeix <alain....@wanadoo.fr>

--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users



--
Massimo Belgrano


Alain Aupeix

unread,
Oct 10, 2010, 2:35:09 PM10/10/10
to harbou...@googlegroups.com
Pritpal Bedi a écrit :
Hi

  
no problems when compiling, but I have some problems when executing:
alain@jujuland:/opt/TuxPrograms/ClipWord$ ./clipwordUnrecoverable error 9000: Module 'printfile.prg'
was compiled with unsupported PCODE version 0.3.
Please recompile.
    
This means you have printfile.prg as printfile.o compiled with older version of Harbour.
Try to install and build Harbour clean and report back.
  
rebuildhbmk2 clipword.hbp -rebuild

no error when compiling, but errors when launching

Here is the log of sudo make

-----------------------
alain@jujuland:/opt/Program Files/harbour-2010.08.06$ sudo make
! Building Harbour 2.1.0beta2 from source - http://harbour-project.org
! MAKE: make 3.81 /bin/sh  
! HB_HOST_PLAT: linux (x86_64)  HB_SHELL: sh
! LD_LIBRARY_PATH: /opt/Program Files/harbour-2010.08.06/lib/linux/gcc:
! HB_PLATFORM: linux (x86_64) (autodetected)
! HB_COMPILER: gcc (autodetected: /usr/bin/)
! HB_HOST_PKGM: deb
! Component: 'zlib' found in /usr/include
! Component: 'pcre' found in /usr/include
! Component: 'gpm' found in /usr/include
! Component: 'slang' not found
! Component: 'curses' found in /usr/include
! Component: 'x11' found in /usr/include
! Component: 'wattcp/watt-32' not supported on linux platform
! HB_INSTALL_PREFIX automatically set to: /usr/local
! REVISION: exporté
make[1]: Rien à faire pour « all ».
make[1]: Rien à faire pour « all ».
! 'sqlite3' library skipped (unused)
! 'bz2' library skipped (unused)
! 'libhpdf' library skipped (unused)
! 'png' library skipped (unused)
! 'jpeg' library skipped (unused)
! 'hbpcre' library skipped (unused)
! 'hbzlib' library skipped (unused)
make[3]: « ../../../../../lib/linux/gcc/libminizip.a » est à jour.
make[3]: « ../../../../../lib/linux/gcc/libhbcommon.a » est à jour.
make[3]: « ../../../../../lib/linux/gcc/libhbnortl.a » est à jour.
make[3]: « ../../../../../lib/linux/gcc/libhbpp.a » est à jour.
make[3]: « ../../../../../lib/linux/gcc/libhbcplr.a » est à jour.
make[3]: « ../../../../../bin/linux/gcc/harbour » est à jour.
make[3]: « ../../../../../lib/linux/gcc/libhbvm.a » est à jour.
make[4]: « ../../../../../../lib/linux/gcc/libhbvmmt.a » est à jour.
make[3]: « ../../../../../lib/linux/gcc/libhbrtl.a » est à jour.
make[4]: « ../../../../../../lib/linux/gcc/libgtcgi.a » est à jour.
make[4]: « ../../../../../../lib/linux/gcc/libgtcrs.a » est à jour.
! 'gtdos' library skipped (platform not supported)
! 'gtgui' library skipped (platform not supported)
! 'gtos2' library skipped (platform not supported)
make[4]: « ../../../../../../lib/linux/gcc/libgtpca.a » est à jour.
! 'gtsln' library skipped (component not found)
make[4]: « ../../../../../../lib/linux/gcc/libgtstd.a » est à jour.
make[4]: « ../../../../../../lib/linux/gcc/libgttrm.a » est à jour.
! 'gtwin' library skipped (platform not supported)
! 'gtwvt' library skipped (platform not supported)
make[4]: « ../../../../../../lib/linux/gcc/libgtxwc.a » est à jour.
make[3]: « ../../../../../lib/linux/gcc/libhbmacro.a » est à jour.
make[3]: « ../../../../../lib/linux/gcc/libhbcpage.a » est à jour.
make[3]: « ../../../../../lib/linux/gcc/libhblang.a » est à jour.
make[3]: « ../../../../../lib/linux/gcc/libhbrdd.a » est à jour.
make[4]: « ../../../../../../lib/linux/gcc/libhbnulrdd.a » est à jour.
make[4]: « ../../../../../../lib/linux/gcc/librddntx.a » est à jour.
make[4]: « ../../../../../../lib/linux/gcc/librddnsx.a » est à jour.
make[4]: « ../../../../../../lib/linux/gcc/librddcdx.a » est à jour.
make[4]: « ../../../../../../lib/linux/gcc/librddfpt.a » est à jour.
make[4]: « ../../../../../../lib/linux/gcc/libhbsix.a » est à jour.
make[4]: « ../../../../../../lib/linux/gcc/libhbhsx.a » est à jour.
make[4]: « ../../../../../../lib/linux/gcc/libhbusrrdd.a » est à jour.
make[4]: « ../../../../../../../lib/linux/gcc/libhbuddall.a » est à jour.
make[3]: « ../../../../../lib/linux/gcc/libhbextern.a » est à jour.
make[3]: « ../../../../../lib/linux/gcc/libhbdebug.a » est à jour.
make[3]: « ../../../../../lib/linux/gcc/libharbour-2.1.0.so » est à jour.
make[4]: « ../../../../../../lib/linux/gcc/libharbourmt-2.1.0.so » est à jour.
make[3]: « ../../../../../bin/linux/gcc/hbrun » est à jour.
make[3]: « ../../../../../bin/linux/gcc/hbmk2 » est à jour.
make[3]: « ../../../../../bin/linux/gcc/hbi18n » est à jour.
make[3]: « ../../../../../bin/linux/gcc/hbtest » est à jour.
make[3]: « ../../../../../bin/linux/gcc/hbformat » est à jour.
../bin/linux/gcc/hbrun --hb:gtcgi ../contrib/make.hbs first
! Started package build...
! Calculating build order for 49 projects...
! 'gtalleg/gtalleg.hbp' returned status: 1
! 'gtwvg/gtwvg.hbp' returned status: 1
! 'hbblat/hbblat.hbp' returned status: 1
! 'hbblink/hbblink.hbp' returned status: 1
! 'hbbz2/hbbz2.hbp' returned status: 1
! 'hbcairo/hbcairo.hbp' returned status: 1
! 'hbclipsm/hbclipsm.hbp' returned status: 1
! 'hbcomm/hbcomm.hbp' returned status: 1
! 'hbct/hbct.hbp' returned status: 1
! 'hbcups/hbcups.hbp' returned status: 1
! 'hbcurl/hbcurl.hbp' returned status: 1
! 'hbfbird/hbfbird.hbp' returned status: 1
! 'hbfimage/hbfimage.hbp' returned status: 1
! 'hbfoxpro/hbfoxpro.hbp' returned status: 1
! 'hbfship/hbfship.hbp' returned status: 1
! 'hbgd/hbgd.hbp' returned status: 1
! 'hbgt/hbgt.hbp' returned status: 1
! 'hbhpdf/hbhpdf.hbp' returned status: 1
! 'hbide/hbide.hbp' returned status: 1
! 'hbmemio/hbmemio.hbp' returned status: 1
! 'hbmisc/hbmisc.hbp' returned status: 1
! 'hbmysql/hbmysql.hbp' returned status: 1
! 'hbmzip/hbmzip.hbp' returned status: 1
! 'hbnetio/hbnetio.hbp' returned status: 1
! 'hbnetio/utils/hbnetio.hbp' returned status: 1
! 'hbnf/hbnf.hbp' returned status: 1
! 'hbodbc/hbodbc.hbp' returned status: 1
! 'hbpgsql/hbpgsql.hbp' returned status: 1
! 'hbqt/hbqt.hbp' returned status: 1
! 'hbsms/hbsms.hbp' returned status: 1
! 'hbsqlit3/hbsqlit3.hbp' returned status: 1
! 'hbssl/hbssl.hbp' returned status: 1
! 'hbtip/hbtip.hbp' returned status: 1
! 'hbtip/hbtipssl.hbp' returned status: 1
! 'hbtpathy/hbtpathy.hbp' returned status: 1
! 'hbwin/hbwin.hbp' returned status: 1
! 'hbxbp/hbxbp.hbp' returned status: 1
! 'hbxpp/hbxpp.hbp' returned status: 1
! 'hbziparc/hbziparc.hbp' returned status: 1
! 'rddads/rddads.hbp' returned status: 1
! 'rddbmcdx/rddbmcdx.hbp' returned status: 1
! 'rddsql/rddsql.hbp' returned status: 1
! 'sddfb/sddfb.hbp' returned status: 1
! 'sddmy/sddmy.hbp' returned status: 1
! 'sddoci/sddoci.hbp' returned status: 1
! 'sddodbc/sddodbc.hbp' returned status: 1
! 'sddpg/sddpg.hbp' returned status: 1
! 'sddsqlt3/sddsqlt3.hbp' returned status: 1
! 'xhb/xhb.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc xhb/xhb.hbp @hbpost
! 'xhb/xhb.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc sddsqlt3/sddsqlt3.hbp @hbpost
! 'sddsqlt3/sddsqlt3.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc sddpg/sddpg.hbp @hbpost
! 'sddpg/sddpg.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc sddodbc/sddodbc.hbp @hbpost
! 'sddodbc/sddodbc.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc sddoci/sddoci.hbp @hbpost
! 'sddoci/sddoci.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc sddmy/sddmy.hbp @hbpost
! 'sddmy/sddmy.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc sddfb/sddfb.hbp @hbpost
! 'sddfb/sddfb.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc rddsql/rddsql.hbp @hbpost
! 'rddsql/rddsql.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc rddbmcdx/rddbmcdx.hbp @hbpost
! 'rddbmcdx/rddbmcdx.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc rddads/rddads.hbp @hbpost
! 'rddads/rddads.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbziparc/hbziparc.hbp @hbpost
! 'hbziparc/hbziparc.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbxpp/hbxpp.hbp @hbpost
! 'hbxpp/hbxpp.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbxbp/hbxbp.hbp @hbpost
! 'hbxbp/hbxbp.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbwin/hbwin.hbp @hbpost
! 'hbwin/hbwin.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbtpathy/hbtpathy.hbp @hbpost
! 'hbtpathy/hbtpathy.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbtip/hbtipssl.hbp @hbpost
! 'hbtip/hbtipssl.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbtip/hbtip.hbp @hbpost
! 'hbtip/hbtip.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbssl/hbssl.hbp @hbpost
! 'hbssl/hbssl.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbsqlit3/hbsqlit3.hbp @hbpost
! 'hbsqlit3/hbsqlit3.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbsms/hbsms.hbp @hbpost
! 'hbsms/hbsms.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbqt/hbqt.hbp @hbpost
! 'hbqt/hbqt.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbpgsql/hbpgsql.hbp @hbpost
! 'hbpgsql/hbpgsql.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbodbc/hbodbc.hbp @hbpost
! 'hbodbc/hbodbc.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbnf/hbnf.hbp @hbpost
! 'hbnf/hbnf.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbnetio/utils/hbnetio.hbp @hbpost
! 'hbnetio/utils/hbnetio.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbnetio/hbnetio.hbp @hbpost
! 'hbnetio/hbnetio.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbmzip/hbmzip.hbp @hbpost
! 'hbmzip/hbmzip.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbmysql/hbmysql.hbp @hbpost
! 'hbmysql/hbmysql.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbmisc/hbmisc.hbp @hbpost
! 'hbmisc/hbmisc.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbmemio/hbmemio.hbp @hbpost
! 'hbmemio/hbmemio.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbide/hbide.hbp @hbpost
! 'hbide/hbide.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbhpdf/hbhpdf.hbp @hbpost
! 'hbhpdf/hbhpdf.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbgt/hbgt.hbp @hbpost
! 'hbgt/hbgt.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbgd/hbgd.hbp @hbpost
! 'hbgd/hbgd.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbfship/hbfship.hbp @hbpost
! 'hbfship/hbfship.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbfoxpro/hbfoxpro.hbp @hbpost
! 'hbfoxpro/hbfoxpro.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbfimage/hbfimage.hbp @hbpost
! 'hbfimage/hbfimage.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbfbird/hbfbird.hbp @hbpost
! 'hbfbird/hbfbird.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbcurl/hbcurl.hbp @hbpost
! 'hbcurl/hbcurl.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbcups/hbcups.hbp @hbpost
! 'hbcups/hbcups.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbct/hbct.hbp @hbpost
! 'hbct/hbct.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbcomm/hbcomm.hbp @hbpost
! 'hbcomm/hbcomm.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbclipsm/hbclipsm.hbp @hbpost
! 'hbclipsm/hbclipsm.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbcairo/hbcairo.hbp @hbpost
! 'hbcairo/hbcairo.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbbz2/hbbz2.hbp @hbpost
! 'hbbz2/hbbz2.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbblink/hbblink.hbp @hbpost
! 'hbblink/hbblink.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbblat/hbblat.hbp @hbpost
! 'hbblat/hbblat.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc gtwvg/gtwvg.hbp @hbpost
! 'gtwvg/gtwvg.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc gtalleg/gtalleg.hbp @hbpost
! 'gtalleg/gtalleg.hbp' returned status: 1
! Finished package build...
./bin/linux/gcc/hbrun --hb:gtcgi ./config/postinst.hbs first
alain@jujuland:/opt/Program Files/harbour-2010.08.06$ ^C
-----------------------
It seems to be ok

and now the log of sudo make install :

-----------------------
alain@jujuland:/opt/Program Files/harbour-2010.08.06$ sudo make install
[sudo] password for alain:
! Building Harbour 2.1.0beta2 from source - http://harbour-project.org
! MAKE: make 3.81 /bin/sh install 
! HB_HOST_PLAT: linux (x86_64)  HB_SHELL: sh
! LD_LIBRARY_PATH: /opt/Program Files/harbour-2010.08.06/lib/linux/gcc:
! HB_PLATFORM: linux (x86_64) (autodetected)
! HB_COMPILER: gcc (autodetected: /usr/bin/)
! HB_HOST_PKGM: deb
! Component: 'zlib' found in /usr/include
! Component: 'pcre' found in /usr/include
! Component: 'gpm' found in /usr/include
! Component: 'slang' not found
! Component: 'curses' found in /usr/include
! Component: 'x11' found in /usr/include
! Component: 'wattcp/watt-32' not supported on linux platform
! HB_INSTALL_PREFIX automatically set to: /usr/local
! REVISION: exporté
! Installing c_std.txt on /usr/local/share/doc/harbour
! Installing class_tp.txt on /usr/local/share/doc/harbour
! Installing clipper.txt on /usr/local/share/doc/harbour
! Installing cmdline.txt on /usr/local/share/doc/harbour
! Installing cmpopt.txt on /usr/local/share/doc/harbour
! Installing codebloc.txt on /usr/local/share/doc/harbour
! Installing codestyl.txt on /usr/local/share/doc/harbour
! Installing destruct.txt on /usr/local/share/doc/harbour
! Installing dirstruc.txt on /usr/local/share/doc/harbour
! Installing gmake.txt on /usr/local/share/doc/harbour
! Installing gtapi.txt on /usr/local/share/doc/harbour
! Installing hdr_tpl.txt on /usr/local/share/doc/harbour
! Installing howtobld.txt on /usr/local/share/doc/harbour
! Installing howtorel.txt on /usr/local/share/doc/harbour
! Installing howtosvn.txt on /usr/local/share/doc/harbour
! Installing inet.txt on /usr/local/share/doc/harbour
! Installing pcode.txt on /usr/local/share/doc/harbour
! Installing pp.txt on /usr/local/share/doc/harbour
! Installing pragma.txt on /usr/local/share/doc/harbour
! Installing readme.txt on /usr/local/share/doc/harbour
! Installing statics.txt on /usr/local/share/doc/harbour
! Installing tracing.txt on /usr/local/share/doc/harbour
! Installing transfrm.txt on /usr/local/share/doc/harbour
! Installing vm.txt on /usr/local/share/doc/harbour
! Installing windll.txt on /usr/local/share/doc/harbour
! Installing error.api on /usr/local/include/harbour
! Installing extend.api on /usr/local/include/harbour
! Installing filesys.api on /usr/local/include/harbour
! Installing fm.api on /usr/local/include/harbour
! Installing gt.api on /usr/local/include/harbour
! Installing hbundoc.api on /usr/local/include/harbour
! Installing item.api on /usr/local/include/harbour
! Installing rdd.api on /usr/local/include/harbour
! Installing vm.api on /usr/local/include/harbour
! Installing clipdefs.h on /usr/local/include/harbour
! Installing extend.h on /usr/local/include/harbour
! Installing hbapi.h on /usr/local/include/harbour
! Installing hbapicdp.h on /usr/local/include/harbour
! Installing hbapicls.h on /usr/local/include/harbour
! Installing hbapicom.h on /usr/local/include/harbour
! Installing hbapidbg.h on /usr/local/include/harbour
! Installing hbapierr.h on /usr/local/include/harbour
! Installing hbapifs.h on /usr/local/include/harbour
! Installing hbapigt.h on /usr/local/include/harbour
! Installing hbapiitm.h on /usr/local/include/harbour
! Installing hbapilng.h on /usr/local/include/harbour
! Installing hbapirdd.h on /usr/local/include/harbour
! Installing hbapistr.h on /usr/local/include/harbour
! Installing hbassert.h on /usr/local/include/harbour
! Installing hbatomic.h on /usr/local/include/harbour
! Installing hbbfish.h on /usr/local/include/harbour
! Installing hbfloat.h on /usr/local/include/harbour
! Installing hbcdpreg.h on /usr/local/include/harbour
! Installing hbchksum.h on /usr/local/include/harbour
! Installing hbcomp.h on /usr/local/include/harbour
! Installing hbcompdf.h on /usr/local/include/harbour
! Installing hbdate.h on /usr/local/include/harbour
! Installing hbdbf.h on /usr/local/include/harbour
! Installing hbdbferr.h on /usr/local/include/harbour
! Installing hbdbsort.h on /usr/local/include/harbour
! Installing hbdefs.h on /usr/local/include/harbour
! Installing hberrors.h on /usr/local/include/harbour
! Installing hbexprop.h on /usr/local/include/harbour
! Installing hbgtcore.h on /usr/local/include/harbour
! Installing hbgtreg.h on /usr/local/include/harbour
! Installing hbhash.h on /usr/local/include/harbour
! Installing hbiniseg.h on /usr/local/include/harbour
! Installing hbinit.h on /usr/local/include/harbour
! Installing hbmacro.h on /usr/local/include/harbour
! Installing hbmath.h on /usr/local/include/harbour
! Installing hbmather.h on /usr/local/include/harbour
! Installing hbmsgreg.h on /usr/local/include/harbour
! Installing hbpcode.h on /usr/local/include/harbour
! Installing hbpp.h on /usr/local/include/harbour
! Installing hbrddcdx.h on /usr/local/include/harbour
! Installing hbrdddbf.h on /usr/local/include/harbour
! Installing hbrddfpt.h on /usr/local/include/harbour
! Installing hbrdddel.h on /usr/local/include/harbour
! Installing hbrddntx.h on /usr/local/include/harbour
! Installing hbrddsdf.h on /usr/local/include/harbour
! Installing hbrddnsx.h on /usr/local/include/harbour
! Installing hbregex.h on /usr/local/include/harbour
! Installing hbset.h on /usr/local/include/harbour
! Installing hbsetup.h on /usr/local/include/harbour
! Installing hbsocket.h on /usr/local/include/harbour
! Installing hbstack.h on /usr/local/include/harbour
! Installing hbsxfunc.h on /usr/local/include/harbour
! Installing hbtask.h on /usr/local/include/harbour
! Installing hbthread.h on /usr/local/include/harbour
! Installing hbtrace.h on /usr/local/include/harbour
! Installing hbtypes.h on /usr/local/include/harbour
! Installing hbver.h on /usr/local/include/harbour
! Installing hbvm.h on /usr/local/include/harbour
! Installing hbvmint.h on /usr/local/include/harbour
! Installing hbvmopt.h on /usr/local/include/harbour
! Installing hbvmpub.h on /usr/local/include/harbour
! Installing hbxvm.h on /usr/local/include/harbour
! Installing hbwince.h on /usr/local/include/harbour
! Installing hbwinuni.h on /usr/local/include/harbour
! Installing hbznet.h on /usr/local/include/harbour
! Installing hb_io.h on /usr/local/include/harbour
! Installing harbour.hbx on /usr/local/include/harbour
! Installing hbcpage.hbx on /usr/local/include/harbour
! Installing hblang.hbx on /usr/local/include/harbour
! Installing hbscalar.hbx on /usr/local/include/harbour
! Installing hbusrrdd.hbx on /usr/local/include/harbour
! Installing achoice.ch on /usr/local/include/harbour
! Installing assert.ch on /usr/local/include/harbour
! Installing blob.ch on /usr/local/include/harbour
! Installing box.ch on /usr/local/include/harbour
! Installing button.ch on /usr/local/include/harbour
! Installing color.ch on /usr/local/include/harbour
! Installing common.ch on /usr/local/include/harbour
! Installing dbedit.ch on /usr/local/include/harbour
! Installing dbinfo.ch on /usr/local/include/harbour
! Installing dbstruct.ch on /usr/local/include/harbour
! Installing directry.ch on /usr/local/include/harbour
! Installing error.ch on /usr/local/include/harbour
! Installing fileio.ch on /usr/local/include/harbour
! Installing getexit.ch on /usr/local/include/harbour
! Installing hb.ch on /usr/local/include/harbour
! Installing hbclass.ch on /usr/local/include/harbour
! Installing hbcom.ch on /usr/local/include/harbour
! Installing hbdebug.ch on /usr/local/include/harbour
! Installing hbdyn.ch on /usr/local/include/harbour
! Installing hbextcdp.ch on /usr/local/include/harbour
! Installing hbextern.ch on /usr/local/include/harbour
! Installing hbextlng.ch on /usr/local/include/harbour
! Installing hbgfx.ch on /usr/local/include/harbour
! Installing hbgfxdef.ch on /usr/local/include/harbour
! Installing hbgtinfo.ch on /usr/local/include/harbour
! Installing hbhrb.ch on /usr/local/include/harbour
! Installing hbinkey.ch on /usr/local/include/harbour
! Installing hblang.ch on /usr/local/include/harbour
! Installing hbmacro.ch on /usr/local/include/harbour
! Installing hbmath.ch on /usr/local/include/harbour
! Installing hbmemory.ch on /usr/local/include/harbour
! Installing hbmemvar.ch on /usr/local/include/harbour
! Installing hboo.ch on /usr/local/include/harbour
! Installing hbpers.ch on /usr/local/include/harbour
! Installing hbsetup.ch on /usr/local/include/harbour
! Installing hbsix.ch on /usr/local/include/harbour
! Installing hbsocket.ch on /usr/local/include/harbour
! Installing hbstdgen.ch on /usr/local/include/harbour
! Installing hbsxdef.ch on /usr/local/include/harbour
! Installing hbthread.ch on /usr/local/include/harbour
! Installing hbtrace.ch on /usr/local/include/harbour
! Installing hbusrrdd.ch on /usr/local/include/harbour
! Installing hbver.ch on /usr/local/include/harbour
! Installing hbzlib.ch on /usr/local/include/harbour
! Installing inkey.ch on /usr/local/include/harbour
! Installing memoedit.ch on /usr/local/include/harbour
! Installing ord.ch on /usr/local/include/harbour
! Installing rddsys.ch on /usr/local/include/harbour
! Installing reserved.ch on /usr/local/include/harbour
! Installing set.ch on /usr/local/include/harbour
! Installing setcurs.ch on /usr/local/include/harbour
! Installing simpleio.ch on /usr/local/include/harbour
! Installing std.ch on /usr/local/include/harbour
! Installing tbrowse.ch on /usr/local/include/harbour
! 'sqlite3' library skipped (unused)
! 'bz2' library skipped (unused)
! 'libhpdf' library skipped (unused)
! 'png' library skipped (unused)
! 'jpeg' library skipped (unused)
! 'hbpcre' library skipped (unused)
! 'hbzlib' library skipped (unused)
make[3]: « ../../../../../lib/linux/gcc/libminizip.a » est à jour.
! Installing ../../lib/linux/gcc/libminizip.a on /usr/local/lib/harbour
make[3]: « ../../../../../lib/linux/gcc/libhbcommon.a » est à jour.
! Installing ../../lib/linux/gcc/libhbcommon.a on /usr/local/lib/harbour
make[3]: « ../../../../../lib/linux/gcc/libhbnortl.a » est à jour.
! Installing ../../lib/linux/gcc/libhbnortl.a on /usr/local/lib/harbour
make[3]: « ../../../../../lib/linux/gcc/libhbpp.a » est à jour.
! Installing ../../lib/linux/gcc/libhbpp.a on /usr/local/lib/harbour
! Installing ../../bin/linux/gcc/hbpp on /usr/local/bin
make[3]: « ../../../../../lib/linux/gcc/libhbcplr.a » est à jour.
! Installing ../../lib/linux/gcc/libhbcplr.a on /usr/local/lib/harbour
make[3]: « ../../../../../bin/linux/gcc/harbour » est à jour.
! Installing ../../bin/linux/gcc/harbour on /usr/local/bin
make[3]: « ../../../../../lib/linux/gcc/libhbvm.a » est à jour.
! Installing ../../lib/linux/gcc/libhbvm.a on /usr/local/lib/harbour
make[4]: « ../../../../../../lib/linux/gcc/libhbvmmt.a » est à jour.
! Installing ../../../lib/linux/gcc/libhbvmmt.a on /usr/local/lib/harbour
make[3]: « ../../../../../lib/linux/gcc/libhbrtl.a » est à jour.
! Installing ../../lib/linux/gcc/libhbrtl.a on /usr/local/lib/harbour
make[4]: « ../../../../../../lib/linux/gcc/libgtcgi.a » est à jour.
! Installing ../../../lib/linux/gcc/libgtcgi.a on /usr/local/lib/harbour
make[4]: « ../../../../../../lib/linux/gcc/libgtcrs.a » est à jour.
! Installing ../../../lib/linux/gcc/libgtcrs.a on /usr/local/lib/harbour
! 'gtdos' library skipped (platform not supported)
! 'gtgui' library skipped (platform not supported)
! 'gtos2' library skipped (platform not supported)
make[4]: « ../../../../../../lib/linux/gcc/libgtpca.a » est à jour.
! Installing ../../../lib/linux/gcc/libgtpca.a on /usr/local/lib/harbour
! 'gtsln' library skipped (component not found)
make[4]: « ../../../../../../lib/linux/gcc/libgtstd.a » est à jour.
! Installing ../../../lib/linux/gcc/libgtstd.a on /usr/local/lib/harbour
make[4]: « ../../../../../../lib/linux/gcc/libgttrm.a » est à jour.
! Installing ../../../lib/linux/gcc/libgttrm.a on /usr/local/lib/harbour
! 'gtwin' library skipped (platform not supported)
! 'gtwvt' library skipped (platform not supported)
make[4]: « ../../../../../../lib/linux/gcc/libgtxwc.a » est à jour.
! Installing ../../../lib/linux/gcc/libgtxwc.a on /usr/local/lib/harbour
make[3]: « ../../../../../lib/linux/gcc/libhbmacro.a » est à jour.
! Installing ../../lib/linux/gcc/libhbmacro.a on /usr/local/lib/harbour
make[3]: « ../../../../../lib/linux/gcc/libhbcpage.a » est à jour.
! Installing ../../lib/linux/gcc/libhbcpage.a on /usr/local/lib/harbour
make[3]: « ../../../../../lib/linux/gcc/libhblang.a » est à jour.
! Installing ../../lib/linux/gcc/libhblang.a on /usr/local/lib/harbour
make[3]: « ../../../../../lib/linux/gcc/libhbrdd.a » est à jour.
! Installing ../../lib/linux/gcc/libhbrdd.a on /usr/local/lib/harbour
make[4]: « ../../../../../../lib/linux/gcc/libhbnulrdd.a » est à jour.
! Installing ../../../lib/linux/gcc/libhbnulrdd.a on /usr/local/lib/harbour
make[4]: « ../../../../../../lib/linux/gcc/librddntx.a » est à jour.
! Installing ../../../lib/linux/gcc/librddntx.a on /usr/local/lib/harbour
make[4]: « ../../../../../../lib/linux/gcc/librddnsx.a » est à jour.
! Installing ../../../lib/linux/gcc/librddnsx.a on /usr/local/lib/harbour
make[4]: « ../../../../../../lib/linux/gcc/librddcdx.a » est à jour.
! Installing ../../../lib/linux/gcc/librddcdx.a on /usr/local/lib/harbour
make[4]: « ../../../../../../lib/linux/gcc/librddfpt.a » est à jour.
! Installing ../../../lib/linux/gcc/librddfpt.a on /usr/local/lib/harbour
make[4]: « ../../../../../../lib/linux/gcc/libhbsix.a » est à jour.
! Installing ../../../lib/linux/gcc/libhbsix.a on /usr/local/lib/harbour
make[4]: « ../../../../../../lib/linux/gcc/libhbhsx.a » est à jour.
! Installing ../../../lib/linux/gcc/libhbhsx.a on /usr/local/lib/harbour
make[4]: « ../../../../../../lib/linux/gcc/libhbusrrdd.a » est à jour.
! Installing ../../../lib/linux/gcc/libhbusrrdd.a on /usr/local/lib/harbour
make[4]: « ../../../../../../../lib/linux/gcc/libhbuddall.a » est à jour.
! Installing ../../../../lib/linux/gcc/libhbuddall.a on /usr/local/lib/harbour
make[3]: « ../../../../../lib/linux/gcc/libhbextern.a » est à jour.
! Installing ../../lib/linux/gcc/libhbextern.a on /usr/local/lib/harbour
make[3]: « ../../../../../lib/linux/gcc/libhbdebug.a » est à jour.
! Installing ../../lib/linux/gcc/libhbdebug.a on /usr/local/lib/harbour
make[3]: « ../../../../../lib/linux/gcc/libharbour-2.1.0.so » est à jour.
! Installing ../../lib/linux/gcc/libharbour-2.1.0.so on /usr/local/lib/harbour
make[4]: « ../../../../../../lib/linux/gcc/libharbourmt-2.1.0.so » est à jour.
! Installing ../../../lib/linux/gcc/libharbourmt-2.1.0.so on /usr/local/lib/harbour
make[3]: « ../../../../../bin/linux/gcc/hbrun » est à jour.
! Installing ../../bin/linux/gcc/hbrun on /usr/local/bin
make[3]: « ../../../../../bin/linux/gcc/hbmk2 » est à jour.
! Installing ../../bin/linux/gcc/hbmk2 on /usr/local/bin
make[3]: « ../../../../../bin/linux/gcc/hbi18n » est à jour.
! Installing ../../bin/linux/gcc/hbi18n on /usr/local/bin
make[3]: « ../../../../../bin/linux/gcc/hbtest » est à jour.
! Installing ../../bin/linux/gcc/hbtest on /usr/local/bin
make[3]: « ../../../../../bin/linux/gcc/hbformat » est à jour.
! Installing ../../bin/linux/gcc/hbformat on /usr/local/bin
../bin/linux/gcc/hbrun --hb:gtcgi ../contrib/make.hbs install
! Started package build and install...
! Calculating build order for 49 projects...
! 'gtalleg/gtalleg.hbp' returned status: 1
! 'gtwvg/gtwvg.hbp' returned status: 1
! 'hbblat/hbblat.hbp' returned status: 1
! 'hbblink/hbblink.hbp' returned status: 1
! 'hbbz2/hbbz2.hbp' returned status: 1
! 'hbcairo/hbcairo.hbp' returned status: 1
! 'hbclipsm/hbclipsm.hbp' returned status: 1
! 'hbcomm/hbcomm.hbp' returned status: 1
! 'hbct/hbct.hbp' returned status: 1
! 'hbcups/hbcups.hbp' returned status: 1
! 'hbcurl/hbcurl.hbp' returned status: 1
! 'hbfbird/hbfbird.hbp' returned status: 1
! 'hbfimage/hbfimage.hbp' returned status: 1
! 'hbfoxpro/hbfoxpro.hbp' returned status: 1
! 'hbfship/hbfship.hbp' returned status: 1
! 'hbgd/hbgd.hbp' returned status: 1
! 'hbgt/hbgt.hbp' returned status: 1
! 'hbhpdf/hbhpdf.hbp' returned status: 1
! 'hbide/hbide.hbp' returned status: 1
! 'hbmemio/hbmemio.hbp' returned status: 1
! 'hbmisc/hbmisc.hbp' returned status: 1
! 'hbmysql/hbmysql.hbp' returned status: 1
! 'hbmzip/hbmzip.hbp' returned status: 1
! 'hbnetio/hbnetio.hbp' returned status: 1
! 'hbnetio/utils/hbnetio.hbp' returned status: 1
! 'hbnf/hbnf.hbp' returned status: 1
! 'hbodbc/hbodbc.hbp' returned status: 1
! 'hbpgsql/hbpgsql.hbp' returned status: 1
! 'hbqt/hbqt.hbp' returned status: 1
! 'hbsms/hbsms.hbp' returned status: 1
! 'hbsqlit3/hbsqlit3.hbp' returned status: 1
! 'hbssl/hbssl.hbp' returned status: 1
! 'hbtip/hbtip.hbp' returned status: 1
! 'hbtip/hbtipssl.hbp' returned status: 1
! 'hbtpathy/hbtpathy.hbp' returned status: 1
! 'hbwin/hbwin.hbp' returned status: 1
! 'hbxbp/hbxbp.hbp' returned status: 1
! 'hbxpp/hbxpp.hbp' returned status: 1
! 'hbziparc/hbziparc.hbp' returned status: 1
! 'rddads/rddads.hbp' returned status: 1
! 'rddbmcdx/rddbmcdx.hbp' returned status: 1
! 'rddsql/rddsql.hbp' returned status: 1
! 'sddfb/sddfb.hbp' returned status: 1
! 'sddmy/sddmy.hbp' returned status: 1
! 'sddoci/sddoci.hbp' returned status: 1
! 'sddodbc/sddodbc.hbp' returned status: 1
! 'sddpg/sddpg.hbp' returned status: 1
! 'sddsqlt3/sddsqlt3.hbp' returned status: 1
! 'xhb/xhb.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc xhb/xhb.hbp @hbpost
! 'xhb/xhb.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc sddsqlt3/sddsqlt3.hbp @hbpost
! 'sddsqlt3/sddsqlt3.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc sddpg/sddpg.hbp @hbpost
! 'sddpg/sddpg.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc sddodbc/sddodbc.hbp @hbpost
! 'sddodbc/sddodbc.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc sddoci/sddoci.hbp @hbpost
! 'sddoci/sddoci.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc sddmy/sddmy.hbp @hbpost
! 'sddmy/sddmy.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc sddfb/sddfb.hbp @hbpost
! 'sddfb/sddfb.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc rddsql/rddsql.hbp @hbpost
! 'rddsql/rddsql.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc rddbmcdx/rddbmcdx.hbp @hbpost
! 'rddbmcdx/rddbmcdx.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc rddads/rddads.hbp @hbpost
! 'rddads/rddads.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbziparc/hbziparc.hbp @hbpost
! 'hbziparc/hbziparc.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbxpp/hbxpp.hbp @hbpost
! 'hbxpp/hbxpp.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbxbp/hbxbp.hbp @hbpost
! 'hbxbp/hbxbp.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbwin/hbwin.hbp @hbpost
! 'hbwin/hbwin.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbtpathy/hbtpathy.hbp @hbpost
! 'hbtpathy/hbtpathy.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbtip/hbtipssl.hbp @hbpost
! 'hbtip/hbtipssl.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbtip/hbtip.hbp @hbpost
! 'hbtip/hbtip.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbssl/hbssl.hbp @hbpost
! 'hbssl/hbssl.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbsqlit3/hbsqlit3.hbp @hbpost
! 'hbsqlit3/hbsqlit3.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbsms/hbsms.hbp @hbpost
! 'hbsms/hbsms.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbqt/hbqt.hbp @hbpost
! 'hbqt/hbqt.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbpgsql/hbpgsql.hbp @hbpost
! 'hbpgsql/hbpgsql.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbodbc/hbodbc.hbp @hbpost
! 'hbodbc/hbodbc.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbnf/hbnf.hbp @hbpost
! 'hbnf/hbnf.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbnetio/utils/hbnetio.hbp @hbpost
! 'hbnetio/utils/hbnetio.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbnetio/hbnetio.hbp @hbpost
! 'hbnetio/hbnetio.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbmzip/hbmzip.hbp @hbpost
! 'hbmzip/hbmzip.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbmysql/hbmysql.hbp @hbpost
! 'hbmysql/hbmysql.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbmisc/hbmisc.hbp @hbpost
! 'hbmisc/hbmisc.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbmemio/hbmemio.hbp @hbpost
! 'hbmemio/hbmemio.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbide/hbide.hbp @hbpost
! 'hbide/hbide.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbhpdf/hbhpdf.hbp @hbpost
! 'hbhpdf/hbhpdf.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbgt/hbgt.hbp @hbpost
! 'hbgt/hbgt.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbgd/hbgd.hbp @hbpost
! 'hbgd/hbgd.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbfship/hbfship.hbp @hbpost
! 'hbfship/hbfship.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbfoxpro/hbfoxpro.hbp @hbpost
! 'hbfoxpro/hbfoxpro.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbfimage/hbfimage.hbp @hbpost
! 'hbfimage/hbfimage.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbfbird/hbfbird.hbp @hbpost
! 'hbfbird/hbfbird.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbcurl/hbcurl.hbp @hbpost
! 'hbcurl/hbcurl.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbcups/hbcups.hbp @hbpost
! 'hbcups/hbcups.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbct/hbct.hbp @hbpost
! 'hbct/hbct.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbcomm/hbcomm.hbp @hbpost
! 'hbcomm/hbcomm.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbclipsm/hbclipsm.hbp @hbpost
! 'hbclipsm/hbclipsm.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbcairo/hbcairo.hbp @hbpost
! 'hbcairo/hbcairo.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbbz2/hbbz2.hbp @hbpost
! 'hbbz2/hbbz2.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbblink/hbblink.hbp @hbpost
! 'hbblink/hbblink.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc hbblat/hbblat.hbp @hbpost
! 'hbblat/hbblat.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc gtwvg/gtwvg.hbp @hbpost
! 'gtwvg/gtwvg.hbp' returned status: 1
/opt/Program Files/harbour-2010.08.06/contrib/../bin/linux/gcc/hbmk2 -quiet -width=0 @hbpre -inc gtalleg/gtalleg.hbp @hbpost
! 'gtalleg/gtalleg.hbp' returned status: 1
! Finished package build and install...
./bin/linux/gcc/hbrun --hb:gtcgi ./config/postinst.hbs install
! Copying root documents...
! Copying Harbour script (.hbs) files...
! Copying *nix config files...
! Creating *nix ld config file...
! Creating dynamic lib symlinks...
! Error: Creating symlink libharbour-2.1.0.so <= /usr/local/lib/harbour/libharbour.so
! Error: Creating symlink libharbourmt-2.1.0.so <= /usr/local/lib/harbour/libharbourmt.so
! Error: Creating symlink harbour/libharbour-2.1.0.so <= /usr/local/lib/harbour/../libharbour.so
! Error: Creating symlink harbour/libharbour-2.1.0.so <= /usr/local/lib/harbour/../libharbour-2.1.0.so
! Error: Creating symlink harbour/libharbourmt-2.1.0.so <= /usr/local/lib/harbour/../libharbourmt.so
! Error: Creating symlink harbour/libharbourmt-2.1.0.so <= /usr/local/lib/harbour/../libharbourmt-2.1.0.so
! Making core translation (.hbl) files...
! Created /usr/local/bin/hbmk2.pt_BR.hbl <= utils/hbmk2/hbmk2.pt_BR.po
! Created /usr/local/bin/hbmk2.hu_HU.hbl <= utils/hbmk2/hbmk2.hu_HU.po
! Compiling core documentation (.hbd)...
! Created /usr/local/share/doc/harbour/harbour.hbd <= ./
-----------------------

As you can see, there are some errors at the end when creating symlink (perhaps the reason of my problems ?
The first time I launch make install, I didn't use sudo, and it reports some errors. Maybe these errors can generate these last errors ?

And, to be complete, the log of hbmk2 hbide.hbp -rebuild
-----------------------
alain@jujuland:/opt/Program Files/harbour-2010.08.06/contrib/hbide$ hbmk2 hbide.hbp
hbmk2: Compiling Harbour sources...
Harbour 2.1.0beta2 (Rev. 15382)
Copyright (c) 1999-2010, http://harbour-project.org/
Compiling 'hbide.prg'...
Lines 6384, Functions/Procedures 26
Generating C source output to '.hbmk/linux/gcc/hbide.c'... Done.
Compiling 'ideobject.prg'...
Lines 7765, Functions/Procedures 3
Generating C source output to '.hbmk/linux/gcc/ideobject.c'... Done.
Compiling 'idestylesheets.prg'...
Lines 8683, Functions/Procedures 7
Generating C source output to '.hbmk/linux/gcc/idestylesheets.c'... Done.
Compiling 'idetags.prg'...
Lines 12072, Functions/Procedures 4
Generating C source output to '.hbmk/linux/gcc/idetags.c'... Done.
Compiling 'idemisc.prg'...
Lines 17527, Functions/Procedures 104
Generating C source output to '.hbmk/linux/gcc/idemisc.c'... Done.
Compiling 'ideactions.prg'...
Lines 22717, Functions/Procedures 14
Generating C source output to '.hbmk/linux/gcc/ideactions.c'... Done.
Compiling 'ideeditor.prg'...
ideeditor.prg(315) Warning W0001  Ambiguous reference 'QCOMPLETER_CASEINSENSITIVELYSORTEDMODEL'
ideeditor.prg(318) Warning W0001  Ambiguous reference 'QCOMPLETER_POPUPCOMPLETION'
1900
No code generated.
hbmk2: Error: Running Harbour compiler (embedded). 1
('/usr/local/bin/harbour)' -n2 hbide.prg ideobject.prg idestylesheets.prg idetags.prg idemisc.prg ideactions.prg ideeditor.prg idefindreplace.prg idedocks.prg idesaveload.prg idethemes.prg ideprojmanager.prg idesources.prg ideharbourhelp.prg ideenviron.prg idehome.prg idefunctions.prg idedocwriter.prg ideskeletons.prg idewizard.prg idetools.prg ideshortcuts.prg ideedit.prg ideplugins.prg idedict.prg idebrowse.prg idereportsmanager.prg idetoolbar.prg .hbmk/linux/gcc/rcc_hbide.prg .hbmk/linux/gcc/uic_docviewgenerator.prg .hbmk/linux/gcc/uic_docwriter.prg .hbmk/linux/gcc/uic_editor.prg .hbmk/linux/gcc/uic_environ.prg .hbmk/linux/gcc/uic_environments.prg .hbmk/linux/gcc/uic_finddialog.prg .hbmk/linux/gcc/uic_findinfiles.prg .hbmk/linux/gcc/uic_findinfilesex.prg .hbmk/linux/gcc/uic_findsource.prg .hbmk/linux/gcc/uic_funclist.prg .hbmk/linux/gcc/uic_mainwindow.prg .hbmk/linux/gcc/uic_projectpropertiesex.prg .hbmk/linux/gcc/uic_searchreplace.prg .hbmk/linux/gcc/uic_searchreplacepanel.prg .hbmk/linux/gcc/uic_selectionlist.prg .hbmk/linux/gcc/uic_selectproject.prg .hbmk/linux/gcc/uic_setup.prg .hbmk/linux/gcc/uic_shortcuts.prg .hbmk/linux/gcc/uic_skeletons.prg .hbmk/linux/gcc/uic_themes.prg .hbmk/linux/gcc/uic_themesex.prg .hbmk/linux/gcc/uic_toolsutilities.prg .hbmk/linux/gcc/uic_updown.prg .hbmk/linux/gcc/uic_dbstruct.prg .hbmk/linux/gcc/uic_fetchdate.prg .hbmk/linux/gcc/uic_tables.prg .hbmk/linux/gcc/uic_updown_v.prg -w3 -es2 -o.hbmk/linux/gcc/ -i/usr/local/include/harbour -i../hbxbp -i../hbqt/qtcore -i../hbqt/qtcore/g -i../hbqt -i../hbqt/qtgui/g -i../hbqt/qtnetwork/g
-----------------------

Wouldn't it be better to remove entirely all the folders used by harbour, and to install again ?

A+

Alain Aupeix

unread,
Oct 10, 2010, 3:06:25 PM10/10/10
to harbou...@googlegroups.com
Alain Aupeix a �crit :

> Wouldn't it be better to remove entirely all the folders used by
> harbour, and to install again ?
It does the trick, I have removed all what has an obvious link with
harbour in /usr (all harbour folders and hb* files), and it's now ok. I
found some outdate files.

Thank for your help, and sorry not to think of this solution before posting.

A+

Alain Aupeix

unread,
Oct 10, 2010, 3:29:13 PM10/10/10
to harbou...@googlegroups.com
Last problem when making hbIDE:

Generating C source output to '.hbmk/linux/gcc/uic_tables.c'... Done.
Compiling '.hbmk/linux/gcc/uic_updown_v.prg'...
Lines 216880, Functions/Procedures 1
Generating C source output to '.hbmk/linux/gcc/uic_updown_v.c'... Done.
hbmk2: Compiling...
hbmk2: Linking... hbide
/usr/bin/ld: cannot find -lhbxbp
collect2: ld returned 1 exit status
hbmk2: Error: Running linker. 1

gcc '.hbmk/linux/gcc/hbide.o' '.hbmk/linux/gcc/ideobject.o' '.hbmk/linux/gcc/idestylesheets.o' '.hbmk/linux/gcc/idetags.o' '.hbmk/linux/gcc/idemisc.o' '.hbmk/linux/gcc/ideactions.o' '.hbmk/linux/gcc/ideeditor.o' '.hbmk/linux/gcc/idefindreplace.o' '.hbmk/linux/gcc/idedocks.o' '.hbmk/linux/gcc/idesaveload.o' '.hbmk/linux/gcc/idethemes.o' '.hbmk/linux/gcc/ideprojmanager.o' '.hbmk/linux/gcc/idesources.o' '.hbmk/linux/gcc/ideharbourhelp.o' '.hbmk/linux/gcc/ideenviron.o' '.hbmk/linux/gcc/idehome.o' '.hbmk/linux/gcc/idefunctions.o' '.hbmk/linux/gcc/idedocwriter.o' '.hbmk/linux/gcc/ideskeletons.o' '.hbmk/linux/gcc/idewizard.o' '.hbmk/linux/gcc/idetools.o' '.hbmk/linux/gcc/ideshortcuts.o' '.hbmk/linux/gcc/ideedit.o' '.hbmk/linux/gcc/ideplugins.o' '.hbmk/linux/gcc/idedict.o' '.hbmk/linux/gcc/idebrowse.o' '.hbmk/linux/gcc/idereportsmanager.o' '.hbmk/linux/gcc/idetoolbar.o' '.hbmk/linux/gcc/rcc_hbide.o' '.hbmk/linux/gcc/uic_docviewgenerator.o' '.hbmk/linux/gcc/uic_docwriter.o' '.hbmk/linux/gcc/uic_editor.o' '.hbmk/linux/gcc/uic_environ.o' '.hbmk/linux/gcc/uic_environments.o' '.hbmk/linux/gcc/uic_finddialog.o' '.hbmk/linux/gcc/uic_findinfiles.o' '.hbmk/linux/gcc/uic_findinfilesex.o' '.hbmk/linux/gcc/uic_findsource.o' '.hbmk/linux/gcc/uic_funclist.o' '.hbmk/linux/gcc/uic_mainwindow.o' '.hbmk/linux/gcc/uic_projectpropertiesex.o' '.hbmk/linux/gcc/uic_searchreplace.o' '.hbmk/linux/gcc/uic_searchreplacepanel.o' '.hbmk/linux/gcc/uic_selectionlist.o' '.hbmk/linux/gcc/uic_selectproject.o' '.hbmk/linux/gcc/uic_setup.o' '.hbmk/linux/gcc/uic_shortcuts.o' '.hbmk/linux/gcc/uic_skeletons.o' '.hbmk/linux/gcc/uic_themes.o' '.hbmk/linux/gcc/uic_themesex.o' '.hbmk/linux/gcc/uic_toolsutilities.o' '.hbmk/linux/gcc/uic_updown.o' '.hbmk/linux/gcc/uic_dbstruct.o' '.hbmk/linux/gcc/uic_fetchdate.o' '.hbmk/linux/gcc/uic_tables.o' '.hbmk/linux/gcc/uic_updown_v.o' '.hbmk/linux/gcc/ideparseexpr.o' '.hbmk/linux/gcc/_hbmkaut.o'   -Wl,--start-group -l'hbxbp' -l'supc++' -l'hbqtcore' -l'QtCore' -l'QtGui' -l'hbqtgui' -l'QtUiTools' -l'hbqtnetwork' -l'QtNetwork' -l'hbcplr' -l'hbdebug' -l'gpm' -l'harbour'  -Wl,--end-group -s -o'hbide' -L'/usr/local/lib/harbour'

Thanks

A+

Pritpal Bedi

unread,
Oct 10, 2010, 4:07:23 PM10/10/10
to Harbour Users
> hbmk2: Linking... hbide/usr/bin/ld: cannot find -lhbxbp

So on your lib folder libhbxbp.a is not present.
Hence it is not built, recheck.

Pritpal Bedi

Alain Aupeix

unread,
Oct 10, 2010, 4:12:16 PM10/10/10
to harbou...@googlegroups.com
Pritpal Bedi a écrit :
hbmk2: Linking... hbide/usr/bin/ld: cannot find -lhbxbp
    
So on your lib folder libhbxbp.a is not present.
Hence it is not built, recheck.
  
Looking in hbide.hbp, I saw where it was located, and I run make and make install in contrib, but now I have the same message but with hbqtcore, and I don't find any way to generate it.

Thanks

A+

Pritpal Bedi

unread,
Oct 10, 2010, 4:32:36 PM10/10/10
to Harbour Users
>Looking in hbide.hbp, I saw where it was located, and I run make and make install in contrib, but >now I have the same message but with hbqtcore, and I don't find any way to generate it.

So, you do not have Qt installed on your machine.
I am not a linux user, so please someone come forward
to help Alain.

Pritpal Bedi

Alain Aupeix

unread,
Oct 10, 2010, 4:38:34 PM10/10/10
to harbou...@googlegroups.com
Pritpal Bedi a écrit :
So on your lib folder libhbxbp.a is not present.
Hence it is not built, recheck.    
Looking in hbide.hbp, I saw where it was located, and I
run make and make install in contrib, but now I have the same message
but with hbqtcore, and I don't find any way to generate it.  
It's really a 'Jeu de piste'. Well, one by one, I find the missing libs, but it's a pain.

I suggest you put a readme file to explain how to compile and install missings libs when compiling hbide or other contrib programs.

It will allow not to loose time for beginners, and more, also for you, when beginners like me post for such problems.

Thanks for your help, and the passed time you loose with me.

A+

Pritpal Bedi

unread,
Oct 10, 2010, 5:15:44 PM10/10/10
to Harbour Users
Hi

> I suggest you put a readme file to explain how to compile and install missings libs when compiling hbide or other contrib programs.
> It will allow not to loose time for beginners, and more, also for you, when beginners like me post for such problems.

It is all there in INSTALL file located in the root folder of Harbour.
But sadly, nobody takes care of it.

Pritpal Bedi

Alain Aupeix

unread,
Oct 11, 2010, 4:29:48 PM10/11/10
to harbou...@googlegroups.com
After having compiled hbide 2.1.0b2 (r15382), i have made some tests under Ubuntu 10.04

It seems there is a bug concerning path:

1) When loading a project (hbp), the project panel and the Stats tab are filled.
Project panel is ok, and the files are when passing over with mouse or opening by clicking with the good path.
Exemple : /opt/TuxPrograms/hbide/projects/ClipWord/aide.prg
In Stats tab, first, the project path is wrong :
/opt/tuxprograms/hbide/projects/clipword/clipword.hbp
In the file list, after clicking on the project, file path are wrongs too :

/opt/TuxPrograms/hbide/projects/ClipWord/aide.prg appears
when passing over with mouse (which is ok), but hbIDE tries to open /opt/tuxprograms/hbide/projects/clipword/aide.prg which is wrong.

2) Some fonts problems in the setup box. I suppose that as the windows fonts doesn't exists, they are replaced by ubuntu one, and the size seems greater, and some text are troncated. I put an hardcopy, but I'm not sure you can see it (google). Can a solution be a possibility to param the size in hbide.ini, and with a default value ??

without screenshots, as it seems not to be ok with it.

3)  I have also some curious crashes where hbIDE disappeared from screen but is always in memory (problem then when closing Ubuntu). But I haven't noticed the context when crashing.

A+

Pritpal Bedi

unread,
Oct 11, 2010, 6:40:33 PM10/11/10
to Harbour Users
Hi

> It seems there is a bug concerning path:1)When loading a project (hbp), the project panel and the Stats tab are filled.
> Project panel is ok, and the files are when passing over with mouse or opening by clicking with the good path.
> Exemple : /opt/TuxPrograms/hbide/projects/ClipWord/aide.prg

Ok.

> In Stats tab, first, the project path is wrong :/opt/tuxprograms/hbide/projects/clipword/clipword.hbp

What it should be ?

> In the file list, after clicking on the project, file path are wrongs too :
> /opt/TuxPrograms/hbide/projects/ClipWord/aide.prg appearswhen passing over with mouse (which is ok), but hbIDE tries to open/opt/tuxprograms/hbide/projects/clipword/aide.prgwhich is wrong.

Got it. Will fix in a while.

2)Some fonts problems in the setup box. I suppose that as the windows
fonts doesn't exists, they are replaced by ubuntu one, and the size
seems greater, and some text are troncated. I put an hardcopy, but I'm
not sure you can see it (google). Can a solution be a possibility to
param the size in hbide.ini, and with a default value ??without
screenshots, as it seems not to be ok with it.

<Main Menu><Setup><hbIDE Setup><Fonts>

3)  I have also some curious crashes where hbIDE disappeared from
screen but is always in memory (problem then when closing Ubuntu). But
I haven't noticed the context when crashing.

hbIDE is reduced to system tray icon if minimized.
If you find Harbour icon in system tray just click it.

Pritpal Bedi

Alain Aupeix

unread,
Oct 12, 2010, 3:26:48 AM10/12/10
to harbou...@googlegroups.com
Pritpal Bedi a écrit :

In Stats tab, first, the project path is wrong :/opt/tuxprograms/hbide/projects/clipword/clipword.hbp
    
What it should be ?
  
/opt/TuxPrograms/hbide/projects/ClipWord/clipword.hbp
In the file list, after clicking on the project, file path are wrongs too :
/opt/TuxPrograms/hbide/projects/ClipWord/aide.prg appearswhen passing over with mouse (which is ok), but hbIDE tries to open/opt/tuxprograms/hbide/projects/clipword/aide.prg which is wrong.
    
Got it. Will fix in a while.
  
In all the samples I give, the path string is lowered, without reason.

2)Some fonts problems in the setup box. I suppose that as the windows
fonts doesn't exists, they are replaced by ubuntu one, and the size
seems greater, and some text are troncated. I put an hardcopy, but I'm
not sure you can see it (google). Can a solution be a possibility to
param the size in hbide.ini, and with a default value ??without
screenshots, as it seems not to be ok with it.

<Main Menu><Setup><hbIDE Setup><Fonts>
  
No, it just changes the source font, not the used font in setup box.

There is also a bug in setup box : size modifications aren't made by just modifying it in setup box, but only by changing in Select font box.
3)  I have also some curious crashes where hbIDE disappeared from
screen but is always in memory (problem then when closing Ubuntu). But
I haven't noticed the context when crashing.

hbIDE is reduced to system tray icon if minimized.
If you find Harbour icon in system tray just click it.
  
I know that, but I'm not sure it's the reason. I'll try to look for it.

A+
Pritpal Bedi

  

Pritpal Bedi

unread,
Oct 12, 2010, 4:29:32 AM10/12/10
to Harbour Users
Hi

For application fonts, try changing
<hbIDE Setup><General><Style:>

I will revisit the lower/upper case issue. It has surfaced again.

In <Setup><Fonts><Size> must be read only, I know.

Thanks for bug reports.

Pritpal Bedi

Alain Aupeix

unread,
Oct 12, 2010, 3:46:19 PM10/12/10
to harbou...@googlegroups.com
Pritpal Bedi a écrit :
Hi

For application fonts, try changing
<hbIDE Setup><General><Style:>
  
Sorry, but it doesn't change anything concerning text size in Setup boxes, and text is always truncated.

But I had some crash when testing styles. Three of then crash hbIDE (xp-vista and macintosh).
Here are the respective hb_out.log:

XP:
-----
Application Internal Error - /opt/TuxPrograms/hbide/hbide
Terminated at: 2010.10.12 21:36:26
Unrecoverable error 6005: Exception SIGSEGV at address 0x10008
Called from QT_QAPPLICATION_SETSTYLE(0)
Called from QAPPLICATION:SETSTYLE(740) in g/TQApplication.prg
Called from IDESETUP:SETSYSTEMSTYLE(1900) in idesaveload.prg
Called from IDESETUP:EXECEVENT(1408) in idesaveload.prg
Called from (b)IDESETUP_CONNECTSLOTS(1115) in idesaveload.prg
Called from QT_QEVENTLOOP_PROCESSEVENTS(0)
Called from QEVENTLOOP:PROCESSEVENTS(172) in g/TQEventLoop.prg
Called from APPEVENT(243) in xbpgeneric.prg
Called from HBIDE:CREATE(569) in idemain.prg
Called from MAIN(121) in idemain.prg
------------------------------------------------------------------------

Vista:
--------
Application Internal Error - /opt/TuxPrograms/hbide/hbide
Terminated at: 2010.10.12 21:34:25
Unrecoverable error 6005: Exception SIGSEGV at address (nil)
Called from QT_QAPPLICATION_SETSTYLE(0)
Called from QAPPLICATION:SETSTYLE(740) in g/TQApplication.prg
Called from IDESETUP:SETSYSTEMSTYLE(1900) in idesaveload.prg
Called from IDESETUP:EXECEVENT(1408) in idesaveload.prg
Called from (b)IDESETUP_CONNECTSLOTS(1115) in idesaveload.prg
Called from QT_QEVENTLOOP_PROCESSEVENTS(0)
Called from QEVENTLOOP:PROCESSEVENTS(172) in g/TQEventLoop.prg
Called from APPEVENT(243) in xbpgeneric.prg
Called from HBIDE:CREATE(569) in idemain.prg
Called from MAIN(121) in idemain.prg
------------------------------------------------------------------------

MacIntosh:
----------------
Application Internal Error - /opt/TuxPrograms/hbide/hbide
Terminated at: 2010.10.12 21:31:34
Unrecoverable error 6005: Exception SIGSEGV at address 0x80
Called from QT_QAPPLICATION_SETSTYLE(0)
Called from QAPPLICATION:SETSTYLE(740) in g/TQApplication.prg
Called from IDESETUP:SETSYSTEMSTYLE(1900) in idesaveload.prg
Called from IDESETUP:EXECEVENT(1408) in idesaveload.prg
Called from (b)IDESETUP_CONNECTSLOTS(1115) in idesaveload.prg
Called from QT_QEVENTLOOP_PROCESSEVENTS(0)
Called from QEVENTLOOP:PROCESSEVENTS(172) in g/TQEventLoop.prg
Called from APPEVENT(243) in xbpgeneric.prg
Called from HBIDE:CREATE(569) in idemain.prg
Called from MAIN(121) in idemain.prg
------------------------------------------------------------------------

This crash occurs with harbour-2010-08-06 (the one I used), and harbour-2010-10-11 I have installed this evening

A+

Pritpal Bedi

unread,
Oct 12, 2010, 3:59:36 PM10/12/10
to Harbour Users
Hi

>doesn't change anything concerning text size in Setup boxes, and text is always truncated.

You do not have to.
GUI fonts displayed on window controls
are under the domain of operating system and style
in use. So I recommended changing the style.

I know, and it is documented in ChangeLog, that
setting a style belonging to one operating system
cannot be used for another, resulting in GPF/RTE.

You did not seems to be aware of it.

Just tell us if changing a style, changeable, did help ?

Pritpal Bedi

Alain Aupeix

unread,
Oct 13, 2010, 2:42:34 AM10/13/10
to harbou...@googlegroups.com
Pritpal Bedi a écrit :

I know, and it is documented in ChangeLog, that
setting a style belonging to one operating system
cannot be used for another, resulting in GPF/RTE.

You did not seems to be aware of it.
  
No, I wasn't aware of the fact that styles were only usable under the used install, I thought it was just a visual which makes look like.

Just tell us if changing a style, changeable, did help ?
  
Except the three styles I was talking of, the style changing is correctly applied, but it doesn't change something about font size and truncated texts in setup boxes.

A+

Alain Aupeix

unread,
Oct 10, 2010, 12:08:08 PM10/10/10
to harbou...@googlegroups.com
Massimo Belgrano a �crit :I'm under Linux ... so the link is bad, but I'll download bz2 source

A+

Alain Aupeix

unread,
Oct 11, 2010, 4:25:34 PM10/11/10
to harbou...@googlegroups.com
After having compiled hbide 2.1.0b2 (r15382), i have made some tests under Ubuntu 10.04

It seems there is a bug concerning path:

1) When loading a project (hbp), the project panel and the Stats tab are filled.

Project panel is ok, and the files are when passing over with mouse or opening by clicking with the good path.
Exemple : /opt/TuxPrograms/hbide/projects/ClipWord/aide.prg
In Stats tab, first, the project path is wrong :
/opt/tuxprograms/hbide/projects/clipword/clipword.hbp

In the file list, after clicking on the project, file path are wrongs too :

/opt/TuxPrograms/hbide/projects/ClipWord/aide.prg appears
when passing over with mouse (which is ok), but hbIDE tries to open /opt/tuxprograms/hbide/projects/clipword/aide.prg which is wrong.

2) Some fonts problems in the setup box. I suppose that as the windows fonts doesn't exists, they are replaced by ubuntu one, and the size seems greater, and some text are troncated. I put an hardcopy, but I'm not sure you can see it (google). Can a solution be a possibility to param the size in hbide.ini, and with a default value ??



3)  I have also some curious crashes where hbIDE disappeared from screen but is always in memory (problem then when closing Ubuntu). But I haven't noticed the context when crashing.

A+

Alain Aupeix

unread,
Oct 28, 2010, 2:59:40 AM10/28/10
to harbou...@googlegroups.com
I have compiled the 2010-10-26 version of hbIDE, and the bug concerning path in Stats tab is always here.

The tooltip is now ok, the path is as reality, but when clicking on a file, it fails and the error message gives the lowered path.

Other thing, why don't have a version number for hbIDE, it would be easier to know which version were talking of ?

A+

Reply all
Reply to author
Forward
0 new messages