Hi,
The Ayttm gtk2 port has been in CVS HEAD for some time now and it hasn't played too badly so far. Please check it out and give it a try. To know how you can check code out of CVS or for build dependencies:
http://ayttm.sourceforge.net/cvs.shtml
Bug reports, patches, suggestions are obviously welcome :)
Hi,
Has anyone been able to compile the CVS version of ayttm on Ubuntu Feisty?
Even after installing the missing libraries and tools (as far as I can see), I get the following error during make:
account.o: In function `load_accounts_from_file': /users/vipul/nobackup/ayttm/src/account.c:206: undefined reference to `accountin' account.o: In function `load_contacts_from_file': /users/vipul/nobackup/ayttm/src/account.c:256: undefined reference to `contactin' account_parser.o: In function `accountparse': /users/vipul/nobackup/ayttm/src/y.tab.c:1484: undefined reference to `Line' /users/vipul/nobackup/ayttm/src/y.tab.c:1284: undefined reference to `accountlex' /users/vipul/nobackup/ayttm/src/y.tab.c:1630: undefined reference to `Line' contact_parser.o: In function `contactparse': /users/vipul/nobackup/ayttm/src/y.tab.c:1642: undefined reference to `Line_contact' /users/vipul/nobackup/ayttm/src/y.tab.c:1304: undefined reference to `contactlex' /users/vipul/nobackup/ayttm/src/y.tab.c:1788: undefined reference to `Line_contact' collect2: ld returned 1 exit status
~ViM
On 8/14/07, Vipul Mathur vipul@linux-delhi.org wrote:
Hi,
Has anyone been able to compile the CVS version of ayttm on Ubuntu Feisty?
Even after installing the missing libraries and tools (as far as I can see), I get the following error during make:
Check if you have flex and bison installed. If not then install them and then configure and compile again from scratch.
Hi,
On 8/14/07, Siddhesh Poyarekar siddhesh.poyarekar@gmail.com wrote:
Check if you have flex and bison installed. If not then install them and then configure and compile again from scratch.
Aah, I had installed both flex and bison, and done the customary "make distclean" before trying make again. I guess that did not clean the flex and bison parts of the build. Checking out the source afresh and ./gen & ./configure & make worked.
Thanks.
~ViM