Question about build.pl and build process

Werner Dittmann Werner.Dittmann at t-online.de
Sun Jun 25 10:17:47 CEST 2006


All,

for some tests I need a minisip_textui, not a GTK. I copied my
whole source tree into a new directory using copy -a and then
modified the build.local as follows:

set_configure_param('minisip',
		        gtk => 0,
			textui => 1,
		);

then performing a ./build.pl mclean minisip
and a ./build.pl install minisip

The process creates new configure files, compiles and installs.

When I run ./build.pl run minisip it starts the GTK variant of
minisip, even that this was not built. It seems that it starts
this from the other directory. I double checked that both directories
a indeed separate. Is there anywhere another configuration
file that remembers a previous configuration even in another
directory?

Regards,
Werner


More information about the Minisip-devel mailing list