Replies: 9 comments 27 replies
-
The language id can be passed as integer in base 10 (i.e. 1033) instead of hex. I have tried it. But graphviz failed to build with ucrt, need to relocate path. I have been talking with upstream recently. |
Beta Was this translation helpful? Give feedback.
-
so should be ->
|
Beta Was this translation helpful? Give feedback.
-
fixed windres error so should work with clang now :) |
Beta Was this translation helpful? Give feedback.
-
I tried to use this to test the fix to llvm-windres, but it depends on libglade, which is not yet built because that makedepends on python2. It only needs python for a single script |
Beta Was this translation helpful? Give feedback.
-
here you go i used this patch from opensuse leap :) |
Beta Was this translation helpful? Give feedback.
-
just need to point the python in PKGBUILD to python3 instead of python2 and things will work. |
Beta Was this translation helpful? Give feedback.
-
Added my version of graphviz fixes to #9304 since they depend on libglade, so CI can build both. |
Beta Was this translation helpful? Give feedback.
-
It looks like graphviz is embedding absolute paths on the build machine via |
Beta Was this translation helpful? Give feedback.
-
graphviz-packages.zip
bare bones graphviz packages for clang*.
one small bug remains which means clangs windres cannot be used for building them yet, lefty seems to have a bug in it's resource file causing clangs windres to throw an invalid language id error, it builds cleanly with clang if i use windres from binutils but also means it will be indigestable for a ci build. You can use these untill i find a workaround for the language id bug.
Beta Was this translation helpful? Give feedback.
All reactions