BPS Bits

Results 5 comments of BPS Bits

> I ran cargo pgrx init and it worked fine. Not reproducible (yet?). Deleting the pgrx dir doesn't seem to matter. ## Test ``` #cargo --version cargo 1.80.1 (376290515 2024-07-16)...

> > configure: error: ICU library not found > > Similarly for macos you'll need to `brew install icu4c`. I believe that's the proper package there. `dnf install flex` &...

An update. `dnf install flex` & `dnf install bison` solves issue on Fedora. But on macOS the `icu4c` is installed but this does not solve the issue. `pg17` install fails...

> Looks like on my Mac box I had to add this to my shell's login script: > > ```shell > export PKG_CONFIG_PATH="/opt/homebrew/opt/icu4c/lib/pkgconfig" > ``` > > Been awhile since...

> > Probably some additional notes are needed in the documentation for macOS users. > > If you’d like to PR those we’d appreciate it. Get your name added to...