moved from c:\vc9.bat c:\harbour\vc9.bat and removed line with cd \harbour
Give follow error but continue without problem and all works fine (Thanks )
make[1]: [install] Error 1 (ignored)
I not have changed starting directory using HB_INSTALL_PREFIX
It is very strange for a windows user be con
It's created, but it's not installed, since your script is still wrong.
You've added 'cd \harbour', which broke the HB_INSTALL_PREFIX
setting.
Either remove 'cd \harbour' and run the script from the
harbour root dir, as I've recommended here a few times,
or tweak
'set HB_INSTALL_PREFIX=%~dp0'
to
'
I have resolved , was a problem due to old files in my repository that
svn update not update
Thanks
Il 19 febbraio 2009 20.01, Pritpal Bedi ha scritto:
>
> Massimo
>
> Can you send the errors log such as below with latest SVN download.
>
> Pritpal Bedi
>
>
> Massimo Belgrano-3 wrote:
>>
>> i Not
Massimo
Can you send the errors log such as below with latest SVN download.
Pritpal Bedi
Massimo Belgrano-3 wrote:
>
> i Not able to create gtwvg.lib in c:\harbour\lib
> C:\Program Files\\Microsoft SDKs\Windows\v6.0A\include\olectl.h(205) :
> warning C4201: utilizzata estensione non standard:
Hi Chen,
Is it (or will it be) possible to rename MinGW make.exe to a name other than
> "make.exe" and use that name instead as your make program?
> (like "MinGWmake.exe" or whatever)
Good idea.
> We do have HB_MAKE_PROGRAM in make_b32.bat, can't it be extended
> to the GNU-make system too?
Viktor,
> The only extra care which needs to be taken is to properly setup
> MinGW make.exe in the PATH _before_ the actual development
> tools, this is especially important for BCC, as it has a different make
> tool under the same name.
Is it (or will it be) possible to rename MinGW make.exe to
i Not able to create gtwvg.lib in c:\harbour\lib
---
call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86
set path=c:\devl\mingw32-make;%path%
cd \harbour
set HB_ARCHITECTURE=win
set HB_COMPILER=msvc
set HB_INSTALL_PREFIX=%~dp0
set HB_BIN_INSTALL=%HB_INSTALL_PREFIX%\bi
I totaly agree with your path
One unique way for make harbour is very good for create a much more
coherent build environment
2009/2/18 Viktor Szakáts :
> Hi everyone,
> I did tests with above combinations (MSVC 2005 x86 + BCC 5.5),
> and they seem to work quite well. It should work the same way
>
Hi everyone,
I did tests with above combinations (MSVC 2005 x86 + BCC 5.5),
and they seem to work quite well. It should work the same way
for other MSVC and BCC versions. MSVC amd64 and WinCE
builds needs to be tested, I expect no problems for amd64, WinCE
should tested by someone having the requir