Re: Problems while compiling ayttm

"Omkar Raut" <[email protected]> Sun, 2 Nov 2008 01:23:20 +0530
Newsgroups gmane.network.instant-messaging.ayttm.user
Message-ID <[email protected]>
After running make I get this error -> account.o: In
function`load_accounts_from_file
'
and...   /home/omkar/ayttm/src/account.c:206: undefined reference to *
`accountin'*

There is assignment of accountin to fp in src/account.c which looks ok.
"
    FILE * fp;
    extern int accountparse();
    extern FILE * accountin;
    /*char buff[1024];
    LList *accounts_old = accounts;*/

    if(!(fp = fopen(file,"r")))
        return 0;

    accountin = fp;
"
What is the cause of error?

-- 
Thanks & Regards,
Omkar Raut.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

_______________________________________________
Ayttm-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ayttm-users