Skip to content

Compile bug: curl integration #13213

@acbits

Description

@acbits

Git commit

git rev-parse HEAD
3b127c7
tag: b5232

Operating systems

Linux

GGML backends

Vulkan

Problem description & steps to reproduce

cmake -DCMAKE_INSTALL_PREFIX=/usr/local \
            -DCMAKE_LINKER_TYPE=MOLD \
            -DGGML_CCACHE=OFF  \
            -DGGML_VULKAN:BOOL=ON \
            -DBUILD_SHARED_LIBS:BOOL=OFF \
            -DCMAKE_BUILD_TYPE=Release ..



First Bad Commit

No response

Compile command

make -j 16 -l 8

Relevant log output

/llama/common/arg.cpp:223:29: error: 'CURLINFO_EFFECTIVE_METHOD' was not declared in this scope; did you mean 'CURLINFO_EFFECTIVE_URL'?
  223 |     curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_METHOD, &method);
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions