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
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.

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