Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Vorbis tools Vorbis tools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 63
    • Issues 63
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.Org
  • Vorbis toolsVorbis tools
  • Issues
  • #1104
Closed
Open
Created Nov 25, 2006 by Gitlab Bot@GitlabBotDeveloper

vorbis-tools-1.1.1 fails to compile with curl-7.16.0

Yesterday I downloaded and installed curl-7.16.0 without obvious problem, replacing libcurl.so.3 with libcurl.so.4. Later, the package management tools detected a problem with vorbis-tools because these had been built to use libcurl.so.3. I tried to rebuild vorbis-tools using the new curl-7.16.0 headers and library but this failed:

if gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/include -I../include -I../intl    -O20 -ffast-math -fsigned-char  -O2 -march=pentium4 -MT http_transport.o -MD -MP -MF ".deps/http_transport.Tpo" -c -o http_transport.o http_transport.c; \
        then mv -f ".deps/http_transport.Tpo" ".deps/http_transport.Po"; else rm -f ".deps/http_transport.Tpo"; exit 1; fi
http_transport.c: In function `set_curl_opts':
http_transport.c:119: error: `CURLOPT_MUTE' undeclared (first use in this function)
http_transport.c:119: error: (Each undeclared identifier is reported only once
http_transport.c:119: error: for each function it appears in.)
make[2]: *** [http_transport.o] Error 1
Assignee
Assign to
Time tracking