openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.84k stars 2.56k forks source link

ofxSvg current svgtiny.lib does not work - Visual Studio #7961

Open Jonathhhan opened 1 month ago

Jonathhhan commented 1 month ago

If I replace it with svgtiny.lib from OF 12.0 it does work (that file is much larger, around 7 MB).

dimitre commented 1 month ago

which platform? is this addressable via apothecary update?

Jonathhhan commented 1 month ago

Visual Studio. Maybe it is a static lib instead of a shared lib? I guess, it should be addressable with the apothecary update (not sure, if it is a good solution to just use the older version)...

dimitre commented 1 month ago

In macOS, latest libs (bleeding apothecary) are not working for me

Jonathhhan commented 1 month ago

Yeah, probably I was downloading the bleeding libs...

dimitre commented 1 month ago

@Jonathhhan Can you please check if it is the case with regular libs or latest? And update the title or first text of issue? Thank you

Jonathhhan commented 1 month ago

@dimitre I will check it soon.

danoli3 commented 1 month ago

Confirmed an issue with libxml2 binding

danoli3 commented 1 month ago

Okay it was a bit deeper LibDOM and LibXML needed fixing! All fixed re patches and cmake fixing : https://github.com/netsurf-plan9/libdom/pull/2

New Apothecary Libs building now

Proof of working image