Re: GIT version - no display of html messages
Jack via balsa-list <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.balsa |
|---|---|
| Message-ID | <[email protected]> |
On 07/04/2018 04:18 PM, Peter Bloomfield wrote: > On 07/04/2018 03:04:38 PM Wed, Jack via balsa-list wrote: > … >> Also - I am currently stuck on trying to compile from git-head >> because balsa.desktop.in.in seems to be missing, at least for me. Is >> this known, a temporary issue, or something local to my setup? > > You might need to rerun autogen.sh, or perhaps just automake. In > migrating from libnotify to GNotification, balsa.desktop was renamed > to org.desktop.Balsa.desktop, and the .in files and Makefile.am were > changed accordingly. I'm guessing you have a stale Makefile. > > Let us know if you can fix it. > > Thanks! autogen.sh did the trick. No stale Makefile, this was building from scratch. I think the main file fixed by this was Makefile.in. What I had been worried about was running autogen and then having a bunch of files different from git. However, I now see that all files modified by autogen are actually in .gitignore so no problems with this. Now back to my regularly scheduled problems..... Jack