Giter Club home page Giter Club logo

Comments (5)

matteo-frigo avatar matteo-frigo commented on June 19, 2024

Phil-Wong [email protected] writes:

make[4]: Entering directory /home/philwong/src/fftw3/dft/scalar/codelets'
make[4]: *** No rule to make targetn1_3.c', needed by `all'. Stop.

Please state the exact actions that you performed that resulted in this
bug.

(E.g.: zcat fftw-.tar.gz | tar xf -; cd fftw; ./configure
--SOMETHING; make -FLAGS)

from fftw3.

 avatar commented on June 19, 2024

thanks,

What I have done

sudo apt-get install ocaml autoconf automake libtool
git clone https://github.com/FFTW/fftw3.git
cd fftw3
./bootstrap.sh
./configre
make

result

Making all in dft
make[2]: Entering directory /home/xxx/src/fftw3/dft' Making all in scalar make[3]: Entering directory/home/xxx/src/fftw3/dft/scalar'
Making all in codelets
make[4]: Entering directory /home/xxx/src/fftw3/dft/scalar/codelets' make[4]: *** No rule to make targetn1_3.c', needed by all'. Stop. make[4]: Leaving directory/home/xxx/src/fftw3/dft/scalar/codelets'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory /home/xxx/src/fftw3/dft/scalar' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory/home/xxx/src/fftw3/dft'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/xxx/src/fftw3'
make: *** [all] Error 2

from fftw3.

stevengj avatar stevengj commented on June 19, 2024

You need to ./configure --enable-maintainer-mode. (The bootstrap.sh script already does this for you.)

from fftw3.

brucellino avatar brucellino commented on June 19, 2024

I am experiencing the same bug with this code on the master branch. I'm switching to tag 3.3.3

from fftw3.

stevengj avatar stevengj commented on June 19, 2024

This is not a bug. To build from git, you need to use bootstrap.sh the first time you run make as explained above, not configure with no arguments, in order to generate the FFTW sources.

from fftw3.

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.