Git Product home page Git Product logo

Comments (4)

merces avatar merces commented on June 5, 2024

This error doesn't say much. =/ Did you clone pev repo using the --recursive option as instructed here?

from readpe.

dubrsl avatar dubrsl commented on June 5, 2024

Hi. Seems I have the same error on FC37

peres.c:227:25: error: too few arguments to function 'pe_utils_str_widechar2ascii' 227 | pe_utils_str_widechar2ascii(ascii_string, (const char *)dataString->String, min_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/pev-0.81/lib/libpe/include/libpe/utils.h:47:6: note: declared here 47 | void pe_utils_str_widechar2ascii(char *output, size_t output_size, const char *widechar, size_t widechar_count); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: *** [Makefile:148: build/./peres.o] Error 1 make[1]: Leaving directory '/builddir/build/BUILD/pev-0.81/src'

Yes, I have sources of libpe in lib/libpe.

from readpe.

GoGoOtaku avatar GoGoOtaku commented on June 5, 2024

Looks like you tried to compile version 0.81 against a newer version of libpe.
Run git submodule update in the pev directory to check out the appropriate version. You might have to run make clean to clean out objects that were already compiled against the newer libpe.

from readpe.

GoGoOtaku avatar GoGoOtaku commented on June 5, 2024

Since libpe is no longer a submodule I don't think this error will occur as easily anymore.
If this issue persist please reply again and we can reopen this issue.

from readpe.

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.