[opendx-users] Compiling opendx on amd64 + suse 9.2

2005-07-20 Thread Yonatan Oren

Hi
I am trying to compile opendx 4.3.2 on an opteron machine running suse 
9.2,
with openmotif-devel-2.2.3-6.1  openmotif-libs-2.2.3-6.1 installed.
make aborts with the error cited below. does anyone know how to fix this?
 
Thanks,
Yonatan
=
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include 
-I./../widgets -Dlinux  -I/usr/X11R6/include  -g -O2 -I/usr/
X11R6/include -D_GNU_SOURCE -c `test -f 'WorkspaceW.c' || echo 
'./'`WorkspaceW.c
In file included from WorkspaceW.h:16,
 from WorkspaceW.c:29:
XmDX.h:175:1: warning: XmNselectCallback redefined
In file included from /usr/X11R6/include/Xm/Xm.h:61,
 from /usr/X11R6/include/Xm/XmP.h:57,
 from WorkspaceW.c:27:
/usr/X11R6/include/Xm/XmStrDefs22.h:541:1: warning: this is the location 
of the previous definition
In file included from WorkspaceW.c:30:
WorkspaceP.h:257: error: redefinition of `XmFormConstraint'
/usr/X11R6/include/Xm/FormP.h:87: error: `XmFormConstraint' previously 
declared here
WorkspaceP.h:258: error: redefinition of `XmFormConstraintPtr'
/usr/X11R6/include/Xm/FormP.h:93: error: `XmFormConstraintPtr' previously 
declared here
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: structure has no member named `atta'
WorkspaceW.c:1929: error: structure has no member named `atta'
WorkspaceW.c:1930: error: structure has no member named `atta'
WorkspaceW.c:1931: error: structure has no member named `atta'
make[3]: *** [WorkspaceW.o] Error 1
make[3]: Leaving directory `/installbase/dx-4.3.2/src/uipp/widgets'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/installbase/dx-4.3.2/src/uipp'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/installbase/dx-4.3.2/src'
make: *** [all-recursive] Error 1
 


Re: [opendx-users] Compiling opendx on amd64 + suse 9.2

2005-07-20 Thread Lutz Maibaum
On Wednesday 20 July 2005 01:26, Yonatan Oren wrote:
 Hi
 I am trying to compile opendx 4.3.2 on an opteron machine running suse
 9.2,
 with openmotif-devel-2.2.3-6.1  openmotif-libs-2.2.3-6.1 installed.
 make aborts with the error cited below. does anyone know how to fix this?

I can't help you with the compilation problem, but SuSE ships opendx with all 
their distributions, for example

http://mirrors.kernel.org/suse/x86_64/9.2/suse/i586/dx-4.2.0-370.1.i586.rpm

It's version 4.2.0, but maybe that's good enough for you.

Hope this helps,

  Lutz