On Fri, 2011-01-21 at 22:49 +0300, Denis Pichugin wrote: > Hi all! > > Revision 11431. > *make install > ...... > " COMPILE: src/parse/properties/cursor.c" > src/parse/properties/cursor.c: In function `css__parse_cursor': > src/parse/properties/cursor.c:34: warning: 'error' migh be used > uninitialized in this function > make: *** > [build-riscos-riscos-release-lib-static/src_parse_properties_cursor.o] > Error 1 > > (at this fiile at line 34 is: > css_error error; > )
This was fixed in r11433. However, the native RISC OS build has been broken since the auto-generated property parsers was introduced. This is now fixed: update to r11614 or later. Additionally, you will need to upgrade your SharedUnixLibrary to version 0.12 or later. This has not yet been released, so a pre-built version is available here: http://jmb.drobe.co.uk/SUL.zip J.
