Hi there,
I would like to share with you that I was successful in installing NOAA-APT on Both Macbook Pro 10.15 Catalina, but also on my iMac 10.12 Sierra.
My installed NOAA-APT 1.3.0 on catalina using this tutorial:
https://publiclab.org/notes/sashae/07-02-2020/how-to-compile-noaa-apt-1-2-0-on-mac
I had no problems.
However, my first try to install using iMac 10.12 Sierra I met errors due to outdated version of Homebrew error.
I succeeded by:
Copying FULL compiled 'noaa-apt-1.3.0' folder From my Macbook Pro 10.15 Catalina onto USB thumb drive
Copy folder from USB drive, to iMac 10.12 Sierra 'Downloads' folder
I ran:
cd Downloads/noaa-apt-1.3.0/
./target/release/noaa-apt
It would not run due to errors with 'harfbuzz'
So I ran:
brew upgrade harfbuzz
I ran again:
cd Downloads/noaa-apt-1.3.0/
./target/release/noaa-apt
This time success!
Small Note:
i still have font/icon/svg warning in Gtk-WARNING:
(<unknown>:47342): Gtk-WARNING **: 12:45:07.231: Error loading theme icon 'document-save-as' for stock: Icon 'document-save-as' not present in theme Adwaita
(<unknown>:47342): Gtk-WARNING **: 12:45:07.381: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.
(<unknown>:47342): Gtk-WARNING **: 12:45:07.394: Error loading theme icon 'document-save-as' for stock: Icon 'document-save-as' not present in theme Adwaita
But NOAA-APT 1.3.0 still runs fine
I tried using:
brew install adwaita-icon-theme
but not fix. But only minor thing.
Hope this Helps
:)
Hi there,
I would like to share with you that I was successful in installing NOAA-APT on Both Macbook Pro 10.15 Catalina, but also on my iMac 10.12 Sierra.
My installed NOAA-APT 1.3.0 on catalina using this tutorial:
https://publiclab.org/notes/sashae/07-02-2020/how-to-compile-noaa-apt-1-2-0-on-mac
I had no problems.
However, my first try to install using iMac 10.12 Sierra I met errors due to outdated version of Homebrew error.
I succeeded by:
Copying FULL compiled 'noaa-apt-1.3.0' folder From my Macbook Pro 10.15 Catalina onto USB thumb drive
Copy folder from USB drive, to iMac 10.12 Sierra 'Downloads' folder
I ran:
It would not run due to errors with 'harfbuzz'
So I ran:
brew upgrade harfbuzzI ran again:
This time success!
Small Note:
i still have font/icon/svg warning in Gtk-WARNING:
But NOAA-APT 1.3.0 still runs fine
I tried using:
brew install adwaita-icon-themebut not fix. But only minor thing.
Hope this Helps
:)