trying to setup the environment to build LCNC from source. System has
2.8.4 upgrade from an fresh 2.8.2 ISO download, nothing else has been
loaded. After downloading current source package from the git
repository, ran configure script, which kicked out @ several points;
retrieved indicated missing packages & got past each stoppage, until it
came to
if pkg-config glib-2.0 >/dev/null 2>&1; then
GLIB_VER=`pkg-config glib-2.0 --modversion`
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes - $GLIB_VER" >&5
$as_echo "yes - $GLIB_VER" >&6; }
GLIB_CFLAGS=`pkg-config glib-2.0 --cflags`
GLIB_LIBS=`pkg-config glib-2.0 --libs`
else
as_fn_error $? "no -- required until somebody makes glib optional"
"$LINENO" 5
fi
this is completely opaque to me, just in case I retrieved glib-2.0
package, but configure still kicks out at the same point.
Can anyone show me how to get past this? I doubt just commenting out the
offending section would lead to positive consequences.
Thanks
-ldw
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users