Build errors in FileZilla Server Source code

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
kimboslice
504 Command not implemented
Posts: 7
Joined: 2022-04-14 16:23
First name: kimbo
Last name: slice

Build errors in FileZilla Server Source code

#1 Post by kimboslice » 2023-12-19 20:20

I have been trying to build FileZilla Server on debian bookworm

I have all the dependencies, but I get stuck at this after running make

Code: Select all

mounttableeditor.cpp: In member function ‘void MountTableEditor::Table::SetMountTable(fz::tvfs::mount_table*)’:
mounttableeditor.cpp:766:38: error: ‘wxGRIDTABLE_REQUEST_VIEW_GET_VALUES’ was not declared in this scope
  766 |         wxGridTableMessage msg(this, wxGRIDTABLE_REQUEST_VIEW_GET_VALUES);
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:1051: filezilla_server_gui-mounttableeditor.o] Error 1
make[3]: Leaving directory '/build/FileZilla/filezilla-server-1.8.0/src/gui'
make[2]: *** [Makefile:426: all-recursive] Error 1
make[2]: Leaving directory '/build/FileZilla/filezilla-server-1.8.0/src'
make[1]: *** [Makefile:365: all] Error 2
make[1]: Leaving directory '/build/FileZilla/filezilla-server-1.8.0/src'
make: *** [Makefile:459: all-recursive] Error 1
This looks like a code error? whats going on here? this is built from unmodified stable source code

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Build errors in FileZilla Server Source code

#2 Post by botg » 2023-12-19 21:29

Which version of wxWidgets are you using?

kimboslice
504 Command not implemented
Posts: 7
Joined: 2022-04-14 16:23
First name: kimbo
Last name: slice

Re: Build errors in FileZilla Server Source code

#3 Post by kimboslice » 2023-12-19 22:53

3.2

Edit: do you have any proper server build guides on the wiki? I have searched for a long time and cannot find a single source of definitive information

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Build errors in FileZilla Server Source code

#4 Post by botg » 2023-12-20 09:02

Make sure your wxWidgets 3.2 is configured with wxWidgets 3.0 compability enabled.

Post Reply