<div dir="ltr">Hello Brad Smith,<div><br></div><div>Apologies for the delay and thanks for your patience.<br>We are looking into the issue now.<br></div><div><br></div><div>Thanks,</div><div>Mahesh</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Nov 19, 2022 at 3:17 AM Brad Smith <<a href="mailto:brad@comstyle.com">brad@comstyle.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">ping.<br>
<br>
On 10/22/2022 7:30 PM, Brad Smith wrote:<br>
> On 10/5/2022 4:28 PM, Brad Smith wrote:<br>
><br>
>> ping.<br>
>><br>
>> Can the tree please be fixed so it builds?<br>
><br>
><br>
> The tree is still broken and does not build.<br>
><br>
><br>
>> On 9/24/2022 1:33 AM, Brad Smith wrote:<br>
>>> Fix *BSD build<br>
>>><br>
>>> Ever since 747a079f70096c6718cbf288a30fb3b7c88a55c9 the build<br>
>>> has been broken.<br>
>>><br>
>>> [ 63%] Building CXX object common/CMakeFiles/common.dir/ringmem.cpp.o<br>
>>> /home/brad/tmp/x265_git/source/common/ringmem.cpp:163:27: error: use <br>
>>> of undeclared identifier 'S_IRUSR'<br>
>>> mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | <br>
>>> S_IWOTH;<br>
>>> ^<br>
>>> /home/brad/tmp/x265_git/source/common/ringmem.cpp:163:37: error: use <br>
>>> of undeclared identifier 'S_IWUSR'<br>
>>> mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | <br>
>>> S_IWOTH;<br>
>>> ^<br>
>>> /home/brad/tmp/x265_git/source/common/ringmem.cpp:163:47: error: use <br>
>>> of undeclared identifier 'S_IRGRP'<br>
>>> mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | <br>
>>> S_IWOTH;<br>
>>> ^<br>
>>> /home/brad/tmp/x265_git/source/common/ringmem.cpp:163:57: error: use <br>
>>> of undeclared identifier 'S_IWGRP'<br>
>>> mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | <br>
>>> S_IWOTH;<br>
>>> ^<br>
>>> /home/brad/tmp/x265_git/source/common/ringmem.cpp:163:67: error: use <br>
>>> of undeclared identifier 'S_IROTH'<br>
>>> mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | <br>
>>> S_IWOTH;<br>
>>> ^<br>
>>> /home/brad/tmp/x265_git/source/common/ringmem.cpp:163:77: error: use <br>
>>> of undeclared identifier 'S_IWOTH'<br>
>>> mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | <br>
>>> S_IWOTH;<br>
>>> ^<br>
>>> 6 errors generated.<br>
>>><br>
>>> ---<br>
>>>   source/common/threading.h | 1 +<br>
>>>   1 file changed, 1 insertion(+)<br>
>>><br>
>>> diff --git a/source/common/threading.h b/source/common/threading.h<br>
>>> index 8a5c39cf0..98271b899 100644<br>
>>> --- a/source/common/threading.h<br>
>>> +++ b/source/common/threading.h<br>
>>> @@ -37,6 +37,7 @@<br>
>>>   #include <semaphore.h><br>
>>>   #include <errno.h><br>
>>>   #include <fcntl.h><br>
>>> +#include <sys/stat.h><br>
>>>   #endif<br>
>>>     #if MACOS<br>
>> _______________________________________________<br>
>> x265-devel mailing list<br>
>> <a href="mailto:x265-devel@videolan.org" target="_blank">x265-devel@videolan.org</a><br>
>> <a href="https://mailman.videolan.org/listinfo/x265-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/x265-devel</a><br>
> _______________________________________________<br>
> x265-devel mailing list<br>
> <a href="mailto:x265-devel@videolan.org" target="_blank">x265-devel@videolan.org</a><br>
> <a href="https://mailman.videolan.org/listinfo/x265-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/x265-devel</a><br>
_______________________________________________<br>
x265-devel mailing list<br>
<a href="mailto:x265-devel@videolan.org" target="_blank">x265-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/x265-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/x265-devel</a><br>
</blockquote></div>