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