Re: Compiling ORBit from 0.25 distro



Martin Baulig <martin@home-of-linux.org> writes:

> > But it seems that ORBit-0.2.tar.gz is made by hand-typed tar and gzip.
> > `make dist' in ORBit just failed.
> 
> Could you please give us a more detailed description of the error - why
> does it fail ?

$ make dist
rm -rf ORBit-0.2
mkdir ORBit-0.2
chmod 777 ORBit-0.2
here=`cd . && pwd`; \
top_distdir=`cd ORBit-0.2 && pwd`; \
distdir=`cd ORBit-0.2 && pwd`; \
cd . \
  && automake --include-deps --build-dir=$here --srcdir-name=. --output-dir=$top_distdir --gnu Makefile
cp: ./docs: omitting directory
make: *** [distdir] Error 1


`docs/' directory is added to EXTRA_DIST in the toplevel Makefile.am.

Besides it,

1. src/services/Makefile.am has empty SUBDIRS which causes another
error.

2. Many files are missing in Makefile.am's.  IIOP-design.txt,
libIDL.texi, etc.



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