Testing latest rev with new clean build, I got this:

---
! Building Harbour 2.0.0beta3 from source - http://www.harbour-project.org
! MAKE: mingw64-make.exe 3.81.90 sh.exe clean install  
! HB_INSTALL_PREFIX: F:\devl\hb20
! HB_BUILD_PKG: yes
! HB_BUILD_DLL: yes
! HB_BUILD_SHARED: no
! HB_BUILD_DEBUG: no
! HB_BUILD_OPTIM: yes
! HB_HOST_PLAT: win (x86_64)  HB_SHELL: nt
! HB_PLATFORM: win (x86) (autodetected)
! HB_COMPILER: mingw (autodetected: Z:/devl/MinGW-441/bin/)
! Component: 'zlib' found in F:/work/harbour/harbour/external/zlib (local)
! Component: 'pcre' found in F:/work/harbour/harbour/external/pcre (local)
! Component: 'openssl' found in Z:\devl\openssl-0.9.8k\inc32 
! Component: 'gpm' not supported on win platform
! Component: 'slang' not found
! Component: 'curses' not found
! Component: 'x11' not found
! Component: 'wattcp/watt-32' not supported on win platform
! HB_INSTALL_PREFIX automatically set to: 
F:\work\harbour\harbour\pkg\win\mingw\harbour-2.0.0beta3-win-mingw
! REVISION: 12925
! 'gtcrs' library skipped (component not found)
! 'gtdos' library skipped (platform not supported)
! 'gtos2' library skipped (platform not supported)
! 'gtsln' library skipped (component not found)
! 'gttrm' library skipped (platform or compiler not supported)
! 'gtxwc' library skipped (component not found)

[...]

gcc  -I. -I../../../../../../include  -Wall -W -O3 -fomit-frame-pointer 
-march=i586 -mtune=pentiumpro  -DHB_MT_VM  -ohvmall.o -c ../../../../hvmall.c
In file included from ../../../../fm.c:181,
                 from ../../../../hvmall.c:95:
../../../../dlmalloc.c: In function 'internal_mallinfo':
../../../../dlmalloc.c:2825: error: invalid use of void expression
../../../../dlmalloc.c: In function 'internal_malloc_stats':
../../../../dlmalloc.c:2863: error: invalid use of void expression
../../../../dlmalloc.c: In function 'internal_realloc':
../../../../dlmalloc.c:3777: error: invalid use of void expression
../../../../dlmalloc.c: In function 'internal_memalign':
../../../../dlmalloc.c:3868: error: void value not ignored as it ought to be
../../../../dlmalloc.c:3868: error: void value not ignored as it ought to be
../../../../dlmalloc.c: In function 'ialloc':
../../../../dlmalloc.c:3998: error: void value not ignored as it ought to be
../../../../dlmalloc.c:3998: error: void value not ignored as it ought to be
../../../../dlmalloc.c: In function 'malloc':
../../../../dlmalloc.c:4085: error: invalid use of void expression
../../../../dlmalloc.c: In function 'free':
../../../../dlmalloc.c:4211: error: invalid use of void expression
../../../../dlmalloc.c: In function 'malloc_trim':
../../../../dlmalloc.c:4362: error: invalid use of void expression
mingw64-make.exe[4]: *** [hvmall.o] Error 1
mingw64-make.exe[3]: *** [descend] Error 2
mingw64-make.exe[2]: *** [vmmt.inst] Error 2
mingw64-make.exe[1]: *** [vm.inst] Error 2
mingw64-make.exe: *** [src.inst] Error 2
---

Brgds,
Viktor

On 2009 Nov 18, at 16:33, dru...@users.sourceforge.net wrote:

> Revision: 12925
>          
> http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12925&view=rev
> Author:   druzus
> Date:     2009-11-18 15:33:38 +0000 (Wed, 18 Nov 2009)
> 
> Log Message:
> -----------
> 2009-11-18 16:33 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
>  * harbour/include/hbthread.h
>     * minor cleanup in comment
> 
>  * harbour/src/vm/dlmalloc.c
>    * use harbour spinlocks in windows builds to eliminate calling
>      InterlockedCompareExchange[Pointer]() function
> 
>  * harbour/include/hbstack.h
>    ! disabled TLS ASM inline code which seems to not work with Win9x.
> 
> Modified Paths:
> --------------
>    trunk/harbour/ChangeLog
>    trunk/harbour/include/hbstack.h
>    trunk/harbour/include/hbthread.h
>    trunk/harbour/src/vm/dlmalloc.c
> 
> 
> This was sent by the SourceForge.net collaborative development platform, the 
> world's largest Open Source development site.
> _______________________________________________
> Harbour mailing list (attachment size limit: 40KB)
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour

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

Reply via email to