Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Dec 2006 23:55:15 -0800
From:      "Jack L." <xxjack12xx@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/106854: Compiler error in audacity and audacity-devel port
Message-ID:  <ab581e310612172355g3be3c105v97e61cbdd640d13a@mail.gmail.com>
Resent-Message-ID: <200612180830.kBI8ULjU072405@freefall.freebsd.org>
In-Reply-To: <200612180734.kBI7YinP020570@jack.musirc.com>
References:  <200612180734.kBI7YinP020570@jack.musirc.com>

next in thread | previous in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ab581e310612172355g3be3c105v97e61cbdd640d13a>