On Fri Jan 25, 2002 at 08:02:01PM -0800, Dominic Mazzoni wrote:
> Hi Anarcat and Joshua,
>=20
> Either of you want to claim responsibility for the FreeBSD
> port of Audacity 0.98?
I do not. I never claimed responsability for the port's maintainership
as it is already assigned:
# Whom: Marc van Woerkom <3d@...>
Message CC'd to him.
> Also, now that the 0.9 branch is getting pretty stable, I'd
> be interested to know what remaining patches are required.
> Ideally we could isolate all of the changes and apply them
> automatically using our configure script, eliminating the
> need for FreeBSD patches.
Ok. Of course, I tried to compile the latest audacity, without success.
The error is:
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -g -O2
-Wall -Wno-unused -Wno-inline -Woverloaded-virtual
-Wmissing-declarations -c c_wrapper.cpp -MT c_wrapper.lo -MD -MP -MF
=2Edeps/c_wrapper.TPlo -fPIC -DPIC -o .libs/c_wrapper.lo
g++: cannot specify -o with -c or -S and multiple compilations
and the problem, IMHO, is that this is not gcc3 compiling, but g++,
which is gcc 2.95 here. For some reasons the Makefiles aren't sharing
the CXX flags properly.=20
Attached are the only patches used in the 0.96 port.
I don't have time to work on this, but I can probably pickup
maintainership, if audacity has indeed become more stable. :)
A.
|