On Tue, Dec 29, 2020 at 11:32:39PM +0000, José Abílio Matos wrote:
> There is just one note in here.
> I tried to compile the code using RHEL 7 that ships with gcc 4.8.5 and 
> naturally the compilation fails here:
> 
> insets/InsetListings.cpp: In member function 'virtual void 
> lyx::InsetListings::latex(lyx::otexstream&, const lyx::OutputParams&) const':
> insets/InsetListings.cpp:230:31: error: 'strlen' was not declared in this 
> scope
>     start += strlen("language=");

If this is the only trouble adding include <cstring> could help. Can you try it?
If there are more troubles ban for gcc 4.8 is perhaps the best solution indeed.

Pavel
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to