Opened 14 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)
Change History (7)
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | raimue@… removed |
---|---|
Owner: | changed from macports-tickets@… to raimue@… |
Changed 14 years ago by wrigleyster@…
comment:3 Changed 14 years ago by raimue (Rainer Müller)
Status: | new → assigned |
---|
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: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: | assigned → closed |
Works for me with vim @7.4.729_1 +small.
Note: See
TracTickets for help on using
tickets.
Certainly, attaching the full main.log file would be appreciated.