Hi Guy,
> $ ./make_gcc.sh > make_gcc.mak:331: attention : écrasement des commandes pour la cible « > lib/gcc/libhbmainstd.a » > make_gcc.mak:309: attention : anciennes commandes ignorées pour la cible « > lib/gcc/libhbmainstd.a » Sorry, my French is very rusty, q'est-ce que c'est 'cible'? :) I'd recommend trying with GNU make (win/gcc settings) to avoid the above. source/common/hbprintf.c: In function `put_dbl': > source/common/hbprintf.c:647: attention : d'eclaration implicite de la > fonction << modfl >> I also have few from POCC: --- ../../hbprintf.c(1147): warning #2006: [ISO] Conversion from 'void *' to 'unsigned long int' is compiler dependent. ../../hbprintf.c(1147): warning #2052: Conversion from 'void *' to 'unsigned long int' is undefined. ../../hbinet.c(297): warning #2115: Local 'iResult' is initialized but never used. ../../hbinet.c(324): warning #2115: Local 'iResult' is initialized but never used. ../../files.c(268): warning #2006: [ISO] Conversion from 'void *' to 'int' is compiler dependent. ../../files.c(268): warning #2052: Conversion from 'void *' to 'int' is undefined. dlmalloc.c(1419): error #2140: Type error in argument 1 to 'InterlockedCompareExchange'; found 'void * *', expected 'volatile long int *'. dlmalloc.c(1419): error #2140: Type error in argument 2 to 'InterlockedCompareExchange'; found 'void *', expected 'long int'. dlmalloc.c(1419): error #2140: Type error in argument 3 to 'InterlockedCompareExchange'; found 'void *', expected 'long int'. ../../win_dll.c(509): warning #2006: [ISO] Conversion from 'void *' to 'unsigned long int' is compiler dependent. ../../win_dll.c(509): warning #2052: Conversion from 'void *' to 'unsigned long int' is undefined. ../../win_ole.c(760): warning #2006: [ISO] Conversion from 'LPDISPATCH' to 'long int' is compiler dependent. ../../win_ole.c(760): warning #2052: Conversion from 'LPDISPATCH' to 'long int' is undefined. ../../win_ole.c(1090): warning #2006: [ISO] Conversion from 'LPDISPATCH' to 'long int' is compiler dependent. ../../win_ole.c(1090): warning #2052: Conversion from 'LPDISPATCH' to 'long int' is undefined. ../../win_ole.c(1423): warning #2006: [ISO] Conversion from 'void *' to 'long int' is compiler dependent. ../../win_ole.c(1423): warning #2052: Conversion from 'void *' to 'long int' is undefined. ../../win_ole.c(1476): warning #2006: [ISO] Conversion from 'void *' to 'long int' is compiler dependent. ../../win_ole.c(1476): warning #2052: Conversion from 'void *' to 'long int' is undefined. ../../win_regc.c(94): warning #2006: [ISO] Conversion from 'HKEY' to 'unsigned long int' is compiler dependent. ../../win_regc.c(94): warning #2052: Conversion from 'HKEY' to 'unsigned long int' is undefined. ../../win_regc.c(116): warning #2006: [ISO] Conversion from 'HKEY' to 'unsigned long int' is compiler dependent. ../../win_regc.c(116): warning #2052: Conversion from 'HKEY' to 'unsigned long int' is undefined. ../../sha1.c(145): warning #2223: Unable to convert character '\u0080' to codepage 1250; using default. --- Brgds, Viktor
_______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
