#17606: Default variant of vim doesn't build due to X11 dependency --------------------------------------+------------------------------------- Reporter: pgijnxn02@… | Owner: raimue@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: Xsetlocale X11 | Port: vim --------------------------------------+------------------------------------- Description changed by ryandesign@…: Old description:
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.
New description: 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. -- -- Ticket URL: <http://trac.macports.org/ticket/17606#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS