Ender
Forum Newbie

Got Viz?
Posts: 1
|
Anyone have an idea what's going on here during this make? All I saw for prerequisites were opengl and motif which I have, and also put on lesstif. I'm doing this on a gentoo 2.6 platform. What packages am I not seeing that need to be installed? Making all in base make[3]: Entering directory `/home/ender/Tools/dx-4.4.4/src/uipp/base' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/ender/Tools/dx-4.4.4/src/uipp/base' Making all in dxl make[3]: Entering directory `/home/ender/Tools/dx-4.4.4/src/uipp/dxl' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/ender/Tools/dx-4.4.4/src/uipp/dxl' Making all in widgets make[3]: Entering directory `/home/ender/Tools/dx-4.4.4/src/uipp/widgets' gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I./../widgets -Dlinux -I/usr/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -D_GNU_SOURCE -c WorkspaceW.c WorkspaceW.c: In function 'SetValues': WorkspaceW.c:1559: error: 'XmFormConstraints' undeclared (first use in this function) WorkspaceW.c:1559: error: (Each undeclared identifier is reported only once WorkspaceW.c:1559: error: for each function it appears in.) WorkspaceW.c: In function 'ChangeManaged': WorkspaceW.c:1926: error: 'XmFormConstraints' undeclared (first use in this function) WorkspaceW.c:1928: error: 'XmFormConstraintPart' has no member named 'atta' WorkspaceW.c:1929: error: 'XmFormConstraintPart' has no member named 'atta' WorkspaceW.c:1930: error: 'XmFormConstraintPart' has no member named 'atta' WorkspaceW.c:1931: error: 'XmFormConstraintPart' has no member named 'atta' make[3]: *** [WorkspaceW.o] Error 1 make[3]: Leaving directory `/home/ender/Tools/dx-4.4.4/src/uipp/widgets' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/ender/Tools/dx-4.4.4/src/uipp' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ender/Tools/dx-4.4.4/src' make: *** [all-recursive] Error 1
|