Git Product home page Git Product logo

Comments (8)

cgsecurity avatar cgsecurity commented on June 6, 2024

Done, the INSTALL file has been updated.

from testdisk.

johndoe71rus avatar johndoe71rus commented on June 6, 2024

johndoe@jd-note:/Programs/testdisk$ ./configure
configure: error: cannot find sources (config.h.in) in . or ..
johndoe@jd-note:
/Programs/testdisk$ autoconf
johndoe@jd-note:~/Programs/testdisk$

lubuntu 14.04

from testdisk.

cgsecurity avatar cgsecurity commented on June 6, 2024

To summarize, the INSTALL file say to run:

mkdir config
autoreconf --install -W all -I config
./configure
make

Is it ok or not ?

from testdisk.

johndoe71rus avatar johndoe71rus commented on June 6, 2024

autoreconf --install -W all -I config
configure.ac:317: installing 'config/compile'
configure.ac:13: installing 'config/config.guess'
configure.ac:13: installing 'config/config.sub'
configure.ac:17: installing 'config/install-sh'
configure.ac:17: installing 'config/missing'
src/Makefile.am:396: warning: <F: non-POSIX variable name
src/Makefile.am:415: warning: '%'-style pattern rules are a GNU make extension
src/Makefile.am: installing 'config/depcomp'

this warning is ok?

from testdisk.

cgsecurity avatar cgsecurity commented on June 6, 2024

Yes, it's a warning, not an error.

from testdisk.

johndoe71rus avatar johndoe71rus commented on June 6, 2024

this second run make, so not full log

~/Programs/testdisk$ make
make all-recursive
make[1]: Entering directory /home/johndoe/Programs/testdisk' Making all in icons make[2]: Entering directory /home/johndoe/Programs/testdisk/icons'
make[2]: Nothing to be done for all'. make[2]: Leaving directory /home/johndoe/Programs/testdisk/icons'
Making all in man
make[2]: Entering directory /home/johndoe/Programs/testdisk/man' Making all in zh_CN make[3]: Entering directory /home/johndoe/Programs/testdisk/man/zh_CN'
make[3]: Nothing to be done for all'. make[3]: Leaving directory /home/johndoe/Programs/testdisk/man/zh_CN'
make[3]: Entering directory /home/johndoe/Programs/testdisk/man' make[3]: Nothing to be done for all-am'.
make[3]: Leaving directory /home/johndoe/Programs/testdisk/man' make[2]: Leaving directory /home/johndoe/Programs/testdisk/man'
Making all in src
make[2]: Entering directory /home/johndoe/Programs/testdisk/src' /bin/mkdir -p lang GEN lang/qphotorec.ca.qm lrelease: could not exec '/usr/lib/x86_64-linux-gnu/qt5/bin/lrelease': No such file or directory make[2]: *** [lang/qphotorec.ca.qm] Error 1 make[2]: Leaving directory /home/johndoe/Programs/testdisk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/johndoe/Programs/testdisk'
make: *** [all] Error 2

from testdisk.

johndoe71rus avatar johndoe71rus commented on June 6, 2024

for lang/qphotorec.ca.qm lrelease: could not exec '/usr/lib/x86_64-linux-gnu/qt5/bin/lrelease': No such file or directory need
sudo apt-get install qttools5-dev-tools

but now i stop this http://paste.ubuntu.com/24320337/

ln -s qphotorec_locale.qrc . || exit 0
ln: failed to create symbolic link ‘./qphotorec_locale.qrc’: File exists

from testdisk.

cgsecurity avatar cgsecurity commented on June 6, 2024

"exit 0" is used to ignore the potential error from ln.
The compilation is ok, all the binaries have been compiled.

from testdisk.

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.