On 2002.04.15 23:32 Felix K�hling wrote: > I just cvs updated my mach64-0-0-3-branch. make ran without problems > without problems. But make install gave me the following errors: > > ... > > Then I also tried a clean make World; make install, with the same > result. I checked the logfile of make World, there are really no errors > there. I find it strange that mach64_screen.o is rebuilt during install > since my World log file contained the following: > > ... > > without any error messages. When I think about it I'm even surprised > that mach64_screen.o builds without errors here, since I couldn't find > any include file of mach64_dri.h which defines Bool. > > The only thing that is different in the two cases is the gcc command > line, so I diffed them and found that the one from make install uses the > standard -O2 optimisation while the one from make World uses my custom > optimisations. But this seems quite unrelated to the problem anyway. > > Regards, > Felix >
These kind of problems happen when there some deep changes in headers (such as the branch as suffered lately) and you're building on a previous built tree. In these cases is better to remove completely the 'build' and 'lndir' it again. If you do 'make World' from the top dir almost everything is rebuilt anyway so there isn't much difference of time, in fact this is how the snapshots are made. BTW, the mach64 binary snapshots have been having some problems too in the last days, but I pretty sure that it's unrelated. I'm revamping the scripts anyway, to be used in SF compiler farm. Jos� Fonseca _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
