Changes between Initial Version and Version 1 of Ticket #27467


Ignore:
Timestamp:
Nov 27, 2010, 9:14:44 AM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please use WikiFormatting so your posts are legible.

You probably just need to install xorg-libXext. magicpoint probably needs to have that added as a library dependency.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27467

    • Property Owner changed from macports-tickets@… to fenner@…
    • Property Cc ryandesign@… added
  • Ticket #27467 – Description

    initial v1  
    11I could not installed magicpoint by bellow command:
     2{{{
    23  sudo port -d install magicpoint
     4}}}
    35It said the following messages in main.log:
     6{{{
    47:info:build /usr/bin/gcc-4.2 -o mgp -Os -Wall -Wpointer-arith -no-cpp-precomp     -L/opt/local/lib   mgp.o draw.o parse.o plist.o globals.o x11.o font.o background.o   scanner.o grammar.o postscript.o tfont.o embed.o unimap.o mng.o      -L./image -lmgpimage -lm  -L/opt/local/lib -lXft -lXrender -lfontconfig -lexpat -liconv -lfreetype -lz -lX11 -lxcb -lXau -lXdmcp   -L/opt/local/lib -lpng12 -lz   -lgif -L/opt/local/lib -lXext -lX11
    58:info:build ld: library not found for -lXext
     
    1417    invoked from within
    1518"$procedure $targetname"
     19}}}