Bug 311121

Summary: libsndfile does not compile
Product: [Unmaintained] kde-windows Reporter: Peter Grasch <me>
Component: buildsystemAssignee: KDE-Windows <windows-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: ps_ml
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Microsoft Windows   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Peter Grasch 2012-12-03 23:52:03 UTC
There is a problem with the resource file of libsndfile-1.0.24.

The libsndfile-1.0.21-20101127.diff patch creates a libsndfile.rc resource file that has a syntax error:
FILEVERSION and PRODUCTVERSION apparently take 5 arguments, not 4. Changing the lines 742 and 743 in the path to the following, made libsndfile compile without problems:
+FILEVERSION 	0,1,0,17
+PRODUCTVERSION	0,1,0,17

Reproducible: Always