Code Monkey home page Code Monkey logo

fido2-webauthn-client's People

Contributors

martelletto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

fido2-webauthn-client's Issues

Compilation Fails

I tried to compile it and is seems a reference is missing. I got it work by commenting that part of the code.

if (b64_len < 0 || /(size_t)b64_len == SIZE_MAX ||/ b64_ptr == NULL)
goto fail;

BUILD

fido2-webauthn-client git:(master) ✗ make -C build
make: Entering directory '/home/vm/to_delete/fido2-webauthn-client/build'
/usr/bin/cmake -H/home/vm/to_delete/fido2-webauthn-client -B/home/vm/to_delete/fido2-webauthn-client/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/vm/to_delete/fido2-webauthn-client/build/CMakeFiles /home/vm/to_delete/fido2-webauthn-client/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/home/vm/to_delete/fido2-webauthn-client/build'
make -f CMakeFiles/fido2-webauthn-client.dir/build.make CMakeFiles/fido2-webauthn-client.dir/depend
make[2]: Entering directory '/home/vm/to_delete/fido2-webauthn-client/build'
cd /home/vm/to_delete/fido2-webauthn-client/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/vm/to_delete/fido2-webauthn-client /home/vm/to_delete/fido2-webauthn-client /home/vm/to_delete/fido2-webauthn-client/build /home/vm/to_delete/fido2-webauthn-client/build /home/vm/to_delete/fido2-webauthn-client/build/CMakeFiles/fido2-webauthn-client.dir/DependInfo.cmake
Scanning dependencies of target fido2-webauthn-client
make[2]: Leaving directory '/home/vm/to_delete/fido2-webauthn-client/build'
make -f CMakeFiles/fido2-webauthn-client.dir/build.make CMakeFiles/fido2-webauthn-client.dir/build
make[2]: Entering directory '/home/vm/to_delete/fido2-webauthn-client/build'
[ 11%] Building C object CMakeFiles/fido2-webauthn-client.dir/base64.c.o
/usr/bin/cc -Wall -Wextra -Werror -Wshadow -Wwrite-strings -Wmissing-prototypes -Wbad-function-cast -pedantic -pedantic-errors -o CMakeFiles/fido2-webauthn-client.dir/base64.c.o -c /home/vm/to_delete/fido2-webauthn-client/base64.c
/home/vm/to_delete/fido2-webauthn-client/base64.c: In function ‘base64_encode’:
/home/vm/to_delete/fido2-webauthn-client/base64.c:92:40: error: ‘SIZE_MAX’ undeclared (first use in this function)
if (b64_len < 0 || (size_t)b64_len == SIZE_MAX || b64_ptr == NULL)
^
/home/vm/to_delete/fido2-webauthn-client/base64.c:92:40: note: each undeclared identifier is reported only once for each function it appears in
CMakeFiles/fido2-webauthn-client.dir/build.make:65: recipe for target 'CMakeFiles/fido2-webauthn-client.dir/base64.c.o' failed
make[2]: *** [CMakeFiles/fido2-webauthn-client.dir/base64.c.o] Error 1
make[2]: Leaving directory '/home/vm/to_delete/fido2-webauthn-client/build'
CMakeFiles/Makefile2:70: recipe for target 'CMakeFiles/fido2-webauthn-client.dir/all' failed
make[1]: *** [CMakeFiles/fido2-webauthn-client.dir/all] Error 2
make[1]: Leaving directory '/home/vm/to_delete/fido2-webauthn-client/build'
Makefile:86: recipe for target 'all' failed
make: *** [all] Error 2
make: Leaving directory '/home/vm/to_delete/fido2-webauthn-client/build'

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.