Opened 15 years ago

Last modified 15 years ago

#17606 closed defect

Default variant of vim doesn't build due to X11 dependency — at Version 4

Reported by: pgijnxn02@… Owned by: raimue@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Xsetlocale X11 Cc:
Port: vim

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I failed to build vim with no variants.

The configure log shows --enable-gui=no --without-x but the linker fails with this message:

/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols:
 __Xsetlocale

Adding -lX11 to the linker command line enabled it to build and I was able to continue.

Change History (5)

Changed 15 years ago by pgijnxn02@…

Attachment: config.log added

comment:1 in reply to:  description Changed 15 years ago by pgijnxn02@…

My setup:

Macports Trunk vim @7.2.065_0 OS X Tiger 10.4.11 Mac Mini PPC

comment:2 Changed 15 years ago by jmroot (Joshua Root)

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

comment:3 Changed 15 years ago by mf2k (Frank Schima)

Keywords: vim removed
Port: vim added; editors/vim removed

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

Description: modified (diff)
Note: See TracTickets for help on using tickets.