Need guide to compile FileZilla Server under Windows

Moderator: Project members

Message
Author
User avatar
oibaf
Contributor
Posts: 402
Joined: 2021-07-16 21:02
First name: Fabio
Last name: Alemagna

Re: Need guide to compile FileZilla Server under Windows

#16 Post by oibaf » 2022-02-10 04:12

koofi wrote:
2022-02-09 22:45
Dear Developers,

Any Idea why I'm getting an error when trying to use the "install.nsi" file in NSIS ?

ERROR:

!include: could not find: "common_install.nsh"
!include: could not find: "server_uninstall.nsh"
!include: could not find: "gui_uninstall.nsh"

I have searched the whole source directories and could not find these 3 files.
These are autogenerated during the build phase.

You need to issue "make pkg-exe" in the root builddir.

Post Reply