Bug 2462 - Building without GnuTLS support leads to a failure in wizard.c
Summary: Building without GnuTLS support leads to a failure in wizard.c
Status: RESOLVED FIXED
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: Other (show other bugs)
Version: 3.7.9
Hardware: PC Linux
: P3 minor
Assignee: users
URL:
: 2476 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-07-03 17:04 UTC by Christian Faulhammer
Modified: 2011-08-26 18:55 UTC (History)
2 users (show)

See Also:


Attachments

Description Christian Faulhammer 2011-07-03 17:04:07 UTC
As pointed out in https://bugs.gentoo.org/show_bug.cgi?id=373611, disabling GnuTLS support leads to a build failure:

wizard.c: In function ‘smtp_page’:
wizard.c:1298: error: ‘label’ undeclared (first use in this function)

The declaration of the label variable is embraced by #ifdef USE_GNUTLS.  If assignment or declaration is incorrectly scoped is not clear from my quick point of view.
Comment 1 Paul 2011-07-03 19:26:35 UTC
fixed at 3.7.9cvs29
Comment 2 users 2011-07-06 18:31:28 UTC
Changes related to this bug have been committed.
Please check latest CVS and update the bug accordingly.
You can also get the patch from:
http://www.colino.net/claws-mail/

2011-07-06 [paul]	3.7.9cvs34

	* src/edittags.c
		fix English usage

2011-07-06 [mones]	3.7.9cvs33

	* src/edittags.c
		Do not create an empty tag name row in panel and
		warn user about using a non-reserved tag instead

2011-07-05 [mones]	3.7.9cvs32

	* src/imap.c
	* src/common/tags.c
	* src/common/tags.h
	* src/etpan/imap-thread.c
		Make constants for reserved tags and use them
		Removed also duplicate comparison while at it

2011-07-05 [paul]	3.7.9cvs31

	* src/compose.c
		when using a Compose template, only place the cursor
		in the body when the cursor symbol, %cursor (%X), is used

2011-07-03 [paul]	3.7.9cvs30

	* src/main.c
		do main_window_popup(mainwin); on plugin load error, or
		else the warning dialogue and mainwindow stays minimised
		and hidden

2011-07-03 [paul]	3.7.9cvs29

	* src/wizard.c
		fix bug 2462, 'Building without GnuTLS support leads to a
		failure in wizard.c'

2011-07-03 [paul]	3.7.9cvs28

	* src/mainwindow.c
	* src/mainwindow.h
	* src/summaryview.c
		fix bug #2461, 'popup menu in message list displays
		'move to trash' and 'delete''.
		Add a new sensitivity condition 'M_NOT_TRASH' and
		remove the broken workaround for right-click in summaryview.c.
		Fix broken main menu sensitivity for "Menu/Message/Move" in
		News folder.
Comment 3 Michael Rasmussen 2011-08-26 18:55:17 UTC
*** Bug 2476 has been marked as a duplicate of this bug. ***

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