[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

building on unix

From: solo turn <soloturn_at_gmail.com>
Date: 2005-06-23 19:50:09 CEST

hi,

when building 1.2.0 we get:

$ ./autogen.sh
buildcheck: checking installation...
buildcheck: autoconf version 2.59 (ok)
buildcheck: autoheader version 2.59 (ok)
buildcheck: libtool version 1.5.14 (ok)
Copying libtool helper: /wf/local/share/aclocal/libtool.m4
Creating build-outputs.mk...
Traceback (most recent call last):
  File "./gen-make.py", line 222, in ?
    main(conf, gentype, skip_depends=skip, other_options=rest.list)
  File "./gen-make.py", line 36, in main
    generator.compute_hdr_deps()
  File "build/generator/gen_base.py", line 153, in compute_hdr_deps
    for include_file in include_deps.query(native_path(source.filename)):
  File "build/generator/gen_base.py", line 862, in query
    hdrs = self._scan_for_includes(fname, self._deps.keys())
  File "build/generator/gen_base.py", line 887, in _scan_for_includes
    for line in fileinput.input(fname):
  File "/wf/local/lib/python2.3/fileinput.py", line 231, in next
    line = self.readline()
  File "/wf/local/lib/python2.3/fileinput.py", line 320, in readline
    self._file = open(self._filename, "r")
IOError: [Errno 2] No such file or directory:
'subversion/tests/libsvn_diff/diff3-test.c'
ERROR: gen-make.py failed

are you not expected to run autogen and genmake?

-solo.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 23 19:53:31 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.