Opened 14 years ago

Closed 14 years ago

#5597 closed Bug report (fixed)

Compilation error in svn revision 3864 regarding "m_pImageList"

Reported by: Ober Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc:
Component version: Operating system type: Linux
Operating system version: Debian Squeeze

Description

After distclean and configuration with builtin xml, I get this compilation error;

g++ -DHAVE_CONFIG_H -I. -I../../src/include -I./../include -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -fpch-preprocess  -g -O2 -Wall -g -fexceptions -MT filezilla-LocalListView.o -MD -MP -MF .deps/filezilla-LocalListView.Tpo -c -o filezilla-LocalListView.o `test -f 'LocalListView.cpp' || echo './'`LocalListView.cpp
listctrlex.cpp: In member function ‘void wxListCtrlEx::InitHeaderSortImageList()’:
listctrlex.cpp:911: error: ‘m_pImageList’ was not declared in this scope
make[4]: *** [filezilla-listctrlex.o] Error 1

g++ (Debian 4.4.4-8) 4.4.5 20100728 (prerelease)
svn revision 3864

Change History (1)

comment:1 by Tim Kosse, 14 years ago

Resolution: fixed
Status: newclosed

Thanks, should be fixed in the repository.

Note: See TracTickets for help on using tickets.