Re: [Setup-tool-hackers] Using xst without Gnome and Gtk+ libs



Hi Shane,

I just wrote a very small (ugly) shell script (xst-configure) to do this.  
Some directories must be created by you before you usage:

Install xst in /opt/xst
create /opt/xst/bin and /opt/xst/data
unpack xst-0.5.1 in /opt/xst => /opt/xst/ximian-setup-tools-0.5.1
create /opt/xst/ximian-setup-tools-0.5.1/bin

Install xst-configure and xst-get in /opt/xst/bin and execute xst-configure 
from /opt/xst/ximian-setup-tools-0.5.1/backends.  It will install the 
executable backends in: /opt/xst/ximian-setup-tools-0.5.1/bin.

You can now execute the *conf scripts, or execute xst-get

On Sunday 27 May 2001 21:15, Shane Butler wrote:
> Developers,
>
> I was wondering if there is a way to make without building the frontends
> (ie. on a system with no gtk+ or gnome).
>
> At the moment, if I run configure with ver 0.5, I get:
>
> $ ./configure --without-gnome --disable-gtktest
> [...]
> checking for gtk-config... no
> checking for GTK - version >= 1.2.0... no
> *** The gtk-config script installed by GTK could not be found
> *** If GTK was installed in PREFIX, make sure PREFIX/bin is in
> *** your path, or set the GTK_CONFIG environment variable to the
> *** full path to gtk-config.
> configure: error: GTK not installed
>
> Is there a way to do this?
>
> Thanks,
>
> Shane

-- 
Richard Bos
For those who have no (/)home the journey is endless
for i in $(ls *.in | grep -v Make)
do
	shortname=$(echo $i | sed 's/\.in$//')
	echo $shortname

	sed 's,___scriptsdir___,/opt/xst/ximian-setup-tools-0.5.1/bin,' $i > ../bin/${shortname}
	chmod +x ../bin/${shortname}
done

cp  guess_system.sh ../bin/guess_system.sh

cd /opt/xst/ximian-setup-tools-0.5.1/bin

for i in disks-conf memory-conf  network-conf   print-conf shares-conf  time-conf
do
	echo $i
	$i --get --platform > /opt/xst/data/$i
done



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]