Git Product home page Git Product logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 2, 2024
To build from the distcc 3.0 source distribution, just unpack it and run 
"./configure" and then "make" - do 
NOT run autoconf or autogen.sh.  If you just run configure and make, without 
running autoconf or 
autogen.sh, then you won't get the errors that you reported.

That said, it ought to work even if you run autoconf or autogen.sh.  I was able 
to reproduce the errors that 
you reported, by running autoconf before running configure.  The reason that 
this fails is that we don't 
include the "m4" directory in the source distribution - that's a bug, IMHO.
The following patch should fix it (for future source distributions).

Index: Makefile.in
===================================================================
--- Makefile.in (revision 617)
+++ Makefile.in (working copy)
@@ -114,7 +114,7 @@
        $(dist_extra)                                           \
        $(gnome_data)

-dist_dirs = include_server/test_data
+dist_dirs = m4 include_server/test_data

 dist_lzo = lzo/minilzo.c lzo/minilzo.h lzo/lzoconf.h lzo/.stamp-conf.in


Original comment by [email protected] on 26 Oct 2008 at 6:58

from distcc.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 2, 2024

Original comment by [email protected] on 26 Oct 2008 at 6:59

  • Changed state: Started

from distcc.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 2, 2024
I've submitted that patch to the repository.
So now this will be fixed as soon as we do the next release.

Original comment by [email protected] on 27 Oct 2008 at 2:19

from distcc.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 2, 2024
Fixed in distcc 3.1.

Original comment by [email protected] on 3 Dec 2008 at 12:04

  • Changed state: Fixed

from distcc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.