You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a conflict with the additions of fill rules to BView drawing. It can be hacked around, however the better way would be to actually make use of the new BView capabilities. Doing so is unfortunately non-trivial as the way the internal BSVG drawing works is exactly the other way around to support other types of paint servers.
When I try to compile libbsvg I get this error:
make
[ -d objects.x86-gcc2-release ] || mkdir objects.x86-gcc2-release > /dev/null 2>&1;
mkdepend -I./ -p .cpp:objects.x86-gcc2-release/%n.o -m -f "objects.x86-gcc2-release/SVGElement.d" SVGElement.cpp
g++ -c CSSParser.cpp -I./ -I- -O3 -o "objects.x86-gcc2-release/CSSParser.o"
In file included from /boot/home/libbsvg/CSSParser.h:6,
from /boot/home/libbsvg/CSSParser.cpp:1:
/boot/home/libbsvg/SVGDefs.h:121: conflicting types for
enum rule_t B_NONZERO' /boot/system/develop/headers/os/interface/InterfaceDefs.h:269: previous declaration as
enum {anonymous} B_NONZERO'make: *** [objects.x86-gcc2-release/CSSParser.o] Error 1
The text was updated successfully, but these errors were encountered: