Git Product home page Git Product logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024

Original comment by [email protected] on 16 Jul 2008 at 12:03

Attachments:

from distcc.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
Line 479 of the Makefile (and of Makefile.in) is

  -include */*.d

If your version of Make doesn't support "-include", then you need to either 
extend
your Make to support "-include", or use GNU Make.

If you or anyone else want to fix this, I'll happily accept patches (provided 
that
they don't make things worse for GNU Make users).  But personally I'm not 
inclined to
spend much effort making this work for non-GNU Make.

The INSTALL file already says the following:

  DETAILED INSTRUCTIONS
  =====================

  Prerequisites
  -------------

  To build distcc you need

     GNU Make
     A C compiler

Original comment by [email protected] on 30 Jul 2008 at 1:03

  • Changed state: WontFix

from distcc.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
please full error output.
Actually it fails earlier than make fired, on ./configure ;)
Why FreeBSD 7 out of box install fails with ur autogen and configure ;p

i havent chance to type gmake D=

Original comment by [email protected] on 30 Jul 2008 at 11:16

Attachments:

from distcc.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
distcc's configure invokes "${MAKE-make} showpaths".
configure.ac has at the end

  ##### Finalization

  # Display success, installation paths, and GPL licence statement.
  echo ' '
  ${MAKE-make} showpaths
  echo ' '

This is used only to print some diagnostic information.
So you can either just ignore the error message, or use

  MAKE=gmake ./configure




Original comment by [email protected] on 30 Jul 2008 at 7:24

from distcc.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024

Original comment by [email protected] on 30 Jul 2008 at 7:32

  • Changed title: cannot build on FreeBSD 7.0-RELEASE straight from SVN with latest GNU w/gmake on system and latest gcc

from distcc.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
Changing priority, since we have a work-around:

MAKE=gmake ./configure
gmake

Original comment by [email protected] on 30 Jul 2008 at 8:05

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

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.