rennis250 / processing-rs

An implementation of Processing for the Rust programming language, with insipriation from openFrameworks and libCinder.
74 stars 7 forks source link

macOS: ld: library not found for -lpri #1

Closed superdump closed 6 years ago

superdump commented 6 years ago

When trying to build a project against this crate on macOS, I get: ld: library not found for -lpri

What is the intended build process?

sdroege commented 6 years ago

It would probably make sense to have a build.rs around the cc crate, that builds the pri.c and includes it in the crate

superdump commented 6 years ago

I'll make a PR. Just testing it...

superdump commented 6 years ago

See https://github.com/rennis250/processing-rs/pull/2

rennis250 commented 6 years ago

Thanks, merged! That obviously slipped my attention. Sorry for any inconvenience.