Giter Club home page Giter Club logo

Comments (7)

uglyoldbob avatar uglyoldbob commented on July 23, 2024

I can confirm that it occurs on my machine. It looks like Doxyfile is created no problem. Not sure what the problem is yet.

from decompiler.

uglyoldbob avatar uglyoldbob commented on July 23, 2024

Ok it looks like the configure scripts needed to be updated with autoreconf -ivf. I pushed a commit to try to resolve configure problems. Please let me know if that also works for you.

from decompiler.

NicolasGoeddel avatar NicolasGoeddel commented on July 23, 2024

Ok it looks like the configure scripts needed to be updated with autoreconf -ivf. I pushed a commit to try to resolve configure problems. Please let me know if that also works for you.

Thanks. Now it looks like this:

~/git/decompiler/build$ ../configure 
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking whether make supports the include directive... yes (GNU style)
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for gcc... gcc
checking whether the compiler supports GNU Objective C... no
checking whether gcc accepts -g... no
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for strip... strip
checking for doxygen... doxygen
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
configure: "Building on linux"
configure: "Building for linux"
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Doxyfile
config.status: creating Makefile
config.status: creating ac_config.h
config.status: executing depfiles commands
=== configuring in udis86 (/home/nicolas/git/decompiler/build/udis86)
configure: WARNING: no configuration information is in udis86

And the make afterwards fails like this:

~/git/decompiler/build$ make
make  all-recursive
make[1]: Verzeichnis „/home/nicolas/git/decompiler/build“ wird betreten
Making all in udis86
make[2]: Verzeichnis „/home/nicolas/git/decompiler/build/udis86“ wird betreten
make[2]: *** Keine Regel, um „all“ zu erstellen.  Schluss.
make[2]: Verzeichnis „/home/nicolas/git/decompiler/build/udis86“ wird verlassen
make[1]: *** [Makefile:3974: all-recursive] Fehler 1
make[1]: Verzeichnis „/home/nicolas/git/decompiler/build“ wird verlassen
make: *** [Makefile:1067: all] Fehler 2

Is there anything I did miss?

from decompiler.

uglyoldbob avatar uglyoldbob commented on July 23, 2024

It looks like you need to pull the git submodule.

git submodule update --init --recursive should work

from decompiler.

NicolasGoeddel avatar NicolasGoeddel commented on July 23, 2024

It looks like you need to pull the git submodule.

git submodule update --init --recursive should work

Unfortunately that changed nothing. Also I cloned with --recurse-submodules from the begin on (see my initial post). So that should be fine.

But don't stress yourself too much about it because it is not a high priority for me. I just wanted to tinker around with it a bit. 😉

from decompiler.

uglyoldbob avatar uglyoldbob commented on July 23, 2024

What does ls /home/nicolas/git/decompiler/udis86 and ls /home/nicolas/git/decompiler/build/udis86 give?

from decompiler.

NicolasGoeddel avatar NicolasGoeddel commented on July 23, 2024

It looks like this:

~/git/decompiler$ ls udis86
autogen.sh  BuildVS2010  BUILD-WINDOWS  CHANGES  configure.ac  docs  INSTALL  libudis86  LICENSE  m4  Makefile.am  README  scripts  tests  udcli  udis86.h

And this one is just empty:

~/git/decompiler$ ls build/udis86

from decompiler.

Related Issues (14)

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.