Bug 3002 - file_checker.h is in the wrong Makefile list
Summary: file_checker.h is in the wrong Makefile list
Status: RESOLVED FIXED
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: Other (show other bugs)
Version: 3.9.3
Hardware: PC Linux
: P3 normal
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2013-09-14 11:42 UTC by Marco Villegas
Modified: 2013-09-14 14:15 UTC (History)
0 users

See Also:


Attachments
Move file_checker.c to the right makefile list variable. (768 bytes, patch)
2013-09-14 11:46 UTC, Marco Villegas
no flags Details | Diff

Description Marco Villegas 2013-09-14 11:42:46 UTC
check_file_integrity defined on file_checker.c is used on main.c, and it's added on old_abook_source instead of claws_mail_SOURCES.
Then, when compiling with the --enable-new-addrbook there is an error:

main.o: In function `main':
src/main.c:1281: undefined reference to `check_file_integrity'

Patch following.
Comment 1 Marco Villegas 2013-09-14 11:46:28 UTC
Created attachment 1297 [details]
Move file_checker.c to the right makefile list variable.

Here the patch moving the file to the right makefile variable list.
Comment 2 users 2013-09-14 14:12:05 UTC
Changes related to this bug have been committed.
Please check latest Git and update the bug accordingly.
You can also get the patch from:
http://git.claws-mail.org/

http://git.claws-mail.org/?p=claws.git;a=commitdiff;h=9a443fd1a706553b8ffea15aa627e0cdec9459fa
Merge: 48ea8a3 8b63bae
Author: Colin Leroy <colin@colino.net>
Date:   Sat Sep 14 14:12:03 2013 +0200

    Merge branch 'master' of file:///home/git/claws

http://git.claws-mail.org/?p=claws.git;a=commitdiff;h=8b63baef420977dc3d2021bb0526b474d3fb3bd5
Author: Michael Rasmussen <mir@datanom.net>
Date:   Sat Sep 14 14:07:15 2013 +0200

    Fix bug 3002 'undefined reference to check_file_integrity'.
    Patch provided by Marco Villegas.
Comment 3 Michael Rasmussen 2013-09-14 14:14:40 UTC
(In reply to comment #1)
> Created attachment 1297 [details]
> Move file_checker.c to the right makefile list variable.
> 
> Here the patch moving the file to the right makefile variable list.
Hi Marco,

Thanks for your patch. Committed.
Comment 4 users 2013-09-14 15:57:05 UTC
Changes related to this bug have been committed.
Please check latest Git and update the bug accordingly.
You can also get the patch from:
http://git.claws-mail.org/

http://git.claws-mail.org/?p=claws.git;a=commitdiff;h=23c6fdb15d928591f7824c658c7c267132702745
Merge: 9a443fd ec06e2e
Author: Colin Leroy <colin@colino.net>
Date:   Sat Sep 14 15:57:02 2013 +0200

    Merge branch 'master' of file:///home/git/claws

http://git.claws-mail.org/?p=claws.git;a=commitdiff;h=ec06e2ebb838748dbeb6f40c95482e86e7f62b6e
Author: Michael Rasmussen <mir@datanom.net>
Date:   Sat Sep 14 15:51:33 2013 +0200

    Updated Team list to be in sync with section=community on the web
    Added Marco Villegas for patch resolving bug 3002

Note You need to log in before you can comment on or make changes to this bug.