set Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem
call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
WIN-make clean install >log2msvc.txt
with follow result

c:\harbour>Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem
c:\harbour>call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat
Setting environment for using Microsoft Visual Studio 2008 x86 tools.
WIN-make[2]: [install] Error 1 (ignored)
WIN-make[2]: [install] Error 1 (ignored)

>   - Make sure to have carefully read this document.
Done multiples time
>   Make sure to do a 'clean' before doing a build after refreshing  the 
> sources.
DOne
>   - Make sure to install fresh source tree in a new local directory and
     >start over. See HOW TO GET THE HARBOUR SOURCES section for instructions
     >to get the source.
i have made a "win-make clean" that successfully run
i have made also clean up from svm
now i try copy in a new dir
i also reload harbour in harbour0 new directory
c:\harbour0>set Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem
c:\harbour0>call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
Setting environment for using Microsoft Visual Studio 2008 x86 tools.
WIN-make[2]: [install] Error 1 (ignored)
WIN-make[2]: [install] Error 1 (ignored)
WIN-make[2]: [install] Error 1 (ignored)
attacched my log in c:\harbour0

>   - Keep you PATH clean from old, mixed compiler tools or other Harbour
 >    versions when building Harbour. The surest way to achieve this is to
 >    leave only compiler directory in PATH:
>        set PATH=C:\<compilerdir>
done
>   - Remove all old, unnecessary environment variables from your environment.
>     Use only those documented in this file.
done i im using 3 var
>     Some environment variable settings which are commonly believed by
>     users to be useful, but which in reality are either not needed or
>     not even used by Harbour build process and hbmk2. You can delete them:
>        set HB_PATH=<Harbour root dir>
>        set HRB_DIR=<Some Harbour dir>
 >       set INCLUDE=<Harbour include dir>
>        set LIB=<Harbour lib dir>
>        set HB_INC_*=
>        set HB_DIR_*=
done my simplified batch use only 3 command
>   - Try to do no or only small modifications at once to command examples
>     included in this file. If it doesn't work, fall back to documented
 >    examples as is.
done



only for explain a prev poiunt regarding need to copy after the
compilation process in same dir

I my batch i need copy library made from me to harbour lib
hbmk2 delta.prg zz.PRG  -b -m -D__GTWVT__  -hblib -odelta4hhd.lib
COPY %PREFIX%DELTA4HHD.%EXTENSION%
C:\HARBOUR\lib\win\%HB_COMPILER%\%PREFIX%DELTA4HHD.%EXTENSION%

copy thirdy party library need wor work
COPY C:\DEVL\mysql51\lib\opt\libmysql.lib
C:\HARBOUR\lib\win\%HB_COMPILER%\libmysql.a

2009/12/3 Viktor Szakáts <[email protected]>:
> Sorry, I can't tell from this.
>
> Did you check the TROUBLESHOOTING checklist?
>
> v
>
> On 2009 Dec 3, at 01:23, Massimo Belgrano wrote:
>
>> Hi viktor i have problem converting my harbour for  msvc to simple
>> HB_INSTALL_PREFIX
>>
>> SET HB_INSTALL_PREFIX=C:\HARBOUR
>> CALL "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
>> WIN-make clean install >> l.l
>>
>> WIN-make[1]: [install] Error 1 (ignored)
>> WIN-make[2]: [install] Error 1 (ignored)
>> WIN-make[1]: [install] Error 1 (ignored)
>> WIN-make[2]: [install] Error 1 (ignored)
>> WIN-make[2]: [install] Error 1 (ignored)
>> WIN-make[2]: [install] Error 1 (ignored)
>> WIN-make[2]: [install] Error 1 (ignored)
>> WIN-make[2]: [install] Error 1 (ignored)
>> WIN-make[2]: [install] Error 1 (ignored)
>> WIN-make[2]: [install] Error 1 (ignored)
>> WIN-make[2]: [install] Error 1 (ignored)
>> WIN-make[2]: [install] Error 1 (ignored)
>>
>>
>>
>>
>> 2009/12/2 Viktor Szakáts <[email protected]>:
>>>> i have switched from
>>>> SET HB_INSTALL_PREFIX=C:\HARBOUR\%HB_COMPILER%
>>>> to
>>>> SET HB_INSTALL_PREFIX=C:\HARBOUR\
>>>>
>>>> Thanks for your support
>>>
>>> np.
>>>
>>>> Have you tried qt 4.6 final version with hbide?
>>>> to me seem not work
>>>
>>> I had downloaded the packages, but haven't installed them yet.
>>>
>>> Brgds,
>>> Viktor
>>>
>>> _______________________________________________
>>> Harbour mailing list (attachment size limit: 40KB)
>>> [email protected]
>>> http://lists.harbour-project.org/mailman/listinfo/harbour
>>>
>>
>>
>>
>> --
>> Massimo Belgrano
>> _______________________________________________
>> Harbour mailing list (attachment size limit: 40KB)
>> [email protected]
>> http://lists.harbour-project.org/mailman/listinfo/harbour
>
> _______________________________________________
> Harbour mailing list (attachment size limit: 40KB)
> [email protected]
> http://lists.harbour-project.org/mailman/listinfo/harbour
>



-- 
Massimo Belgrano

Iscritto all'albo dei CTU presso il Tribunale di Novara per materia Informatica
Delta Informatica S.r.l. (http://www.deltain.it/) (+39 0321 455962)
Analisi e sviluppo software per Lan e Web -  Consulenza informatica - Formazione

Attachment: log2msvc.7z
Description: Binary data

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to