Opened 13 years ago

Closed 13 years ago

#28372 closed defect (fixed)

vim @7.3.107_0 +motif No GUI executable available

Reported by: mlund (Mikael Lund) Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc: mlund (Mikael Lund)
Port: vim

Description (last modified by jmroot (Joshua Root))

I have tried to install the openmotif variant of vim which compiles without error. However in the bin directory I see only the normal "vim" executable.

$ /opt/local/bin/vim -g

E25: GUI cannot be used: Not enabled at compile time

although it is linked against X libs:

otool -L /opt/local/bin/vim
/opt/local/bin/vim:
	/opt/local/lib/libSM.6.dylib (compatibility version 7.0.0, current version 7.1.0)
	/opt/local/lib/libICE.6.dylib (compatibility version 10.0.0, current version 10.0.0)
	/opt/local/lib/libXt.6.dylib (compatibility version 7.0.0, current version 7.0.0)
	/opt/local/lib/libX11.6.dylib (compatibility version 10.0.0, current version 10.0.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.1)
	/opt/local/lib/libncurses.5.dylib (compatibility version 5.0.0, current version 5.0.0)
	/opt/local/lib/libiconv.2.dylib (compatibility version 8.0.0, current version 8.0.0)

Any ideas?

Change History (5)

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Description: modified (diff)
Owner: changed from macports-tickets@… to raimue@…

Please remember to cc the maintainer, and to preview and use WikiFormatting.

comment:2 Changed 13 years ago by mlund (Mikael Lund)

Cc: mlund@… added

Cc Me!

comment:3 Changed 13 years ago by mlund (Mikael Lund)

The Motif libraries were not found during configure phase. This fixed the problem:

--x-includes=/opt/local/include/ --x-libraries=/opt/local/lib

comment:4 Changed 13 years ago by raimue (Rainer Müller)

Status: newassigned

comment:5 Changed 13 years ago by raimue (Rainer Müller)

Resolution: fixed
Status: assignedclosed

Fixed in r76444.

Note: See TracTickets for help on using tickets.