Package Details: xbae 4.60.4-2

Git Clone URL: https://aur.archlinux.org/xbae.git (read-only, click to copy)
Package Base: xbae
Description: A Motif widget set containing the XbaeMatrix, XbaeCaption, and XbaeInput extensions
Upstream URL: http://xbae.sourceforge.net/
Licenses: MIT
Submitter: tdy
Maintainer: ConnorBehan
Last Packager: ConnorBehan
Votes: 8
Popularity: 0.000000
First Submitted: 2008-12-01 22:09 (UTC)
Last Updated: 2024-06-23 15:24 (UTC)

Latest Comments

kbk commented on 2024-06-23 14:44 (UTC)

xbae fails to build and so grace-openmotif:

 gcc -DHAVE_CONFIG_H -I. -I. -I../include -I./../include -I../include -DXBAE_PER_CELL -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -flto=auto -Wall -c Methods.c  -fPIC -DPIC -o .libs/Methods.o
Methods.c: In function 'DoEditCell':
Methods.c:1691:62: error: passing argument 1 of 'xbaeEventToRowColumn' from incompatible pointer type [-Wincompatible-pointer-types]
 1691 |                                         xbaeEventToRowColumn(mw, event, &r, &c, &x, &y);
      |                                                              ^~
      |                                                              |
      |                                                              XbaeMatrixWidget {aka struct _XbaeMatrixRec *}
In file included from Methods.c:50:
../include/Xbae/Utils.h:74:33: note: expected 'Widget' {aka 'struct _WidgetRec *'} but argument is of type 'XbaeMatrixWidget' {aka 'struct _XbaeMatrixRec *'}
   74 | int xbaeEventToRowColumn(Widget w, XEvent * event, int *row, int *column, int *x, int *y);
      |                          ~~~~~~~^
make[1]: *** [Makefile:333: Methods.lo] Error 1
make[1]: Leaving directory '/home/hkh/.cache/yay/xbae/src/xbae-4.60.4/src'
make: *** [Makefile:340: all-recursive] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: xbae-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
xbae - exit status 4

I found this