ports/106854: Compiler error in audacity and audacity-devel port

Jack L. xxjack12xx at gmail.com
Mon Dec 18 08:30:22 UTC 2006


>Number:         106854
>Category:       ports
>Synopsis:       Compiler error in audacity and audacity-devel port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 18 08:30:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jack
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD jack.musirc.com 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE
#0: Thu Dec 7 02:48:18 PST 2006
jack at jack.musirc.com:/usr/obj/usr/src/sys/MUSIRC amd64

>Description:
Audacity does not compile with gcc 4.1, attached is a patch that fixes
the compiler error.
>How-To-Repeat:
>Fix:
--- patch-soundtouch-SoundTouch.h begins here ---
--- lib-src/soundtouch/include/SoundTouch.h.orig        Sun Nov 27 08:47:29 2005
+++ lib-src/soundtouch/include/SoundTouch.h     Sun Dec 17 22:52:47 2006
@@ -146,7 +146,7 @@
     static const char *getVersionString();

     /// Get SoundTouch library version Id
-    static uint SoundTouch::getVersionId();
+    static uint getVersionId();

     /// Sets new rate control value. Normal rate = 1.0, smaller values
     /// represent slower rate, larger faster rates.
--- patch-soundtouch-SoundTouch.h ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list