GithubHelp home page GithubHelp logo

Comments (7)

Sibras avatar Sibras commented on September 2, 2024 1

You need to properly initialise the gnulib submodule.
From the gnutls folder execute 'git submodule update --init'

from gnutls.

yaoyaoguapi avatar yaoyaoguapi commented on September 2, 2024

there are nothing in "gunlib",how can I find such XX.c

from gnutls.

Sibras avatar Sibras commented on September 2, 2024

c-ctype.h is found in the "gnulib\lib" sub folder. This folder only exists if you initialise submodules as mentioned above

from gnutls.

xp19870106 avatar xp19870106 commented on September 2, 2024

when compile the files under the gnutls\lib\accelerated\x86 folder, a lots of error like

#include <nettle/sha.h>
#include <nettle/macros.h>

can not find the headers, I have to copy these files from nettle to the gnutls\lib\nettle folder.
Why is that? and am I doing it right?

from gnutls.

Sibras avatar Sibras commented on September 2, 2024

nettle is a dependency of gnutls you must have already compiled nettle. If you havnt already got nettle then just run the get_dependencies.bat script which will get the required dependencies. Then just open the gnutls_deps.sln which includes all dependencies and will build them for you.

Note: There is a readme in the SMP folder that explains all this.

from gnutls.

xp19870106 avatar xp19870106 commented on September 2, 2024

Sorry,I‘ve already complied nettle under folder D:\FFMPEG_PROJECT\nettle\SMP by running libnettle_deps, it succeeded.
And I also have ran the get_dependencies.bat under folder D:\FFMPEG_PROJECT\gnutls\SMP, but I still can not compile libgnutls_deps.sln, the errors are cant't find those files:

#include <nettle/sha.h>
#include <nettle/memxor.h>
......

from gnutls.

Sibras avatar Sibras commented on September 2, 2024

Based on your folder structure when compiling nettle it should have created the required headers in D:\msvc\include\nettle.

from gnutls.

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.