Dave Webb wrote:
> Hi all!
>
> I came along a (very) small problem when compiling a freshly
> checked out openocd.
>
> I used:
> # svn checkout svn://svn.berlios.de/openocd/trunk
> # ./bootstrap
> # ./configure --enable-parport
> # make
>
> (in my case I got revision 2673)
>
> When compiling the doc directory I get an error:
> openocd.texi:12: @include `version.texi': No such file or directory.
>   
RTFM - use configure with "--enable-maintainer-mode".
from README:
  --enable-maintainer-mode  enable make rules and dependencies not useful
                          (and sometimes confusing) to the casual installer
                          NOTE: This option is *required* for SVN builds!
                          It should *not* be used to build a release.

cu
Michael

_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to