#1883 closed defect (wontfix)
FLAC not detected in Mandrake 10.1
Reported by: | SF/jellby | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | Port: Linux |
Version: | Keywords: | ||
Cc: | Game: |
Description
I have an almost fresh install of a Mandrake 10.1 system, I installed the package libflac6-devel, but still flac was not detected by the configure script and if forced to use it, there would be an error in the compilation. (jan-7 cvs and previous)
I found the problem is solved by defining HAVE_INTTYPES_H, so by using the command line:
$ CXXFLAGS=-DHAVE_INTTYPES_H ./configure
I could compile everything without problems.
I don't know exactly why this definition is needed, but maybe the configure script coul be modified to include it or to detect when it is needed.
Ticket imported from: #1098857. Ticket imported from: bugs/1883.
Change History (3)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Owner: | set to |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
comment:3 by , 6 years ago
Component: | --Unset-- → Port: Linux |
---|
Sounds like a mandrake specific bug. FLAC needs inttypes.h, and should normally always include, no matter what value HAVE_INTTYPES_H has. In fact I just checked, and neither ScummVM nor the FLAC headers use that HAVE_INTTYPES_H.
So it appears mandrake ships a broken system. I recommend filing a bug report with them.