Przemyslaw Czerpak wrote: > It should be. I use the same version. So it's probably problem with OS2 > port or with out TOP/ROOT make vars set in OS2 *.cf files. It seems so, look at this:
make[3]: Entering directory `E:/repository/harbour-svn/source/common/os2/gcc' ../../Makefile:29: ../../config/lib.cf: No such file or directory it is inside E:/repository/harbour-svn/source/common/os2/gcc two levels higher we have Makefile, but Makefile references a file (lib.cf) which is four levels higher from current work directory, we need to exit gcc, os2, common, source and then enter config to find lib.cf. M. > If the second one then I should be able to check it. > Meanwhile you can force old GNU make behavior by simply uncommenting > line 9 in config/dir.cf: > #include $(TOP)$(ROOT)config/$(HB_ARCHITECTURE)/dir.cf > In the worst case we can simply restore it for all OS2 builds. > Thank you for your tests. > > best regards, > Przemek > _______________________________________________ > Harbour mailing list > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour > -- __________ | | | |__| Maurilio Longo |_|_|_|____| farmaconsult s.r.l. _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
