Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#4521 closed Bug report (fixed)

Build error: undefined reference to CFilterConditionsDialog()

Reported by: frasten Owned by:
Priority: normal Component: FileZilla Client
Keywords: build, cFilterConditionsDialog Cc:
Component version: Operating system type: Linux
Operating system version: Ubuntu Linux 9.04

Description

In the recent svn revisions, filezilla fails to build due to the following errors:

filezilla-filter.o: In function `CFilterEditDialog':
/build/buildd/filezilla-3.2.4.1~svn3164/src/interface/filteredit.h:11: undefined reference to `CFilterConditionsDialog::CFilterConditionsDialog()'
filezilla-filter.o: In function `~CFilterConditionsDialog':
/build/buildd/filezilla-3.2.4.1~svn3164/src/interface/filter_conditions_dialog.h:22: undefined reference to `vtable for CFilterConditionsDialog'
/build/buildd/filezilla-3.2.4.1~svn3164/src/interface/filter_conditions_dialog.h:22: undefined reference to `vtable for CFilterConditionsDialog'
/build/buildd/filezilla-3.2.4.1~svn3164/src/interface/filter_conditions_dialog.h:22: undefined reference to `vtable for CFilterConditionsDialog'
/build/buildd/filezilla-3.2.4.1~svn3164/src/interface/filter_conditions_dialog.h:22: undefined reference to `vtable for CFilterConditionsDialog'
/build/buildd/filezilla-3.2.4.1~svn3164/src/interface/filter_conditions_dialog.h:22: undefined reference to `vtable for CFilterConditionsDialog'
[...CUT...]

I'm running Ubuntu Linux 9.04, gcc 4.3.3, libwxgtk2.8-dev 2.8.10.1-0.

Change History (2)

comment:1 by Tim Kosse, 15 years ago

Resolution: fixed
Status: newclosed

Should be fixed.

comment:2 by frasten, 15 years ago

Confirmed. Many thanks!

Note: See TracTickets for help on using tickets.