[proaudio] Compile errors |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: [proaudio] Compile errors
- From: "Arve Barsnes" <arve.barsnes@xxxxxxxxx>
- Date: Wed, 6 Aug 2008 20:45:51 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=ppSUljgUWLjw2X1CVKgwX/2TmLrpOtMRqmSST6vCWmo=; b=Q/UnhcvQplhXGCWMui98oVHFTCWjqGayhM5x2DKjBuqW4lnLIkQhqeMomV6Ar02DGB v1bQdyOs+LgihILcTtUOc3bveg1XYwWtBoYBgtLYES9wnnQyHwyu8G5hOIzkpXBnk+91 oeCi2kg4njs94X92iVXHllXeTGlMnvBTn4yhw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=S2NuFoRAKWLhIAGKUviJNHmKFg4QgFxjxEmZXDhFyGJuUZh95l/mIEM5UZccwxr7vR ERN5gziIHaU+cdTzBardUj8cXfQKQl2B40v4jXC5kHVsi40UnyRmCblg5BjbH8R1AyYV lGkZ7OoamyyrztJCWNJ9GHPQ7S2HrJusg+dJk=
There's more and more packages starting to fail on my computer, and
I'm not sure what's causing it. I'm running gcc 4.3.1 but I thought
most programs should handle this these days? I'm just starting to
wondering what's wrong when a rebuild of a package I already have is
failing. Today, ardour 2.5 failed, and I hoped you could point me
towards some library or something that needs to be rebuilt to make
this work, since I already have 2.5 installed and functioning just
fine....
x86_64-pc-linux-gnu-g++ -o libs/surfaces/tranzport/screen.os -c
-Woverloaded-virtual -DPACKAGE=\"ardour_tranzport\"
-DLIBSIGC_DISABLE_DEPRECATED -DDATA_DIR=\"/usr/share\"
-DCONFIG_DIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -O3
-fomit-frame-pointer -ffast-math -fstrength-reduce -pipe -DARCH_X86
-mmmx -msse -mfpmath=sse -DUSE_XMMINTRIN -DBUILD_SSE_OPTIMIZATIONS
-DUSE_X86_64_ASM -Wall -DHAVE_LIBLO -Ilibs -DENABLE_NLS -D_REENTRANT
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -pthread -fPIC -Ilibs/pbd
-I/usr/include/glib-2.0 -Ilibs/surfaces/control_protocol
-Ilibs/libsndfile -Ilibs/midi++2 -Ilibs/ardour -Ilibs/sigc++2
-Ilibs/glibmm2 -I/usr/lib64/glib-2.0/include -Ilibs/surfaces/tranzport
-I/usr/include/libxml2 -Ilibs/libsndfile/src
libs/surfaces/tranzport/screen.cc
libs/surfaces/tranzport/screen.cc: In member function â:
libs/surfaces/tranzport/screen.cc:87: error: â was not declared in this scope
scons: *** [libs/surfaces/tranzport/screen.os] Error 1
scons: building terminated because of errors.
Any hints are most welcome, as there's now a few packages that fail to
compile that I want to install/upgrade. Might be time for me to do an
emerge -e world or something...