Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Jun 2017 05:13:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 219814] graphics/blender: error: static declaration of 'sincos' follows non-static declaration
Message-ID:  <bug-219814-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219814

            Bug ID: 219814
           Summary: graphics/blender: error: static declaration of
                    'sincos' follows non-static declaration
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: ohartmann@walstatt.org

On recent 12-CURRENT (12.0-CURRENT #5 r319215: Tue May 30 16:44:52 CEST 2017
amd64, WITH_LLD_IS_LD=3Dyes) with recent ports-tree (r442741), graphics/ble=
nder
(2.78c) fails to compile with the error shown below:=20


[...]
make[3]: stopped in /usr/ports/graphics/blender/work/.build
--- intern/libmv/CMakeFiles/bf_intern_libmv.dir/all ---
--- intern/libmv/CMakeFiles/bf_intern_libmv.dir/intern/frame_accessor.cc.o =
---
In file included from
/usr/ports/graphics/blender/work/blender-2.78c/intern/libmv/intern/frame_ac=
cessor.cc:31:
In file included from
/usr/ports/graphics/blender/work/blender-2.78c/intern/libmv/libmv/autotrack=
/region.h:26:
/usr/ports/graphics/blender/work/blender-2.78c/intern/libmv/libmv/numeric/n=
umeric.h:39:13:
error: static declaration of 'sincos' follows non-static declaration
static void sincos(double x, double *sinx, double *cosx) {
            ^
/usr/include/math.h:503:7: note: previous declaration is here
void            sincos(double, double *, double *);
                ^

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219814-13>