And this is what gets written inside .c files created from .prg ones: HB_INIT_SYMBOLS_EX_END( hb_vm_SymbolInit_HBTEST, "../../../hbtest.prg", 0x0, 0x0003 )
So it seems it is writing 3 as it should, or not? Maurilio Maurilio Longo wrote: > Lorenzo, > > I don't know what to do next, I've been building harbour for several months > now, without problems. > > Now, I do a clean, a make and, on completely new .exes, I get > > B_LEGACY_TYPES_OFF -oxbptreeview.o -c xbptreeview.c > ../../../../../bin/os2/gcc/harbour.exe ../../../xbpwindow.prg > -I../../../../../ > ontrib/hbqt -i../../../../../include -n1 -q0 -w3 -es2 -kmo -i- -l > gcc -I../../../../../contrib/hbqt -I. -I../../../../../include -Wall -W -O3 > -D > B_LEGACY_TYPES_OFF -oxbpwindow.o -c xbpwindow.c > ar -M < __lib__.tmp & strip -S ../../../../../lib/os2/gcc/hbxbp.a & > ..\..\..\ > .\..\config\os2rm -f __lib__.tmp > > (E:\REPOSITORY\HARBOUR)bin\os2\gcc\hbtest > > Unrecoverable error 9000: Module '../../../hbtest.prg' > was compiled with unsupported PCODE version 0.3. > Please recompile. > > hbsetup.h is at revision 14027 and contains > > /* *********************************************************************** > * Define PCODE version number > * HB_PCODE_VER_MIN define minimum supported PCODE by HVM > */ > > #define HB_PCODE_VER 0x0003 > #define HB_PCODE_VER_MIN 0x0002 > > Why is it saying it's not ok?? > > Maurilio. > > > Lorenzo Fiorini wrote: >> On Tue, Mar 2, 2010 at 9:53 AM, Maurilio Longo <[email protected]> >> wrote: >> >>> I'm at the third full rebuild, make clean, make and I keep getting this, am >>> I >>> the only one? What's wrong with my hvm? >> I've just done a make -s clean make install under Linux/gcc and it seems ok. >> >> No errors and hbtest works as expected. >> >> best regards, >> Lorenzo >> _______________________________________________ >> Harbour mailing list (attachment size limit: 40KB) >> [email protected] >> http://lists.harbour-project.org/mailman/listinfo/harbour >> > -- __________ | | | |__| Maurilio Longo |_|_|_|____| farmaconsult s.r.l. _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
