Problem building Open Motif on fedora

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

Questions about motif? Contact us

1 post / 0 new
Problem building Open Motif on fedora

Submitted by dcblack on Tue, 01/30/2007 - 16:19.

I'm trying to install Open Motif 2.1.30 on a laptop with fedora OS. "Make World" completed successfully, but "make install" gives some errors in the log file. The main problem seems to be in compiling Scale.c resulting in the following lines in the log file:

rm -f Scale.o debugger/Scale.o
gcc -c -I. -I../../exports/include ............. -g Scale.c -o debugger/Scale.o
Scale.c: in function 'GetValueString':
Scale.c:2762: warning: assignement makes pointer from integer without a cast
Scale.c:2763 error: dereferencing pointer to incomplete type
Scale.c:2769 error: dereferencing pointer to incomplete type
make[3]: *** [Scale.o] Error 1

Any ideas on how to fix this?

Thanks,
DCB