Opened 15 years ago

Closed 15 years ago

#213 closed defect (fixed)

Vim 7.2 fails to compile

Reported by: andrew91 Owned by: clfs-commits@…
Priority: major Milestone:
Component: BOOK Version: CLFS Native SVN
Keywords: Cc:

Description

When patched with the latest branch-patch, Vim 7.2 fails to compile due to the string "UNUSED" present in a lot of source files. Solved setting it to nothing with a preprocessor directive.

Change History (1)

comment:1 by Joe Ciccone, 15 years ago

Resolution: fixed
Status: newclosed

Fixed by adding CPPFLAGS="-DUNUSED=" to both the temp system and the final system builds.

Note: See TracTickets for help on using tickets.