Welcome, Guest. Please Login.
OpenDX User Forum
05/23/13 at 06:15:45
News: OpenDX 4.4.4 source code now available.


Pages: 1
Compilation on Fedora Core (Read 5682 times)
vikask
Forum Newbie
*


Got Viz?

Posts: 1
Compilation on Fedora Core
10/19/07 at 04:11:11
 
Hi all, I am compiling OpenDX on my Fedora Core 7 Machine . I have installed OpenMotif and openGL successfully.  
At the end of make , I am getting following error.  
 
 
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -Dlinux -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/X11R6/include -g -O2 -I/usr/X11R6/include -D_GNU_SOURCE -c callm_xinit.c -o callm_xinit.o
In file included from callm_xinit.c:18:
/usr/X11R6/include/Xm/Xm.h:76:34: error: X11/extensions/Print.h: No such file or directory
In file included from callm_xinit.c:18:
/usr/X11R6/include/Xm/Xm.h:858: error: expected specifier-qualifier-list before 'XPContext'
make[4]: *** [callm_xinit.lo] Error 1
make[4]: Leaving directory `/root/dx-4.4.4/src/exec/libdx'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/root/dx-4.4.4/src/exec/libdx'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/dx-4.4.4/src/exec'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/dx-4.4.4/src'
make: *** [all-recursive] Error 1
 
 
Can anyone help me to solve this?  
 
Answers are welcome on my email also- vikas@unipune.ernet.in
Back to top
 
 
Email   IP Logged
balden
Junior Member
**


Got Viz?

Posts: 24
Re: Compilation on Fedora Core
Reply #1 - 08/15/09 at 06:11:23
 
You're apparently missing some X11 header files.
This can probably be fixed by installing some sort of "x11-devel" RPM package (don't know the exact name for the FC distro).
Back to top
 
 
  IP Logged
Pages: 1