Sview can't build without the gtk+ library:

#
#  Tests for GTK+
#

# use the correct libs if running on 64bit
if test -d "/usr/lib64/pkgconfig"; then
     PKG_CONFIG_PATH="/usr/lib64/pkgconfig/:$PKG_CONFIG_PATH"
fi

if test -d "/opt/gnome/lib64/pkgconfig"; then
     PKG_CONFIG_PATH="/opt/gnome/lib64/pkgconfig/:$PKG_CONFIG_PATH"
fi

AM_PATH_GLIB_2_0([2.7.1], [ac_glib_test="yes"], [ac_glib_test="no"],  
[gthread])
AM_CONDITIONAL(BUILD_SVIEW, test "x$ac_glib_test" = "xyes")




Quoting "Williams, Kevin E. (Federal SIP)" <[email protected]>:

>
> I am getting an odd result when building sview for slurm.  The build  
> finds all of the appropriate files in the sources tarball, but the  
> make does not work.
>
> The make file generated during the build does appear to have errors  
> in it, or is incomplete.
>
>
>
> Making all in sview
> make[3]: Entering directory `/root/rpmbuild/BUILD/slurm-2.3.3/src/sview'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory `/root/rpmbuild/BUILD/slurm-2.3.3/src/sview'
>
> and further on, as expected,
>
> Making install in sview
> make[2]: Entering directory `/root/rpmbuild/BUILD/slurm-2.3.3/src/sview'
> make[3]: Entering directory `/root/rpmbuild/BUILD/slurm-2.3.3/src/sview'
> test -z "/usr/bin" || /bin/mkdir -p  
> "/root/rpmbuild/BUILDROOT/slurm-2.3.3-0.rhel6.hpinteg.x86_64/usr/bin"
> make[3]: Nothing to be done for `install-data-am'.
> make[3]: Leaving directory `/root/rpmbuild/BUILD/slurm-2.3.3/src/sview'
> make[2]: Leaving directory `/root/rpmbuild/BUILD/slurm-2.3.3/src/sview'
>
> Has anyone else seen this?
>
> [email protected]
>

Reply via email to