HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Ticket
  • Next Ticket →

Ticket #430 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

flac fails to build with gcc4

Reported by: scottmc Owned by: scottmc
Priority: normal Milestone: LibPak 1.0
Component: media-libs/flac Version:
Severity: normal Keywords:
Cc:

Description

getting a handful of undefined references when trying to build flac with gcc4.

Change History

comment:1 Changed 4 years ago by begasus

in a gcc2 hybrid system the m4 files for libgettext and libiconv are missing, once those are in place libflac compiles
main.cpp:75: error: 'memcmp' was not declared in this scope -> add "#include <string.h>" to the file to fix this

comment:2 Changed 4 years ago by begasus

strike libiconv from previous post, all the needed m4 files are from gettext, also the binary files for gettext are not included in the lib pak (thus incomplete)

comment:3 Changed 4 years ago by scottmc

  • Resolution set to fixed
  • Status changed from new to closed

fixed in r1030.

Note: See TracTickets for help on using tickets.

Download in other formats:

  • Comma-delimited Text
  • Tab-delimited Text
  • RSS Feed

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/