From: Dan N. <dbn...@gm...> - 2010-03-11 20:24:12
|
On Thu, Mar 11, 2010 at 12:23 PM, Dan Nicholson <dbn...@gm...> wrote: > On Thu, Mar 11, 2010 at 12:19 PM, STEVE555 <ste...@ho...> wrote: >> >> Hi Keith, >> Here's what I did.I opened Konsole on my mesa folder.I did a git >> pull origin to get the latest commits from master,then I did a git checkout >> -b gallium-sw-api-2 origin/gallium-sw-api-2 to get your branch again(I >> deleted it earlier) .I then switched to the gallium-sw-api-2 using git >> branch and then did a git merge master.I saved your patch in a txt file,and >> then renamed it as gallium-sw-api-2.patch,I then used Kompare to apply and >> save all the differences. >> I then did a gmake -B realclean and then I used the same configure options >> as before. >> Unfortunately,your patch didn't work,I still get the same error as before. > > You would actually need to run autoconf first to generate a new > configure script with Keith's changes. Or just run ./autogen.sh with the arguments you normally pass to configure. -- Dan |