tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: libvpx on macOS



On Sun, Jul 11, 2021 at 01:36:45PM +0200, Rhialto wrote:
> On Mon 05 Jul 2021 at 02:05:38 +0000, john%ziaspace.com@localhost wrote:
> > Hi,
> > 
> > Anyone know what the fix is for this? ffmpeg4 wants it unless removed via
> > options.
> > 
> > macOS 10.15, clean install, current pkgsrc.
> > ./vp9/ratectrl_rtc.h:14:10: fatal error: 'cstdint' file not found
> > #include <cstdint>
> >          ^~~~~~~~~
> 
> In C++, <cxxx> headers are the C++ version of <xxx.h>.
> So maybe using <stdint.h> there works, possibly with external "C" added.

The warning before was the real problem. The xcode installation is
broken or doesn't match the expectation of pkgsrc.

Joerg


Home | Main Index | Thread Index | Old Index