Hi Marek

That same dog cached me 2 days ago.
You are missing the -n switch (really nasty).
By the way I suceeded to compile with harbour from svn and vc9, an old but still in production clipper application. I'm using a .bat file like this: (pls note i had to make ONE veeeeery long command line)

@rem
@rem $Id: compilar.bat 2009-02-25 01:31:07 Angel Pais $
@rem

SET PATH=C:\vsk\vc\bin;C:\vsk\bin;C:\harbour\bin;
SET LIB=C:\vsk\vc\lib;C:\vsk\lib;C:\harbour\lib;
SET INCLUDE=C:\vsk\vc\include;C:\vsk\include;C:\harbour\include;C:\samhbr\include;

set HB_VISUALC_VER=90

hbmk2.exe -n SAMMENU.PRG _PARAMET.PRG LIB\SETTINGS.PRG LIB\AMOTOR.PRG LIB\EDITORES.PRG LIB\EDICLR.PRG LIB\ERRORSYS.PRG LIB\EDISAM.PRG LIB\ESPERA.PRG LIB\MENUSAM.PRG LIB\SEGURO.PRG LIB\SEMAFORO.PRG LIB\TBMOTOR.PRG LIB\UTILSIS.PRG LIB\INIFILE.PRG LIB\EMPRESA.PRG LIB\SAMTOOL.PRG LIB\COPIAR.PRG LIB\MENSAJES.PRG LIB\RUIDOS.PRG LIB\VDDLVEC.PRG LIB\UTILVEC.PRG LIB\UTILVECD.PRG LIB\SCATGAT.PRG ... it continues with 200 more prgs.

pause

so here goes the question ( to viktor ):

Is it possible to have the prg names in the .hbp file one per line ?
eg:

#
# $Id: gtwvg.hbp 10400 2009-02-21 23:52:08Z vszakats $
#
{win}gt=gtwvg
{win}libs=hbwin
{win}libs=winspool comctl32 comdlg32 shell32 ole32 oleaut32
gui=yes
mt=yes
FILE SAMMENU.PRG
FILE _PARAMET.PRG
FILE LIB\SETTINGS.PRG
FILE LIB\AMOTOR.PRG
FILE LIB\EDITORES.PRG    and so on...

Finally also a personal non cientific observation: the same application compiled with vc9 seems a lot faster than with bcc55

Thanks victor for this wonderfull tool your are developping (hbmk2), I hope to use exactly the same project syntax in windows and ubuntu sometime in the next future.

Regards
Angel Pais



Horodyski Marek (PZUZ) escribió:
    ------------------------------------------------------------------------
    *From:* Viktor Szakáts
    [mailto:[email protected]]
    *Sent:* Friday, February 27, 2009 10:51 AM
    *To:* Harbour Project Main Developer List.
    *Subject:* Re: [Harbour] RE: Raport from build

    Hi Marek,

    You seem to be using an older version of hbmk.

Maybe you forgot to do 'make install'. Do it first then try this in contrib/gtwvg/tests dir:

    ..\..\..\bin\hbmk2 demowvg.prg

    Brgds,
    Viktor
I have repeated the whole process from scratch, and now I have test applications DEMOWVG.EXE.
After ..\..\..\bin\hbmk2 demowvg and ..\..\..\bin\hbmk2 -gui demowvg.
But DEMOGTWVT don't start. It after run stay as blank screen :(
Rgards,
Marek Horodyski

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to