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

View: New views
2 Messages — Rating Filter:   Alert me  

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

by Sylvain Beucler-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


URL:
  <http://savannah.gnu.org/bugs/?27951>

                 Summary: xboard-4.4.1 won't build on OS X
                 Project: XBoard
            Submitted by: None
            Submitted on: Thu 05 Nov 2009 04:34:43 PM UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

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.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?27951>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-XBoard mailing list
Bug-XBoard@...
http://lists.gnu.org/mailman/listinfo/bug-xboard

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

by Sylvain Beucler-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Update of bug #27951 (project xboard):

                  Status:                    None => Ready For Test        

    _______________________________________________________

Follow-up Comment #1:

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

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?27951>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-XBoard mailing list
Bug-XBoard@...
http://lists.gnu.org/mailman/listinfo/bug-xboard