>From looking at the errors its just a matter of not using an SSE include (somehow __KERNEL_SSE2__ is defined and it attempts to include xmmintrin.h)
This should be fairly trivial to solve, I've got Cycles building on an Fedora/ARM so I can probably fix this in the next couple of days if nobody else gets to it first. On Wed, Mar 26, 2014 at 9:53 AM, Jochen Schmitt <[email protected]> wrote: > On Tue, Mar 25, 2014 at 06:20:26PM +0100, Thomas Dinges wrote: > >> Please attach the full error log , compiler version, system info. Thanks. > > Above are two koji builds [1] [2} for further analysis. > > In the second build I have tried to remove the complainted compilter > flags from the intern/cycles/CMakeList.txt file via a patch. > > Best Regards: > > Jochen Schmitt > > [1] http://koji.fedoraproject.org/koji/taskinfo?taskID=6659720 > [2} http://koji.fedoraproject.org/koji/taskinfo?taskID=6668617 > > > _______________________________________________ > 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
