Opened 6 years ago

Closed 6 years ago

#55252 closed defect (fixed)

FileZilla: property 'path' cannot be found in forward class object 'NSURL'

Reported by: mojca (Mojca Miklavec) Owned by: yan12125 (Chih-Hsuan Yen)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: FileZilla, wxWidgets-3.0-libcxx

Description

file_utils_osx.m:11:22: error: property 'path' cannot be found in forward class object 'NSURL'
                        path = strdup(url.path.UTF8String);
                                      ~~~ ^

Logs:

Change History (4)

comment:1 Changed 6 years ago by yan12125 (Chih-Hsuan Yen)

comment:2 Changed 6 years ago by yan12125 (Chih-Hsuan Yen)

Upstream replied [1]

Do you still experience this if you add this at the top of src/interface/file_utils_osx.m?

#include <Foundation/NSURL.h>

I bet that should fix the issue yet I can't test it. On Travis CI building libfilezilla+FileZilla gets timed out. Hope someone on 10.9~10.11 can test it.

[1] https://trac.filezilla-project.org/ticket/11441#comment:1

comment:3 Changed 6 years ago by yan12125 (Chih-Hsuan Yen)

Building failures are marked as WONTFIX in the upstream ticket. I guess this can be closed?

comment:4 Changed 6 years ago by mojca (Mojca Miklavec)

Resolution: fixed
Status: newclosed

Sure, this particular problem was fixed after all.

(The commit should at least mention this ticket, I didn't pay enough attention when I approved it. If the commit said "Closes:", the ticket would be closed automatically, but of course we didn't know it back then.)

Note: See TracTickets for help on using tickets.