When i compile harbour from SVN source i got this error:
c:\projetos\harbour\src\vm\dynsym.c(547) : error C2440: '=' : cannot convert
from 'void *' to 'PDYNHB_ITEM'
Conversion from 'void*' to pointer to non-'void' requires an
explicit cast
In dynsym.c(547):
s_pDynIndex = hb_xrealloc( s_p
On Fri, Apr 2, 2010 at 12:14 PM, Viktor Szakáts wrote:
> Hi,
>
> This seems like mingw distro bug. You can try to work it around
> by making sure gcc.exe also exists next to the -dw2 version.
> I think normally it should be there though.
>
> Or try using official distro if you absolutely need dw2.
Hi,
This seems like mingw distro bug. You can try to work it around
by making sure gcc.exe also exists next to the -dw2 version.
I think normally it should be there though.
Or try using official distro if you absolutely need dw2.
Anyway it's not Harbour problem.
Brgds,
Viktor
On Fri, Apr 2, 20
For compiling I use
set path=C:\MinGW\bin;c:\qt\qt\bin;c:\cvs\harbour\harbour\bin;%PATH%
( %PATH% includes older harbour and bcc compiler)
mingw32-make clean install
>From log.txt
! Building Harbour 2.1.0dev from source - http://www.harbour-project.org
! MAKE: mingw32-make 3.81 sh.exe clean ins