Opened 9 years ago

Closed 8 years ago

#45690 closed defect (fixed)

eblook @1.6.1-media-20110801: error: use of undeclared identifier 'CPPFunction'

Reported by: stanimura Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.3.2
Keywords: haspatch Cc:
Port: eblook

Description

With the following error, eblook 1.6.1-media-20110801_0 failed to build with xcode 6.1 on Yosemite:

eblook.c:482:39: error: use of undeclared identifier 'CPPFunction'
  rl_attempted_completion_function = (CPPFunction *)fileman_completion;
                                      ^
eblook.c:482:52: error: expected expression
  rl_attempted_completion_function = (CPPFunction *)fileman_completion;
[snip]
eblook.c:4366:8: error: use of undeclared identifier 'CPFunction'
                                  (CPFunction *) command_generator);
                                   ^
eblook.c:4366:20: error: expected expression
                                  (CPFunction *) command_generator);
                                               ^
7 warnings and 4 errors generated.

Attachments (2)

main.log (7.5 KB) - added by stanimura 9 years ago.
eblook.patch (866 bytes) - added by numaryu 8 years ago.

Download all attachments as: .zip

Change History (7)

Changed 9 years ago by stanimura

Attachment: main.log added

comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned
Summary: eblook failed to build on Yosemiteeblook @1.6.1-media-20110801: error: use of undeclared identifier 'CPPFunction'

I've seen that before. Incompatibility with readline 6.3.

comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

I've sent an email about this and some other problems to eblook's developers.

comment:3 Changed 8 years ago by numaryu

It seems this problem is resolved in the latest version 1.6.1-media-20150724.

Changed 8 years ago by numaryu

Attachment: eblook.patch added

comment:4 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: haspatch added

Thanks. The revision line also gets removed when the version is increased.

comment:5 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.