On 07-Jun-99 [EMAIL PROTECTED] wrote:
> I don't see any autoconf stuff in the experimental-1 branch, but I did a
> 'cvs update -rautoconf' And tried that.

 You need to `cvs checkout -rexperimental-1 .' (fresh checkout)
 or `cvs update -PAd -rexperimental-1' (update)
 Note that you always have to use -rexperimental-1
 due to a bug in CVS.
 
> ./bootstrap failed:
>
> automake: configure.in: installing `./install-sh'
>     error while copying
> automake: configure.in: installing `./mkinstalldirs'
>     error while copying
> automake: configure.in: installing `./missing'
>     error while copying
> automake: Makefile.am: installing `./INSTALL'
>     error while copying

 That's a bug in automake 1.4. You can ignore the warnings.
 
> BTW, isn't autogen.sh a more standard name for this script?

 No. It conflicts with the GNU AutoGen utility.
 
> ./configure went fine, and the library built and seems to work.
> However, 'make all' seems to be broken in the demo directories. I got 
> make: Nothing to be done for `all'.
> in each of them, but everything built when I tried 'make check'
> manually.

 That's the expected behaviour. By default, no demos are built.
 "make check" builds them and "make exec" in each demo subdirectory
 executes them. I'll document this in README.autoconf soon.

Thomas Tanner -----------------------------------------
email: tanner@(ffii.org|gnu.org|ggi-project.org|gmx.de)
web:   http://home.pages.de/~tanner
GGI/Picasso: http://picasso.ffii.org


_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to