bugXBoard - Bugs: bug #47930, cannot compile with-Xaw3d

 
 

bug #47930: cannot compile with-Xaw3d

Submitter:  None
Submitted:  Mon 16 May 2016 05:24:48 AM UTC
   
 
Category:  XBoard (X11) Severity:  3 - Normal
Item Group:  Installation/Configuration/Packaging Status:  Works For Me
Assigned to:  None Open/Closed:  Closed
Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 15 May 2021 02:49:13 AM UTC, comment #1: 

This bug doesn't seem to exist anymore.  I tried configuring the latest git version using --with-Xaw3d, and it compiles and runs successfully.

Not to mention that it's doubtful anyone cares about --with-Xaw or --with-Xaw3d now that GTK is the default.

Tim Mann <mann>
Group administrator
Mon 16 May 2016 05:24:48 AM UTC, original submission:  

/configure --with-Xaw3d
make
...

In file included from xaw/xboard.c:463:0:
./args.h:832:67: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   { "engineOutputW", ArgInt, (void *) &wpEngineOutput.width, TRUE, (ArgIniType) CW_USEDEFAULT },
                                                                   ^
In file included from xaw/xboard.c:463:0:
./args.h:833:68: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   { "engineOutputH", ArgInt, (void *) &wpEngineOutput.height, TRUE, (ArgIniType) CW_USEDEFAULT },
                                                                    ^
  CC       xaw/xengineoutput.o
  CC       xaw/xgamelist.o
  CC       xaw/xhistory.o
  CC       xaw/xoptions.o
  CCLD     xboard
dialogs.o: In function `NewFont':
dialogs.c:(.text+0x3c8f): undefined reference to `initialSquareSize'
dialogs.c:(.text+0x3cbb): undefined reference to `initialSquareSize'
dialogs.c:(.text+0x3cea): undefined reference to `initialSquareSize'
dialogs.c:(.text+0x3d20): undefined reference to `initialSquareSize'
collect2: error: ld returned 1 exit status
Makefile:826: recipe for target 'xboard' failed
make[2]: * [xboard] Error 1




pm -qi Xaw3d-devel
Name        : Xaw3d-devel
Version     : 1.6.2
Release     : 9.fc24
Architecture: x86_64


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 mann (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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-05-15 mann StatusNone Works For Me
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code