Search found 2 matches

by scandal
06 Oct 2022, 06:52
Forum: Organisation and Planning
Topic: OpenMW 0.48.0
Replies: 307
Views: 199848

Re: OpenMW 0.48.0

Thanks - I have updated the compiler and got most of it to build. I'm using the OpenMW fork of OSG but that fails with REQUIRED PACKAGE NOT FOUND, specifically the PNG plugin. It seems to recognise that LibPNG is installed and lists it under PNG_LIBRARY, but it shows OSGPlugins_osgdb_png_LIBRARY=<no...
by scandal
05 Oct 2022, 21:04
Forum: Organisation and Planning
Topic: OpenMW 0.48.0
Replies: 307
Views: 199848

Re: OpenMW 0.48.0

I am trying to build/package the 0.48 branch for Android but I ran into this error. Any suggestions? src/openmw/apps/openmw/mwworld/scene.cpp:262:42: error: invalid operands to binary expression ('ESM::RefNum' and 'const ESM::RefNum') if (it == pagedRefs.end() || *it != refNum) ~~~ ^ ~~~~~~