bugXBoard - Bugs: bug #27951, xboard-4.4.1 won't build on OS X

 
 

bug #27951: xboard-4.4.1 won't build on OS X

Submitter:  None
Submitted:  Thu 05 Nov 2009 04:34:43 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Assigned to:  None Open/Closed:  Closed
Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 06 Nov 2009 03:05:52 AM UTC, comment #1: 

added -lXmu to the git version. Can you test it? Thanks for reporting.

Arun Persaud <apersaud>
Group administrator
Thu 05 Nov 2009 04:34:43 PM UTC, original submission:  

Tried the usual

./configure
make

Got

gcc     -o xboard backend.o book.o childio.o gamelist.o lists.o moves.o parser.o pgntags.o uci.o xboard.o xedittags.o xengineoutput.o xgamelist.o xhistory.o xoptions.o zippy.o -lm -lXpm  -lSM -lICE -lXaw  -L/usr/X11/lib -R/usr/X11/lib -lX11 -lXt 
Undefined symbols:
  "__XA_UTF8_STRING", referenced from:
      __XA_UTF8_STRING$non_lazy_ptr in xboard.o
  "__XA_TARGETS", referenced from:
      __XA_TARGETS$non_lazy_ptr in xboard.o
  "_XmuInternAtom", referenced from:
      _SendPositionSelection in xboard.o
      _SendPositionSelection in xboard.o
      _SendPositionSelection in xboard.o
      _CopyPositionProc in xboard.o
      _PastePositionProc in xboard.o
      _SendGameSelection in xboard.o
      _SendGameSelection in xboard.o
      _SendGameSelection in xboard.o
      _CopyGameProc in xboard.o
      _PasteGameProc in xboard.o
  "__XA_CLIPBOARD", referenced from:
      __XA_CLIPBOARD$non_lazy_ptr in xboard.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[1]: * [xboard] Error 1
make: * [all] Error 2


The fix was to add -lXmu to

xboard_LDADD = -lm -lXpm  -lSM -lICE -lXaw -lXmu -L/usr/X11/lib -R/usr/X11/lib -lX11 -lXt

in the Makefile.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by apersaud (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-03-07 apersaud StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2009-11-06 apersaud StatusNone Ready For Test

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code