I was trying to install software named ncview on a centos 5.3 box. ./configure command gave this error:
Error, the X libraries and development headers must be installed for ncview to work!
I was surprised that there were many google hits related to ubuntu, none for centos. So even though I eventually figured out what to do, I decided to share this with the list anyhow, so maybe next time I google that error I'll get this post.
The X error message would have been much more helpful if it was more specific about what exactly is missing. "X libraries and headers" just covers too much territory.
Google said the ubuntu flavored problem was solved by ./configure --x-libraries=/usr/lib64 (or wherever the necessary libraries are). After much finagling, I solved my problem by installing xorg-x11-proto-devel-7.1-13.el5 package (has headers in it) and using this command:
./configure --x-libraries=/usr/lib64 --x-includes=/usr/include/X11
That got past the X check, but then I got this error:
checking for /sw/include/netcdf.h... no Fatal error: I cannot find the directory that holds the netcdf include file netcdf.h!
A bit more digging and success with:
./configure --x-libraries=/usr/lib64 --x-includes=/usr/include/X11 --with-netcdf_incdir=/usr/include/netcdf-3
I'm still not sure exactly which X libraries were required in addition to the header package (xorg-x11-proto-devel-7.1-13.el5).
Fedora has (used to have?) an rpm for ncview, I wish centos did. best, Dave
p.s. I figured out where the 'X headers' were by using this command: yum search xorg|grep -i headers
./configure --help told me the header switch and the netcdf switch.
figure out netcdf:
rpm -qa|grep netcdf netcdf-static-3.6.2-7.el5 netcdf-3.6.2-7.el5 netcdf-devel-3.6.2-7.el5 [root@sock ncview-1.93g]# rpm -qs netcdf-devel|grep 'netcdf.h$' normal /usr/include/netcdf-3/netcdf.h
more details:
[root@sock ncview-1.93g]# ./configure [snip] checking for ANSI C header files... yes checking for X... no Error, the X libraries and development headers must be installed for ncview to work!
[root@sock ncview-1.93g]# ./configure --x-libraries=/usr/lib64 [snip] checking for X... no Error, the X libraries and development headers must be installed for ncview to work!
[root@sock ncview-1.93g]# yum search xorg|grep -i headers xorg-x11-proto-devel.i386 : X.Org X11 Protocol headers xorg-x11-proto-devel.x86_64 : X.Org X11 Protocol headers
[root@sock ncview-1.93g]# rpm -q xorg-x11-proto-devel.x86_64 xorg-x11-proto-devel-7.1-13.el5
[root@sock ncview-1.93g]# ls /usr/lib64/lib[xX]* /usr/lib64/libx11globalcomm.la /usr/lib64/libXinerama.so.1.0.0 /usr/lib64/libx11globalcomm.so /usr/lib64/libXi.so.6 /usr/lib64/libx11globalcomm.so.1 /usr/lib64/libXi.so.6.0.0 /usr/lib64/libx11globalcomm.so.1.0.0 /usr/lib64/libxkbfile.so.1 /usr/lib64/libX11.so /usr/lib64/libxkbfile.so.1.0.2 /usr/lib64/libX11.so.6 /usr/lib64/libxklavier.so.11 /usr/lib64/libX11.so.6.2.0 /usr/lib64/libxklavier.so.11.0.0 /usr/lib64/libx2sys.so /usr/lib64/libxml2.so.2 /usr/lib64/libx2sys.so.4 /usr/lib64/libxml2.so.2.6.26 /usr/lib64/libXau.so /usr/lib64/libXm.so.4 /usr/lib64/libXau.so.6 /usr/lib64/libXm.so.4.0.1 /usr/lib64/libXau.so.6.0.0 /usr/lib64/libXmu.so.6 /usr/lib64/libXaw3d.so.7 /usr/lib64/libXmu.so.6.2.0 /usr/lib64/libXaw3d.so.7.0 /usr/lib64/libXmuu.so.1 /usr/lib64/libXaw6.so.6 /usr/lib64/libXmuu.so.1.0.0 /usr/lib64/libXaw6.so.6.0.1 /usr/lib64/libXpm.so.4 /usr/lib64/libXaw7.so.7 /usr/lib64/libXpm.so.4.11.0 /usr/lib64/libXaw7.so.7.0.0 /usr/lib64/libXp.so.6 /usr/lib64/libXaw.so.6 /usr/lib64/libXp.so.6.2.0 /usr/lib64/libXaw.so.7 /usr/lib64/libXrandr.so.2 /usr/lib64/libXbae.so.4 /usr/lib64/libXrandr.so.2.0.0 /usr/lib64/libXbae.so.4.0.60 /usr/lib64/libXrender.so.1 /usr/lib64/libXcomposite.so.1 /usr/lib64/libXrender.so.1.3.0 /usr/lib64/libXcomposite.so.1.0.0 /usr/lib64/libXRes.so.1 /usr/lib64/libXcursor.so.1 /usr/lib64/libXRes.so.1.0.0 /usr/lib64/libXcursor.so.1.0.2 /usr/lib64/libxslt.so.1 /usr/lib64/libXdamage.so.1 /usr/lib64/libxslt.so.1.1.17 /usr/lib64/libXdamage.so.1.0.0 /usr/lib64/libXss.so.1 /usr/lib64/libXdmcp.so /usr/lib64/libXss.so.1.0.0 /usr/lib64/libXdmcp.so.6 /usr/lib64/libXTrap.so.6 /usr/lib64/libXdmcp.so.6.0.0 /usr/lib64/libXTrap.so.6.4.0 /usr/lib64/libXevie.so.1 /usr/lib64/libXt.so.6 /usr/lib64/libXevie.so.1.0.0 /usr/lib64/libXt.so.6.0.0 /usr/lib64/libXext.so.6 /usr/lib64/libXtst.so.6 /usr/lib64/libXext.so.6.4.0 /usr/lib64/libXtst.so.6.1.0 /usr/lib64/libXfixes.so.3 /usr/lib64/libXv.so.1 /usr/lib64/libXfixes.so.3.1.0 /usr/lib64/libXv.so.1.0.0 /usr/lib64/libXfontcache.so.1 /usr/lib64/libXxf86dga.so.1 /usr/lib64/libXfontcache.so.1.0.0 /usr/lib64/libXxf86dga.so.1.0.0 /usr/lib64/libXfont.so.1 /usr/lib64/libXxf86misc.so.1 /usr/lib64/libXfont.so.1.4.1 /usr/lib64/libXxf86misc.so.1.1.0 /usr/lib64/libXft.so.2 /usr/lib64/libXxf86vm.so.1 /usr/lib64/libXft.so.2.1.2 /usr/lib64/libXxf86vm.so.1.0.0 /usr/lib64/libXinerama.so.1
[root@sock ncview-1.93g]# rpm -qa|grep xorg xorg-x11-server-Xnest-1.1.1-48.52.el5 xorg-x11-fonts-misc-7.1-2.1.el5 xorg-x11-drv-magictouch-1.0.0.5-2.1 xorg-x11-drv-fbdev-0.3.0-2 xorg-x11-drv-jamstudio-1.1.0-1.1 xorg-x11-drv-spaceorb-1.1.0-1.1 xorg-x11-drv-vga-4.1.0-2.1 xorg-x11-drv-evdev-1.0.0.5-3.el5 xorg-x11-fonts-75dpi-7.1-2.1.el5 xorg-x11-drv-void-1.1.0-3.1 xorg-x11-drv-keyboard-1.1.0-3 xorg-x11-drv-elographics-1.1.0-1.1 xorg-x11-drv-i810-1.6.5-9.21.el5 xorg-x11-drv-microtouch-1.1.0-1.1 xorg-x11-drv-ur98-1.1.0-1.1 xorg-x11-drv-siliconmotion-1.4.1-2.1 xorg-x11-drv-mutouch-1.1.0-3 xorg-x11-proto-devel-7.1-13.el5 xorg-x11-apps-7.1-4.0.1.el5 xorg-x11-fonts-Type1-7.1-2.1.el5 xorg-x11-fonts-100dpi-7.1-2.1.el5 xorg-x11-drv-tdfx-1.2.1-3.1 xorg-x11-drv-dmc-1.1.0-2 xorg-x11-drv-palmax-1.1.0-1.1 xorg-x11-drv-ast-0.81.0-3 xorg-x11-drv-trident-1.2.1-3.fc6 xorg-x11-drv-s3virge-1.9.1-2.1 xorg-x11-drv-s3-0.4.1-2.1 xorg-x11-drv-citron-2.2.0-1.1 xorg-x11-drv-sis-0.9.1-7.1.el5 xorg-x11-drv-sisusb-0.8.1-4.1 xorg-x11-drv-dummy-0.2.0-2.1 xorg-x11-drivers-7.1-4.1.el5 xorg-x11-filesystem-7.1-2.fc6 xorg-x11-server-utils-7.1-4.fc6 xorg-x11-fonts-base-7.1-2.1.el5 xorg-x11-xfs-1.0.2-4 xorg-x11-fonts-ISO8859-1-75dpi-7.1-2.1.el5 xorg-x11-fonts-truetype-7.1-2.1.el5 xorg-x11-drv-penmount-1.1.0-2.1 xorg-x11-drv-savage-2.1.1-5.fc6 xorg-x11-drv-joystick-1.1.0-1.1 xorg-x11-drv-magellan-1.1.0-1.1 xorg-x11-drv-fpit-1.1.0-1.1 xorg-x11-drv-calcomp-1.1.0-1.1 xorg-x11-drv-vmmouse-12.4.0-2.1 xorg-x11-drv-acecad-1.1.0-2.1 xorg-x11-drv-elo2300-1.1.0-1.1 xorg-x11-drv-digitaledge-1.1.0-1.1 xorg-x11-drv-nv-2.1.12-3.el5 xorg-x11-drv-vesa-1.3.0-8.1.el5 xorg-x11-xauth-1.0.1-2.1 xorg-x11-twm-1.0.1-3.1 xorg-x11-xinit-1.0.2-15.el5 xorg-x11-utils-7.1-2.fc6 xorg-x11-fonts-ISO8859-1-100dpi-7.1-2.1.el5 xorg-x11-server-Xorg-1.1.1-48.52.el5 xorg-x11-drv-hyperpen-1.1.0-2 xorg-x11-drv-ati-6.6.3-3.22.el5 xorg-x11-drv-vmware-10.13.0-2.1 xorg-x11-drv-mga-1.4.2-10.el5 xorg-x11-drv-via-0.2.1-9 xorg-x11-drv-summa-1.1.0-1.1 xorg-x11-xkb-utils-1.0.2-2.1 xorg-x11-font-utils-7.1-2 xorg-x11-drv-mouse-1.1.1-1.1 xorg-x11-drv-tek4957-1.1.0-1.1 xorg-x11-drv-aiptek-1.0.1-2 xorg-x11-drv-voodoo-1.1.0-3.1 xorg-x11-drv-cirrus-1.1.0-2.fc6 xorg-x11-drv-dynapro-1.1.0-2
Executive summary: make did not work until I installed libICE-devel.x86_64, libSM-devel.x86_64, libXaw-devel.x86_64, libXext-devel.x86_64, libXmu-devel.x86_64, libXt-devel.x86_64 and netpbm-devel.x86_64. -frames option was disabled until I installed netpbm and metpbm-devel and chagnes the ./configure command string slightly. Make now completes, so I hope everything works, though I haven't tested yet and it gives plenty of warnings.
When I sent the previous post, ./configure was working, but I soon found that make did not (see full output at end of post). Here is the first error:
ncview.includes.h:42:27: error: X11/Intrinsic.h: No such file or directory
No file with the name "Intrinsic.h" anywhere on my machine. [root@sock ncview-1.93g]# rpm -qs xorg-x11-proto-devel-7.1-13.el5 |grep Intrinsic [root@sock ncview-1.93g]# find /usr|grep Intrinsic.h [root@sock ncview-1.93g]#
My first guess was - version conflict? I guess I need to see if there are older or newer versions of X that contain this file (& the others). It's not clear to me whether my X is too old or too new according to the README:
[root@sock ncview-1.93g]# cat README INSTALL|grep X This is the source for "ncview", a X Windows (Release 4 or higher)
yum info xorg-x11-proto-devel-7.1-13.el5 [snip] Version : 7.1 Release : 13.el5 [snip] Description: X.Org X11 Protocol headers
Both 7 and 13 > 4, but do any of them refer to the same thing?
Since I was stumped, I downloaded an old source rpm of ncview for fedora and looked at the spec file.
[root@sock junk]# rpm2cpio ncview-1.92e-13.fc9.src.rpm |cpio -i --make-directories [root@sock junk]# tar zxvf ncview-1.92e.tar.gz [root@sock junk]# cat ncview.spec|grep BuildRequires: BuildRequires: xorg-x11-proto-devel libXaw-devel libXt-devel libXext-devel BuildRequires: libXmu-devel libICE-devel libSM-devel libX11-devel BuildRequires: netcdf-devel netcdf-static udunits-devel netpbm-devel
Wonder if any are not installed? [root@sock junk]# rpm -q libXaw-devel libXt-devel libXext-devel libXmu-devel libICE-devel libSM-devel libX11-devel netcdf-devel netcdf-static udunits-devel netpbm-devel |grep 'is not installed' package libXaw-devel is not installed package libXt-devel is not installed package libXext-devel is not installed package libXmu-devel is not installed package libICE-devel is not installed package libSM-devel is not installed package netpbm-devel is not installed
Installed them: [root@sock ncview-1.93g]#yum install libICE-devel.x86_64 libSM-devel.x86_64 libXaw-devel.x86_64 libXext-devel.x86_64 libXmu-devel.x86_64 libXt-devel.x86_64 netpbm-devel.x86_64 [snip] Complete!
make now seems to run, with some warnings I hope I can ignore (full text below). 'Make install' seems happy, now I just need to run with some actual data and see if it works.
I BCC'ed the author of ncview and he replied in a helpful way. I still wish the error message could be better. At the very least, if I am only missing the development headers, the error message should not be scolding me about the libraries. But that may be a shortcoming of the way that configure is designed and the X11 monster has evolved. X11 intimidates me, it is too big.
One more observation: This message appears in the ./configure output:
"Note: the -frames option is NOT enabled, because I could not find the location of the PPM include file 'ppm.h' or library file 'libppm.a'. "
I finally found ppm.h in /usr/include and configure is happy when I give it this:
./configure --x-libraries=/usr/lib64 --x-includes=/usr/include/X11 --with-netcdf_incdir=/usr/include/netcdf-3 -with-ppm_incdir= /usr/include
I think the netpbm and netpbm-devel packages are what was needed - "checking for ppm_writeppm in -lnetpbm... yes"
[root@sock ncview-1.93g]# rpm -qs netpbm-devel|grep -i 'ppm.h$' normal /usr/include/ppm.h
mahalo, Dave
#configure works: [root@sock ncview-1.93g]# ./configure --x-libraries=/usr/lib64 --x-includes=/usr/include/X11 --with-netcdf_incdir=/usr/include/netcdf-3 checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for library containing strerror... none required checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for X... libraries /usr/lib64, headers /usr/include/X11 checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... no checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking /usr/include/netcdf-3/netcdf.h usability... yes checking /usr/include/netcdf-3/netcdf.h presence... yes checking for /usr/include/netcdf-3/netcdf.h... yes Using user-specified netCDF include dir=/usr/include/netcdf-3 Found netcdf.h in: /usr/include/netcdf-3 checking for nc_open in -lnetcdf... yes Found netcdf library file libnetcdf.a in directory . checking udunits.h usability... yes checking udunits.h presence... yes checking for udunits.h... yes checking for /usr/local/lib/libudunits.a... no checking for /usr/lib/libudunits.a... yes **************************************************************************** Udunits support enabled. Note: Udunits did not used to work with MAC OS X If you are using Mac OS X and have trouble, make sure you are using the latest udunits package. If it still doesn't work, remove the udunits library and remake ncview udunits dirs: include: . library: /usr/lib libname: udunits **************************************************************************** checking /usr/local/include/ppm.h usability... no checking /usr/local/include/ppm.h presence... no checking for /usr/local/include/ppm.h... no checking /usr/include/ppm.h usability... no checking /usr/include/ppm.h presence... no checking for /usr/include/ppm.h... no checking /root/include/ppm.h usability... no checking /root/include/ppm.h presence... no checking for /root/include/ppm.h... no checking for ppm_writeppm in -lppm... no checking for /usr/local/lib/libppm.so... no checking for /usr/lib/libppm.so... no checking for /lib/libppm.so... no checking for /root/lib/libppm.so... no checking for ppm_writeppm in -lnetpbm... no checking for /usr/local/lib/libnetpbm.so... no checking for /usr/lib/libnetpbm.so... no checking for /lib/libnetpbm.so... no checking for /root/lib/libnetpbm.so... no ************************************************************************ Note: the -frames option is NOT enabled, because I could not find the location of the PPM include file 'ppm.h' or library file 'libppm.a'. Ncview uses the ppm package to dump out the frames viewed, which is an easy way to make an mpeg video of the data if you want. If you do not want this feature, then don't worry about the lack of ppm support. If you DO want this, then you must tell me where to find the ppm package by giving arguments to configure, as follows: ./configure -with-ppm_incdir=include_directory -with-ppm_libdir=library_directory ************************************************************************ checking for a BSD-compatible install... /usr/bin/install -c configure: creating ./config.status config.status: creating Makefile
#before additional installs, make blows up: [root@sock ncview-1.93g]# make gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o ncview.o ncview.c In file included from ncview.c:24: ncview.includes.h:42:27: error: X11/Intrinsic.h: No such file or directory ncview.includes.h:43:28: error: X11/IntrinsicP.h: No such file or directory ncview.includes.h:44:28: error: X11/StringDefs.h: No such file or directory ncview.includes.h:46:23: error: X11/Shell.h: No such file or directory ncview.includes.h:51:26: error: X11/Xaw/Form.h: No such file or directory ncview.includes.h:52:25: error: X11/Xaw/Box.h: No such file or directory ncview.includes.h:53:29: error: X11/Xaw/Command.h: No such file or directory ncview.includes.h:54:28: error: X11/Xaw/Toggle.h: No such file or directory ncview.includes.h:55:28: error: X11/Xaw/Simple.h: No such file or directory ncview.includes.h:56:28: error: X11/Xaw/Dialog.h: No such file or directory ncview.includes.h:57:31: error: X11/Xaw/Scrollbar.h: No such file or directory ncview.includes.h:58:30: error: X11/Xaw/Viewport.h: No such file or directory ncview.includes.h:59:26: error: X11/Xaw/List.h: No such file or directory ncview.includes.h:60:31: error: X11/Xaw/AsciiText.h: No such file or directory ncview.includes.h:61:32: error: X11/Xaw/MenuButton.h: No such file or directory ncview.includes.h:62:32: error: X11/Xaw/SimpleMenu.h: No such file or directory ncview.includes.h:63:28: error: X11/Xaw/SmeBSB.h: No such file or directory ncview.includes.h:64:29: error: X11/Xaw/SmeLine.h: No such file or directory In file included from ncview.includes.h:66, from ncview.c:24: SciPlot.h:28:22: error: X11/Core.h: No such file or directory In file included from ncview.includes.h:66, from ncview.c:24: SciPlot.h:119: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘sciplotWidgetClass’ SciPlot.h:136: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SciPlotPSCreateFancy’ SciPlot.h:137: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SciPlotPSCreate’ SciPlot.h:138: error: expected ‘)’ before ‘wi’ SciPlot.h:139: error: expected ‘)’ before ‘wi’ SciPlot.h:140: error: expected ‘)’ before ‘wi’ SciPlot.h:141: error: expected ‘)’ before ‘wi’ SciPlot.h:142: error: expected ‘)’ before ‘wi’ SciPlot.h:143: error: expected ‘)’ before ‘wi’ SciPlot.h:144: error: expected ‘)’ before ‘wi’ SciPlot.h:145: error: expected ‘)’ before ‘wi’ SciPlot.h:146: error: expected ‘)’ before ‘wi’ SciPlot.h:147: error: expected ‘)’ before ‘wi’ SciPlot.h:148: error: expected ‘)’ before ‘wi’ SciPlot.h:149: error: expected ‘)’ before ‘wi’ SciPlot.h:150: error: expected ‘)’ before ‘wi’ SciPlot.h:151: error: expected ‘)’ before ‘wi’ SciPlot.h:152: error: expected ‘)’ before ‘wi’ SciPlot.h:153: error: expected ‘)’ before ‘wi’ SciPlot.h:154: error: expected ‘)’ before ‘wi’ SciPlot.h:155: error: expected ‘)’ before ‘wi’ SciPlot.h:156: error: expected ‘)’ before ‘wi’ SciPlot.h:157: error: expected ‘)’ before ‘wi’ SciPlot.h:158: error: expected ‘)’ before ‘w’ SciPlot.h:159: error: expected ‘)’ before ‘wi’ SciPlot.h:160: error: expected ‘)’ before ‘wi’ SciPlot.h:161: error: expected ‘)’ before ‘wi’ SciPlot.h:162: error: expected ‘)’ before ‘wi’ In file included from ncview.c:26: ncview.protos.h:187: error: expected ‘)’ before ‘procedure’ ncview.protos.h:220: error: expected ‘)’ before ‘w’ ncview.protos.h:225: error: expected ‘)’ before ‘scrollbar’ ncview.protos.h:257: error: expected ‘)’ before ‘*’ token ncview.protos.h:262: error: expected ‘)’ before ‘procedure’ ncview.protos.h:299: warning: parameter names (without types) in function declaration ncview.c: In function ‘parse_options’: ncview.c:149: warning: incompatible implicit declaration of built-in function ‘strlen’ ncview.c:150: warning: incompatible implicit declaration of built-in function ‘strcpy’ ncview.c:239: warning: incompatible implicit declaration of built-in function ‘strstr’ ncview.c:251: warning: incompatible implicit declaration of built-in function ‘strlen’ ncview.c:256: warning: incompatible implicit declaration of built-in function ‘strncpy’ ncview.c:264: warning: incompatible implicit declaration of built-in function ‘strcpy’ ncview.c: In function ‘get_cmaps_from_dir’: ncview.c:389: warning: incompatible implicit declaration of built-in function ‘strstr’ ncview.c: In function ‘init_cmap_from_file’: ncview.c:451: warning: incompatible implicit declaration of built-in function ‘strlen’ ncview.c:452: warning: incompatible implicit declaration of built-in function ‘strncpy’ make: *** [ncview.o] Error 1
#after installing 7 additional packages: [root@sock ncview-1.93g]# make gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o ncview.o ncview.c gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o file.o file.c gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o util.o util.c gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o do_buttons.o do_buttons.c do_buttons.c: In function ‘do_rewind’: do_buttons.c:96: warning: passing argument 1 of ‘in_timer_set’ from incompatible pointer type do_buttons.c:101: warning: passing argument 1 of ‘in_timer_set’ from incompatible pointer type do_buttons.c: In function ‘do_fastforward’: do_buttons.c:160: warning: passing argument 1 of ‘in_timer_set’ from incompatible pointer type do_buttons.c:165: warning: passing argument 1 of ‘in_timer_set’ from incompatible pointer type gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o file_netcdf.o file_netcdf.c gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o view.o view.c view.c: In function ‘view_draw’: view.c:616: warning: passing argument 1 of ‘in_timer_set’ from incompatible pointer type view.c:668: warning: passing argument 1 of ‘in_timer_set’ from incompatible pointer type view.c: In function ‘view_check_new_data’: view.c:716: warning: passing argument 1 of ‘in_timer_set’ from incompatible pointer type gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o do_print.o do_print.c gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o epic_time.o epic_time.c gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o interface/interface.o interface/interface.c gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o interface/x_interface.o interface/x_interface.c interface/x_interface.c: In function ‘x_initialize’: interface/x_interface.c:713: warning: passing argument 4 of ‘XtAddEventHandler’ from incompatible pointer type interface/x_interface.c: In function ‘x_init_widgets_varsel_menu_inner’: interface/x_interface.c:1302: warning: cast to pointer from integer of different size interface/x_interface.c: In function ‘dimsel_callback’: interface/x_interface.c:3043: warning: cast from pointer to integer of different size interface/x_interface.c: In function ‘error_popup_callback’: interface/x_interface.c:3275: warning: cast from pointer to integer of different size interface/x_interface.c: In function ‘x_init_dim_info’: interface/x_interface.c:3488: warning: cast to pointer from integer of different size interface/x_interface.c: In function ‘varsel_menu_select’: interface/x_interface.c:3685: warning: cast from pointer to integer of different size gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o interface/dataedit.o interface/dataedit.c gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o interface/display_info.o interface/display_info.c gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o interface/plot_xy.o interface/plot_xy.c interface/plot_xy.c: In function ‘x_popup_XY_graph’: interface/plot_xy.c:388: warning: cast to pointer from integer of different size interface/plot_xy.c: In function ‘xy_track_pointer’: interface/plot_xy.c:715: warning: cast from pointer to integer of different size gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o interface/utils.o interface/utils.c interface/utils.c: In function ‘interp’: interface/utils.c:59: warning: comparison is always false due to limited range of data type gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o interface/range.o interface/range.c interface/range.c: In function ‘range_popup_callback’: interface/range.c:315: warning: cast from pointer to integer of different size gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o interface/printer_options.o interface/printer_options.c interface/printer_options.c: In function ‘printer_options’: interface/printer_options.c:101: warning: cast to pointer from integer of different size interface/printer_options.c:182: warning: cast from pointer to integer of different size interface/printer_options.c: In function ‘po_popup_callback’: interface/printer_options.c:533: warning: cast from pointer to integer of different size gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o overlay.o overlay.c gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o interface/filesel.o interface/filesel.c interface/filesel.c: In function ‘fs_popup_callback’: interface/filesel.c:260: warning: cast from pointer to integer of different size gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o interface/set_options.o interface/set_options.c interface/set_options.c: In function ‘opt_popup_callback’: interface/set_options.c:270: warning: cast from pointer to integer of different size interface/set_options.c: In function ‘overlay_set_callback’: interface/set_options.c:310: warning: cast from pointer to integer of different size interface/set_options.c: In function ‘overlay_unset_callback’: interface/set_options.c:322: warning: cast from pointer to integer of different size interface/set_options.c: In function ‘shrink_set_callback’: interface/set_options.c:332: warning: cast from pointer to integer of different size interface/set_options.c: In function ‘shrink_unset_callback’: interface/set_options.c:339: warning: cast from pointer to integer of different size gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o interface/plot_range.o interface/plot_range.c interface/plot_range.c: In function ‘plot_range_popup_callback’: interface/plot_range.c:215: warning: cast from pointer to integer of different size gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o udu.o udu.c gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o SciPlot.o SciPlot.c gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o interface/RadioWidget.o interface/RadioWidget.c interface/RadioWidget.c: In function ‘button_click_callback’: interface/RadioWidget.c:171: warning: cast to pointer from integer of different size interface/RadioWidget.c:176: warning: cast to pointer from integer of different size gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -DNCVIEW_LIB_DIR="/usr/local/lib/ncview" \ -I. -I/usr/include/X11 -I/usr/include/netcdf-3 -I. -c -o interface/cbar.o interface/cbar.c gcc -g -O2 -I/usr/include/X11 -DINC_UDUNITS -o ncview ncview.o file.o util.o do_buttons.o file_netcdf.o view.o do_print.o epic_time.o interface/interface.o interface/x_interface.o interface/dataedit.o interface/display_info.o interface/plot_xy.o interface/utils.o interface/range.o interface/printer_options.o overlay.o interface/filesel.o interface/set_options.o interface/plot_range.o udu.o SciPlot.o interface/RadioWidget.o interface/cbar.o -L. -L/usr/lib \ -L/usr/lib64 -lnetcdf -ludunits -lXaw -lXmu \ \ -lXt -lXext -lX11 -lm /usr/bin/ld: skipping incompatible /usr/lib/libudunits.a when searching for -ludunits
[root@sock ncview-1.93g]# make install sed s=NCVIEW_LIB_DIR=/usr/local/lib/ncview= < ncview.1.sed > ncview.1 ---------------------------------------------------- Installing binary in directory /usr/local/bin ---------------------------------------------------- if test ! -d /usr/local/bin; then mkdir -p /usr/local/bin; fi; /usr/bin/install -c ncview /usr/local/bin/ncview -------------------------------------------------------- Installing manual in directory /usr/local/man/man1 -------------------------------------------------------- if test ! -d /usr/local/man/man1; then mkdir -p /usr/local/man/man1; fi; /usr/bin/install -c ncview.1 /usr/local/man/man1/ncview.1 ------------------------------------ Installing application defaults file ------------------------------------ /bin/sh ./install-appdef "/usr/bin/install -c " -------------------------------------------------------- Installing app-defaults file in /usr/lib/X11/app-defaults --------------------------------------------------------