soegaard2
2019-12-16 15:33:45

I am trying to compile cairo and ran into this error: Undefined symbols for architecture x86_64: "___udivti3", referenced from: __cairo_uint128_divrem in cairo-wideint.o __cairo_int128_divrem in cairo-wideint.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Am I so lucky that anyone knows what to do?


soegaard2
2019-12-16 16:47:24

No.


soegaard2
2019-12-16 16:52:16

It seems clang on mac produces __udivti3. Maybe I need to link with compiler_rt_ but Apple’s distribution of llvm doesn’t include it :disappointed:


samdphillips
2019-12-16 16:56:51

Maybe there is a brew package and you can divine how it compiles Cairo?


ardit.berisha01
2019-12-16 18:43:29

@ardit.berisha01 has joined the channel


deactivateduser60718
2019-12-16 22:46:41

Polyglot 2.3 pushed. Diff to 2.0 summarized below. Screenshot shows TOC for new CSS preprocessing tutorial, which allows you to integrate css-expr in an existing workflow.

## [2.3] - 2019-12-16 * Fix whitespace errors and typos * Fix use of incorrect function in CSS handler * Allow users to override asset and dist directories. * Add tutorial for CSS preprocessing * Make sure removed files are gone by the time a rebuild occurs. * Make `--delay` actually do something, and document what it does. ## [2.2] - 2019-12-10 * Remove `raco` prefix in subcommand help table. * Remove superfluous content in documentation * Fix broken code links in imperative workflow documentation * Add `polyglot-live?` parameter ## [2.1] - 2019-12-05 * Support file-to-file relative paths in distributions


josh.mcgrath08
2019-12-17 04:31:26

@josh.mcgrath08 has joined the channel