On Tue, 01 Sep 2009, elart wrote: Hi,
>>> /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 >> This is not error message but warning only and you >> can safely ignore it. >> I do not see any errors. > please give me some suggestion on the default install path for the > cross-compiled Harbour to test and use in a good way. This is correct. sqlite3 is the last compiled library. If you want to create hbw* scripts then you have to set HB_INSTALL_PREFIX and execute make install, i.e. export HB_INSTALL_PREFIX=/tmp/hbwin make install HB_PLATFORM=win then inside /tmp/hbwin/bin you will find hbw* scripts which you can use to build windows binaries. Just add this directory to you PATH, i.e.: export PATH="/tmp/hbwin/bin:$PATH" and then: hbwmk -n -w -es2 myprog You can also configure hbmk2 to create windows binaries. best regards, Przemek _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour