Woops, forgot to give a link http://www.pasteall.org/32909/cpp
On Thu, Jun 14, 2012 at 11:06 PM, Sergey Sharybin <[email protected]>wrote: > Well, probably that'll be easier. > > Get this and copy-paste over content of canonical_views_clustering.cc > using any text editor. > > It's easy get original source using Edit Code or using Copy To Clipboard > button in the right top corner of the page. > > > On Thu, Jun 14, 2012 at 10:42 PM, William Hamblen < > [email protected]> wrote: > >> Sorry Sergey, I'm stumped on how to set this up. I've never done any >> patching. Where do I place the file? What name is it given? just a >> couple, of probably Several, novice questions I would have to ask (and I >> know you are busy). >> >> Is there a resource on applying patches (specific to the OSX >> environment), that I can review? >> >> Sincerely, >> William Hamblen >> >> On Jun 14, 2012, at 9:55 AM, Sergey Sharybin wrote: >> >> > Well, for sure Campbell's suggestion works because it disables code >> which >> > have compatibility >> > problens with specified compiler version, but we really need to figure >> the >> > issue out because it'll >> > be needed for official release builds too, >> > >> > So would be really cool to know if this patch fixed issue for you or >> not. >> > >> > >> > On Thu, Jun 14, 2012 at 8:22 PM, William Hamblen < >> > [email protected]> wrote: >> > >> >> Campbell's sugestion: >> >> WITH_BF_LIBMV = False >> >> seems to be working >> >> >> >> but I will try this patch latter today. >> >> >> >> Thank you for your help >> >> Regards, >> >> William Hamblen >> >> >> >> >> >> On Jun 14, 2012, at 8:45 AM, Sergey Sharybin wrote: >> >> >> >>> Don't have gcc-4.2 here and gcc-4.1 compiled ceres just fine. >> >>> >> >>> Can you please test such patch: http://www.pasteall.org/32903/diff >> >>> >> >>> If you're not familiar with applying patch, just simply cop-y-paste >> this >> >>> patch to a file, then >> >>> go to blender's sources root directory and: >> >>> >> >>> cat file_with_patch | patch -p0 >> >>> >> >>> and see if this file compiles nice >> >>> >> >>> On Thu, Jun 14, 2012 at 1:43 AM, William Hamblen < >> >>> [email protected]> wrote: >> >>> >> >>>> As a novice in this I guess I should ask, how difficult is it to >> >> upgrade, >> >>>> or is it even possible to upgrade, to a newer gcc version in my >> current >> >>>> build environment. I'll try your suggestion latter today. >> >>>> >> >>>> Thanks for your help >> >>>> Bill . . . >> >>>> >> >>>> On Jun 13, 2012, at 2:13 PM, Campbell Barton wrote: >> >>>> >> >>>>> gcc 4.2 is getting a bit old and while it should work we get breaks >> >>>>> once in a while. >> >>>>> >> >>>>> to get a build running quickly you could disable WITH_BF_LIBMV >> >>>>> >> >>>>> On Wed, Jun 13, 2012 at 9:06 PM, William Hamblen >> >>>>> <[email protected]> wrote: >> >>>>>> Here's the pastall link >> >>>>>> >> >>>>>> http://www.pasteall.org/32879/text >> >>>>>> >> >>>>>> Thanks for your help. >> >>>>>> Bill Hamblen >> >>>>>> >> >>>>>> >> >>>>>> On Jun 13, 2012, at 1:36 PM, Sergey Sharybin wrote: >> >>>>>> >> >>>>>>> Hi, >> >>>>>>> >> >>>>>>> It's hardly possible to say what the error is without seeing the >> >> whole >> >>>>>>> compile log. >> >>>>>>> >> >>>>>>> Please run build in one thread (scons BF_NUMJOBS=1) and publish >> build >> >>>> log >> >>>>>>> to pasteall.org >> >>>>>>> >> >>>>>>> On Wed, Jun 13, 2012 at 9:45 PM, William Hamblen < >> >>>>>>> [email protected]> wrote: >> >>>>>>> >> >>>>>>>> Greetings, >> >>>>>>>> >> >>>>>>>> Getting a compiling error. >> >>>>>>>> >> >>>>>>>> scons: *** >> >>>>>>>> >> >>>> >> >> >> [/Users/wph4/blender-build/build/darwin/extern/libmv/third_party/ceres/internal/ceres/canonical_views_clustering.o] >> >>>>>>>> Error 1 >> >>>>>>>> >> >>>>>>>> osx 10.6.8 >> >>>>>>>> Xcode 3.2.6 >> >>>>>>>> sdk 10.5 >> >>>>>>>> >> >>>>>>>> Is this a known issue, or has anyone else gotten this error? >> >>>>>>>> Not a programer so I don't know what the error is, other than >> it's >> >>>>>>>> associated with one of the cerers files. >> >>>>>>>> Any suggestions? >> >>>>>>>> >> >>>>>>>> >> >>>>>>>> Regards, >> >>>>>>>> William Hamblen >> >>>>>>>> _______________________________________________ >> >>>>>>>> Bf-committers mailing list >> >>>>>>>> [email protected] >> >>>>>>>> http://lists.blender.org/mailman/listinfo/bf-committers >> >>>>>>>> >> >>>>>>> >> >>>>>>> >> >>>>>>> >> >>>>>>> -- >> >>>>>>> With best regards, Sergey Sharybin >> >>>>>>> _______________________________________________ >> >>>>>>> Bf-committers mailing list >> >>>>>>> [email protected] >> >>>>>>> http://lists.blender.org/mailman/listinfo/bf-committers >> >>>>>>> >> >>>>>> >> >>>>>> _______________________________________________ >> >>>>>> Bf-committers mailing list >> >>>>>> [email protected] >> >>>>>> http://lists.blender.org/mailman/listinfo/bf-committers >> >>>>> >> >>>>> >> >>>>> >> >>>>> -- >> >>>>> - Campbell >> >>>>> _______________________________________________ >> >>>>> Bf-committers mailing list >> >>>>> [email protected] >> >>>>> http://lists.blender.org/mailman/listinfo/bf-committers >> >>>>> >> >>>> >> >>>> _______________________________________________ >> >>>> Bf-committers mailing list >> >>>> [email protected] >> >>>> http://lists.blender.org/mailman/listinfo/bf-committers >> >>>> >> >>> >> >>> >> >>> >> >>> -- >> >>> With best regards, Sergey Sharybin >> >>> _______________________________________________ >> >>> Bf-committers mailing list >> >>> [email protected] >> >>> http://lists.blender.org/mailman/listinfo/bf-committers >> >>> >> >> >> >> _______________________________________________ >> >> Bf-committers mailing list >> >> [email protected] >> >> http://lists.blender.org/mailman/listinfo/bf-committers >> >> >> > >> > >> > >> > -- >> > With best regards, Sergey Sharybin >> > _______________________________________________ >> > Bf-committers mailing list >> > [email protected] >> > http://lists.blender.org/mailman/listinfo/bf-committers >> > >> >> _______________________________________________ >> Bf-committers mailing list >> [email protected] >> http://lists.blender.org/mailman/listinfo/bf-committers >> > > > > -- > With best regards, Sergey Sharybin > > -- With best regards, Sergey Sharybin _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
