[MonoDevelop] Problems with deployment tools

lordphoenix lordphoenix at free.fr
Mon Feb 5 05:20:06 EST 2007


Le Fri, 2 Feb 2007 12:46:23 +0000,
"Michael Hutchinson" <m.j.hutchinson at gmail.com> a écrit :

> 
> I'd guess that your version of automake (1.4) is too old.
> 
Thanks for your help.
I've installed automake 1.9 to solve this problem. and I have another
one now. 
here is deployment output 

Deploying Solution to Tarball
I am going to run ./configure with no arguments - if you wish 
to pass any to it, please specify them on the autogen.sh command line.
Running aclocal -I .  ...
Running automake --gnu  ...
Running autoconf ...
Running ./configure ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/arnaud/Projets/litemanager/branches/version-0.2/missing: Unknown `--run' option
Try `/home/arnaud/Projets/litemanager/branches/version-0.2/missing --help' for more information
checking for gawk... no
configure: WARNING: `missing' script is too old or missing
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for pkg-config... /usr/bin/pkg-config
checking for a BSD-compatible install... /usr/bin/install -c
checking for mcs... /usr/bin/mcs
checking pkg-config is at least version 0.9.0... yes
checking for GNOME_SHARP_20... yes
checking for GTK_SHARP_20... yes
checking for GCONF_SHARP_20... yes
checking for GLIB_SHARP_20... yes
checking for GLADE_SHARP_20... yes
configure: creating ./config.status
config.status: creating ./main/litemanager.Lite#Manager.pc
config.status: creating ./main/Makefile
config.status: creating ./Makefile
config.status: creating ./main/litemanager
config.status: creating litemanager.pc
{ test ! -d litemanager-0.2 || { find litemanager-0.2 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr litemanager-0.2; }; }
mkdir litemanager-0.2
mkdir -p -- litemanager-0.2/. litemanager-0.2/./main
list='main'; for subdir in $list; do \
	  if test "$subdir" = .; then :; else \
	    test -d "litemanager-0.2/$subdir" \
	    || mkdir -p -- "litemanager-0.2/$subdir" \
	    || exit 1; \
	    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd litemanager-0.2 && pwd`; \
	    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd litemanager-0.2 && pwd`; \
	    (cd $subdir && \
	      /usr/bin/make  \
	        top_distdir="$top_distdir" \
	        distdir="$distdir/$subdir" \
	        distdir) \
	      || exit 1; \
	  fi; \
	done
make[1]: entrant dans le répertoire « /home/arnaud/Projets/litemanager/branches/version-0.2/main »
Makefile:239: *** séparateur manquant . Arrêt.
make[1]: quittant le répertoire « /home/arnaud/Projets/litemanager/branches/version-0.2/main »
make: *** [distdir] Erreur 1

Autotools files were successfully generated.
Solution could not be deployed: . An unspecified error occurred while
running 'make dist'

In English the error message may be "Missing separator" but I'm not
sure of the translation. Do you known what does it mean?

What is the best version of automake to use?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/monodevelop-list/attachments/20070205/e61163b7/attachment.bin 


More information about the Monodevelop-list mailing list