#34212: ardour2 compilation problems -----------------------------+---------------------------------------------- Reporter: ilia_2s@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: ardour2 -----------------------------+---------------------------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => devans@… * priority: Low => Normal * port: => ardour2 * milestone: MacPorts 2.1.0 => Old description:
I tried to build an arour2 port from the latest macports version on my 10.4.11/PPP ibook and I found some problems:
1) no SConstruct patch for raptor2
2) I copied /libs/ardour/audioanalyser.cc /libs/ardour/configuration.cc /libs/pbd/base_ui.os /libs/pbd/path.cc
from original sources to escape "g_access' was not declared in this scope" problem,
3) I changed all #include <glib/*.h> to #include <glib.h> for prevent new glib-2.3 problems.
New description: I tried to build an arour2 port from the latest macports version on my 10.4.11/PPP ibook and I found some problems: 1. no SConstruct patch for raptor2 2. I copied {{{ /libs/ardour/audioanalyser.cc /libs/ardour/configuration.cc /libs/pbd/base_ui.os /libs/pbd/path.cc }}} from original sources to escape "g_access' was not declared in this scope" problem, 3. I changed all `#include <glib/*.h>` to `#include <glib.h>` for prevent new glib-2.3 problems. -- -- Ticket URL: <https://trac.macports.org/ticket/34212#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS