Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjimmy committed Sep 27, 2024
1 parent 2bcffd6 commit 20436cc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions _posts/2024-09-21-macports-2.10-gnucash-ports-failure.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,16 @@ tags:
and use below command to install GnuCash in macOS 15.0 by macports 2.10

```bash
sudo port install gnucash build_arch=x86_64 configure.cflags-append="-Wno-error=int-conversion -Wno-error=incompatible-function-pointer-types -Wimplicit-function-declaration -Wno-error=implicit-function-declaration"
sudo port install gnucash build_arch=x86_64 configure.cflags="-Wno-error=int-conversion -Wno-error=incompatible-function-pointer-types -Wimplicit-function-declaration -Wno-error=implicit-function-declaration"
```

You may also need to manually install netpbm and libvpx and libgcc14. Check below content for details.
You may also need to manually install netpbm and libvpx, gstreamer1-gst-plugins-bad and ~~libgcc14~~. Check below content for details.

To manually install, gstreamer1-gst-plugins-bad

```bash
sudo port clean gstreamer1-gst-plugins-bad && sudo port install gstreamer1-gst-plugins-bad build_arch=x86_64
```

**Content**

Expand Down

0 comments on commit 20436cc

Please sign in to comment.