Opened 7 years ago

Closed 7 years ago

#11336 closed Bug report (fixed)

Missing ../storj/events.hpp file fails compilation

Reported by: Kaloyan Raev Owned by:
Priority: normal Component: FileZilla Client
Keywords: build Cc:
Component version: Operating system type: Linux
Operating system version: Fedora 25

Description

I am trying to compile FileZilla with Storj support from sources.

The ../configure --enable-storj=yes command is successful, but then make fails with the following error:

In file included from ../../../src/engine/storj/connect.cpp:4:0:
../../../src/engine/storj/event.h:4:31: fatal error: ../storj/events.hpp: No such file or directory
#include "../storj/events.hpp"

There is no "events.hpp" file in the FileZilla_3.27.0.1_src.tar.bz2 source package. However, I found it in the SVN repo. After copying it manually, the build is successful.

Please, make sure that the "events.hpp" file is included in the source package.

Change History (1)

comment:1 by Tim Kosse, 7 years ago

Resolution: fixed
Status: newclosed

Thanks, a fix has been applied to the repository.

Note: See TracTickets for help on using tickets.