Opened 15 years ago
Closed 15 years ago
#213 closed defect (fixed)
Vim 7.2 fails to compile
Reported by: | andrew91 | Owned by: | |
---|---|---|---|
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.
Note:
See TracTickets
for help on using tickets.
Fixed by adding CPPFLAGS="-DUNUSED=" to both the temp system and the final system builds.