the safest way is: make clean ./g pull -r (optional. if you want to get the very latest) ./autogen.sh (it automatically re-use the last parameters you used - see autogen.lastrun) make
Norbert On Mon, Jan 31, 2011 at 10:39 PM, David Dumaresq <dfdumar...@gmail.com> wrote: > Hi Michael, > > what is the correct way to re-build with the fixes in? > > I ran git pull, followed by > ./autogen.sh --with-num-cpus=2 --with-max-jobs=2 --disable-mozilla > --disable-systray 'CC=ccache gcc-4.0' 'CXX=ccache g++-4.0' > ./configure '--with-num-cpus=2' '--with-max-jobs=2' '--disable-mozilla' > '--disable-systray' 'CC=ccache gcc-4.0' 'CXX=ccache g++-4.0' > > I then ran make check, but have the same error coming up in starmath. > > Thanks, > Dave > > On 2011-01-31, at 12:43 PM, Michael Meeks wrote: > >> Hi Dave, >> >> On Mon, 2011-01-31 at 10:21 -0800, Dave Dumaresq wrote: >>> Thanks for the update! >> >> Just pushed a fix; the unfortunate random re-use of poorly scoped local >> variables made this hard to see in the patch. IMHO we need to be locally >> scoping all variables as tightly as possible when we touch code. >> >> Anyhow; the problem luckily showed in valgrind: >> >> ==17596== Conditional jump or move depends on uninitialised value(s) >> ==17596== at 0x8086F49: RscTypCont::PutSysName(unsigned long, char*, >> unsigned long, unsigned long, unsigned char) (rscdb.cxx:388) >> ==17596== at 0x8086F49: RscTypCont::PutSysName(unsigned long, char*, >> unsigned long, unsigned long, unsigned char) (rscdb.cxx:388) >> ==17596== by 0x8070B4F: RscSysDepend::WriteSysDependRc(RSCINST >> const&, RscWriteRc&, RscTypCont*, unsigned long, unsigned char, unsigned >> char) (rscclass.cxx:1095) >> ==17596== by 0x8070B4F: RscSysDepend::WriteSysDependRc(RSCINST >> const&, RscWriteRc&, RscTypCont*, unsigned long, unsigned char, unsigned >> char) (rscclass.cxx:1095) >> >> HTH, >> >> Michael. >> >> -- >> michael.me...@novell.com <><, Pseudo Engineer, itinerant idiot >> >> > > _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice