On Fri, 20 Nov 2009, Bisz István wrote:

Hi,

> In file included from ../../../fm.c:181,
>                  from ../../../hvmall.c:95:
> ../../../dlmalloc.c: In function 'void* dlmalloc(size_t)':
> ../../../dlmalloc.c:4107: warning: dereferencing pointer 'b' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:4105: warning: dereferencing pointer 'b' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:4104: note: initialized from here
> ../../../dlmalloc.c:4125: warning: dereferencing pointer 'b' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:4123: warning: dereferencing pointer 'b' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:4122: note: initialized from here
> ../../../dlmalloc.c:4134: warning: dereferencing pointer 'B' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:4134: warning: dereferencing pointer 'B' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:4134: warning: dereferencing pointer 'B' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:4134: note: initialized from here
> ../../../dlmalloc.c:3766: warning: dereferencing pointer 'F' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:3766: warning: dereferencing pointer 'F' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:3766: warning: dereferencing pointer 'F' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:3766: note: initialized from here
> ../../../dlmalloc.c:3727: warning: dereferencing pointer 'F' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:3727: warning: dereferencing pointer 'F' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:3727: warning: dereferencing pointer 'F' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:3727: note: initialized from here
> ../../../dlmalloc.c:3245: warning: dereferencing pointer 'bin' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:3245: warning: dereferencing pointer 'bin' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:3245: warning: dereferencing pointer 'bin' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:3244: note: initialized from here
> ../../../dlmalloc.c:3302: warning: dereferencing pointer 'F' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:3302: warning: dereferencing pointer 'F' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:3302: warning: dereferencing pointer 'F' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:3302: note: initialized from here
> ../../../dlmalloc.c:3358: warning: dereferencing pointer 'F' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:3358: warning: dereferencing pointer 'F' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:3358: warning: dereferencing pointer 'F' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:3358: note: initialized from here
> ../../../dlmalloc.c: In function 'void dlfree(void*)':
> ../../../dlmalloc.c:4283: warning: dereferencing pointer 'B' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:4283: warning: dereferencing pointer 'B' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:4283: warning: dereferencing pointer 'B' does break 
> strict-aliasing rules
> ../../../dlmalloc.c:4283: note: initialized from here

DLMALLOC is 3-rd party code.
I do not know if we should try to pacify above warnings.

> ../../../../maindllp.c: In function 'char* hb_parvdsbuff(char*, int, ...)':
> ../../../../maindllp.c:451: warning: deprecated conversion from string 
> constant to 'char*'

This is a bug and I'll commit fix ASAP.
Thank you very much for information.

> In file included from moc_slots.cpp:10:
> ../../../../../contrib/hbqt/hbqt_slots.h:72:21: error: QWebFrame: No such 
> file or directory

You have quite precise information about the source of problem.
Building such libraries in cross builds usually is not easy because they
strongly depends on header files which can be different in local installation
then the one used on destination platform.
Anyhow you can try. In such case you should check why QWebFrame cannot be
found. So please check where is located in your distribution and what
are GCC parameters when this file is compiled (paths set with -I parameter
by hbqt/detect.mk)

If you send this information then maybe I can say sth more about it.

Thank you for your help.

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

Reply via email to