Re: build problem on linux/ppc



autogen.sh issues a few warnings (see below).
On strange thing is that in the indexer/Makefile CSFLAGS and CSFILES are
commented out like that:

TARGET = Indexer.dll

#CSFLAGS = -target:library -define:ENABLE_EVO_SHARP
#CSFILES = 
	$(srcdir)/PathFinder.cs			$(srcdir)/Versioned.cs			$(srcdir)/Indexable.cs			$(srcdir)/IndexableFile.cs		$(srcdir)/Query.cs			$(srcdir)/Hit.cs			$(srcdir)/Relevancy.cs			$(srcdir)/IQueryResult.cs		$(srcdir)/IQueryable.cs			$(srcdir)/QueryableFlavor.cs		$(srcdir)/QueryResult.cs		$(srcdir)/QueryDriver.cs		$(srcdir)/IndexDriver.cs		$(srcdir)/GoogleDriver.cs
$(srcdir)/EvolutionDataServerDriver.csCSFILES = 


robert mostpress:~/Desktop/Down/mono/beagle$ ./autogen.sh
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.
processing .
Running libtoolize...
Running aclocal  ...
Running automake --gnu  ...
Makefile.am:5: SUBDIRS defined both conditionally and unconditionally
indexer/Makefile.am:6: CSFLAGS defined both conditionally and
unconditionally
indexer/Makefile.am:8: CSFILES defined both conditionally and
unconditionally
indexer/Makefile.am:29: ASSEMBLIES defined both conditionally and
unconditionally
indexer/Makefile.am:56: warning: automake does not support conditional
definition of CSFILES in EXTRA_DIST
Running autoconf ...
Running ./configure --enable-maintainer-mode --enable-compile-warnings
...

Am Don, den 08.07.2004 schrieb Jon Trowbridge um 23:39:
> On Thu, 2004-07-08 at 22:48 +0200, Robert Staudinger wrote:
> > Unfortunately there's a problem building the indexer:
> > 
> > make[1]: Gehe in Verzeichnis »/home/robert/Desktop/Down/mono/beagle/indexer«
> > mcs -g -o Indexer.dll
> > error CS2008: No files to compile were specified
> > Compilation failed: 1 error(s), 0 warnings
> 
> That is very, very strange.  Did you get any errors when running
> autogen.sh or configure?
> 
> -J
> 
> 




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