Opened 16 years ago

Last modified 16 years ago

#3433 closed Bug report

filezilla 3.0.8 does not build

Reported by: fundawang Owned by:
Priority: normal Component: Other
Keywords: Cc: fundawang, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

make[3]: Entering directory `/home/fwang/filezilla/BUILD/filezilla-3.0.8/src/interface'
g++ -DHAVE_CONFIG_H -I. -I../../src/include -I./../include -I/usr/lib/wx/include/ -I/usr/lib/wx/include/gtk2-ansi-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DWXGTK -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wall -g -fexceptions -MT filezilla-optionspage_connection_sftp.o -MD -MP -MF .deps/filezilla-optionspage_connection_sftp.Tpo -c -o filezilla-optionspage_connection_sftp.o test -f 'optionspage_connection_sftp.cpp' || echo './'optionspage_connection_sftp.cpp
optionspage_connection_sftp.cpp: In member function 'bool COptionsPageConnectionSFTP::Send(const wxString&)':
optionspage_connection_sftp.cpp:124: error: invalid conversion from 'const wxChar*' to 'wxChar*'

Change History (2)

comment:1 by fundawang, 16 years ago

I'm using non-unicode build of wxgtk 2.8.7

comment:2 by Tim Kosse, 16 years ago

Fixed in SVN.

Any particular reason why you're using an ANSI build of wxWidgets? FileZilla is totally untested on non-unicode builds, things might not work as expectd.

Note: See TracTickets for help on using tickets.