Build openMotif 2.2.2 fails: _XGetpwnam requires 3 arguments

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

2 posts / 0 new
Last post
Build openMotif 2.2.2 fails: _XGetpwnam requires 3 arguments

Submitted by Anonymous (not verified) on Fri, 06/15/2012 - 12:07

Hi,
I having trouble building openMotif on Debian Sarge (stable), gcc 3.3.5. During "make" I get the following error. Anyone have an idea?
Thanks in advance,
Ciaron.
.
.
.
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I./.. -DXMBINDDIR_FALLBACK=\"/usr/X11R6/lib/X11/bindings\" -DINCDIR=\"/usr/X11R6/include/X11\" -DLIBDIR=\"/usr/X11R6/lib/X11\" -I/usr/X11R6/include -g -O2 -Wall -Wno-unused -Wno-comment -c Xmos.c -fPIC -DPIC -o .libs/Xmos.lo
Xmos.c:275:50: macro "_XGetpwnam" requires 3 arguments, but only 2 given
Xmos.c: In function `GetQualifiedDir':
Xmos.c:275: error: `_XGetpwnam' undeclared (first use in this function)
Xmos.c:275: error: (Each undeclared identifier is reported only once
Xmos.c:275: error: for each function it appears in.)
Xmos.c:1033:48: macro "_XGetpwnam" requires 3 arguments, but only 2 given
Xmos.c: In function `XmeGetHomeDirName':
Xmos.c:1033: error: `_XGetpwnam' undeclared (first use in this function)
Xmos.c:1037:50: macro "_XGetpwuid" requires 3 arguments, but only 2 given
Xmos.c:1037: error: `_XGetpwuid' undeclared (first use in this function)
make[2]: *** [Xmos.lo] Error 1
make[2]: Leaving directory `/home/linstead/openMotif-2.2.2/lib/Xm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/linstead/openMotif-2.2.2/lib'
make: *** [all-recursive] Error 1
‹ Text widget that supports string coloring and font changes Motif option menu: too large a list, need scrolled list ›

soban

Thu, 11/03/2005 - 14:21#1

Build openMotif 2.2.2 fails: _XGetpwnam requires 3 arguments

Hi,I have the same problem,did you fix it? Can u,pleas,tell me what to do? thx