Opened 13 years ago

Closed 9 years ago

#27918 closed defect (worksforme)

vim @7.3.94 +small does not compile (v7.3.94): ui.c error

Reported by: wrigleyster@… Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: vim

Description

port install vi +small

fails to compile with an error:

/usr/bin/gcc-4.0 -c -I. -Iproto -DHAVE_CONFIG_H \
  -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp \
  -pipe -O -arch ppc -D_FORTIFY_SOURCE=1  \
  -o objects/ui.o ui.c
ui.c: In function 'clip_modeless':
ui.c:610: error: 'MOUSE_RIGHT' undeclared (first use in this function)
ui.c:610: error: (Each undeclared identifier is reported only once
ui.c:610: error: for each function it appears in.)
ui.c:615: error: 'mouse_col' undeclared (first use in this function)
ui.c:615: error: 'mouse_row' undeclared (first use in this function)
ui.c:628: error: 'MOUSE_RELEASE' undeclared (first use in this function)
ui.c: In function 'clip_process_selection':
ui.c:735: error: 'MOUSE_RELEASE' undeclared (first use in this function)
ui.c:781: error: 'MOUSE_RIGHT' undeclared (first use in this function)

I do run tiger, but I don't think that is the issue, seeing as both +tiny and "+normal" compile fine

let me know if you want me to post the full log, test something, or wish any other info.

Attachments (1)

vim.log (95.8 KB) - added by wrigleyster@… 13 years ago.

Download all attachments as: .zip

Change History (7)

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

Cc: raimue@… removed
Owner: changed from macports-tickets@… to raimue@…

Certainly, attaching the full main.log file would be appreciated.

Changed 13 years ago by wrigleyster@…

Attachment: vim.log added

comment:2 Changed 13 years ago by wrigleyster@…

There :) Full log attached as vim.log

comment:3 Changed 13 years ago by raimue (Rainer Müller)

Status: newassigned

Thanks for the report. I can reproduce this and will take it upstream. This seems to be around at least since the inital release of 7.3.

comment:4 Changed 13 years ago by raimue (Rainer Müller)

Upstream report on vim-dev.

comment:5 Changed 9 years ago by jmroot (Joshua Root)

Is this still a problem with the current version?

comment:6 Changed 9 years ago by raimue (Rainer Müller)

Resolution: worksforme
Status: assignedclosed

Works for me with vim @7.4.729_1 +small.

Note: See TracTickets for help on using tickets.