Hi,
On Fri, 25 Nov 2011 23:21:15 -0600, Bob Davenport wrote: > > I downloaded the latest version of pan2 this evening > and also checked and installed the missing files and such > as listed (GTK+, gmime, etc.) in the INSTALL text. > > As the old saying goes, I'm so lost I don't know where > I'm lost from... > > HELP.... A fresh clone/checkout needs the auto* stuff genned. Also there are other requisites from the Gnome pantry (I've completely forgot what-all they were, sorry). But try running: ./autogen.sh (followed by parms you would give to ./configure) If you want the new SSL code: ./autogen.sh --with-openssl If you need to use GTK+3: ./autogen.sh --with-gtk3 If you need to disable spell: ./autogen.sh --without-gtkspell And combinations are possible… etc.… just as with ./configure . Hopefully if you are missing any tools needed, explanatory text will ensue on your screen. ;) _______________________________________________ Pan-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/pan-users
