In data 1/9/2009, "elart" <el...@elart.it> ha scritto: > >>>On Tue, 01 Sep 2009, elart wrote: >>>> I'm trying to cross compile Harbour using minGW on a Ubuntu 9.04 32 bit >>>> Linux box >>>> when i run... >>>> make HB_PLATFORM=win >>>> i get this... >>>> /usr/bin/i586-mingw32msvc-gccgcc not exixtent compiler string >>> >>>Please try after: >>> >>>2009-09-01 14:02 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) >>> * harbour/config/global.mk >>> ! fixed MinGW prefix detection in some cross installations, i.e. >>> Debian ones. >>> >>>best regards, >>>Przemek >>> >> >>Fixed, many thanks and best regards to all. >> >>But now i get... >> >>/usr/bin/i586-mingw32msvc-ar crs >>.../../../../../lib/win/mingw/liblibpng.a png.o pngerror.o pnggccrd.o >>pngget.o pngmem.o pngpread.o pngread.o pngrio.o pngrtran.o pngrutil.o >>pngset.o pngtrans.o pngvcrd.o pngwio.o pngwrite.o pngwtran.o pngwutil.o >>|| rm -f ../../../../../lib/win/mingw/liblibpng.a >>/usr/bin/i586-mingw32msvc-gcc -I. -I../../../../../include -O3 >>-fomit-frame-pointer -march=i586 -mtune=pentiumpro -osqlite3.o -c >>.../../../sqlite3.c >>.../../../sqlite3.c: In function sqlite3BtreeFactory: >>.../../../sqlite3.c:92183: warning: passing argument 2 of >>sqlite3BtreeOpen discards qualifiers from pointer target type >>/usr/bin/i586-mingw32msvc-ar crs >>.../../../../../lib/win/mingw/libsqlite3.a sqlite3.o || rm -f >>.../../../../../lib/win/mingw/libsqlite3.a >> >> >>Marco > >Now with This update > > >2009-09-01 16:43 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) >* harbour/include/hbcomp.h >* harbour/include/hbcompdf.h >* harbour/source/compiler/hbmain.c >* harbour/source/compiler/genc.c >* harbour/source/compiler/genhrb.c >% removed FUNCALLS internal structures and functions. >It simplifies compiler code, reduce memory usage and >increase performance due to eliminating unnecessary >structures which were update and scanned in previous. >Now we have all necessary information in symbol table. > >* harbour/contrib/hbnetio/netiocli.c >+ added support for DNS addresses > > >All seems working... > >Many thanks > >Marco >_______________________________________________ >Harbour mailing list >Harbour@harbour-project.org >http://lists.harbour-project.org/mailman/listinfo/harbour >
Previous message is wrong... NOT work still this error related to sqlite3 /usr/bin/i586-mingw32msvc-ar crs ../../../../../lib/win/mingw/liblibpng.a png.o pngerror.o pnggccrd.o pngget.o pngmem.o pngpread.o pngread.o pngrio.o pngrtran.o pngrutil.o pngset.o pngtrans.o pngvcrd.o pngwio.o pngwrite.o pngwtran.o pngwutil.o || rm -f ../../../../../lib/win/mingw/liblibpng.a /usr/bin/i586-mingw32msvc-gcc -I. -I../../../../../include -O3 -fomit-frame-pointer -march=i586 -mtune=pentiumpro -osqlite3.o -c ../../../sqlite3.c ../../../sqlite3.c: In function sqlite3BtreeFactory: ../../../sqlite3.c:92183: warning: passing argument 2 of sqlite3BtreeOpen discards qualifiers from pointer target type /usr/bin/i586-mingw32msvc-ar crs ../../../../../lib/win/mingw/libsqlite3.a sqlite3.o || rm -f ../../../../../lib/win/mingw/libsqlite3.a Thank you _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour