I'd be interested in the followup of the first problems you've
reported in your first mail. Maybe it's something that could be
fixed in hbmk2.
Sorry, I did send one but I think it was stopped by mailman, may I
send it to you direct (it is ~116k)? The text of the e-mail is
attached below.
I can see the problem now, and it was what I'd guessed.
"\a" in the path is interpreted as escape char. I'll fix this ASAP.
Thanks for the report.
Brgds,
Viktor
Thanks
Alex
Blocked e-mail:
Viktor Szakáts wrote:
> Sorry it's not clear where 0x8 char was. I cannot replicate it
either.
> Could you post full log + cmdline + MSVC version no. ?
> What is the base path you running the build process?
>> C:\Users\Alex\AppData\Local\Temp\hbmk_sj1o73.rc(4) : error RC2135 :
>> file not found:
>> C:\Users hex8 lex\SourceForge\harbour-2.0.0dev\package\harbour.ico
" hex8 " should be replaced by 0x8 (you should be able to see it
better in the attached log.
My script is :
setlocal
set HB_VER=2.0.0dev
set HB_COMPILER=msvc
set SVNPATH=C:\users\alex\sourceforge
set INSTALLPATH=C:\users\alex
set WindowsSDKDir=%ProgramFiles%\Microsoft SDKs\Windows\v6.0A\
call "%VS90COMNTOOLS%vsvars32.bat"
set PATH=%INSTALLPATH%\bin;%PATH%
set HB_SVNPATH=%SVNPATH%\harbour-%HB_VER%
set HB_INSTALL_PREFIX=%INSTALLPATH%\harbour-%HB_VER%
cd %HB_SVNPATH%
call make_gnu.bat %1 %2 > log-%HB_COMPILER%.txt 2>&1
if "%1" == "install" goto INSTALL
goto END
:INSTALL
rem copy %HB_SVNPATH%\contrib\xhb\cstruct.ch %HB_INSTALL_PREFIX%
\include
rem copy %HB_SVNPATH%\contrib\xhb\hbctypes.ch %HB_INSTALL_PREFIX%
\include
rem copy %HB_SVNPATH%\contrib\xhb\hbxml.ch %HB_INSTALL_PREFIX%\include
:END
endlocal
which I run:
C:\Users\Alex\SourceForge>mkharbour install
I have attached log-msvc.txt. Note that the only problem is with the
harbour.ico file, no showstopper.
MSVC is VS2005.
> I need more info on those .c files, were they named hbmk_*.c?
> What is the cmdline, hbmk output?
I cannot duplicate this, so please put it out of your mind, and only
bring it back if someone has a similar issue.
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour