Changes between Initial Version and Version 1 of Ticket #34212


Ignore:
Timestamp:
Apr 25, 2012, 6:17:13 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34212

    • Property Owner changed from macports-tickets@… to devans@…
    • Property Priority changed from Low to Normal
    • Property Milestone changed from MacPorts 2.1.0 to
    • Property Port ardour2 added
  • Ticket #34212 – Description

    initial v1  
    11I tried to build an arour2 port from the latest macports version on my 10.4.11/PPP ibook and I found some problems:
    22
    3 1) no SConstruct patch for raptor2
    4 
    5 2) I copied
     3 1. no SConstruct patch for raptor2
     4 2. I copied
     5{{{
    66/libs/ardour/audioanalyser.cc
    77/libs/ardour/configuration.cc
    88/libs/pbd/base_ui.os
    99/libs/pbd/path.cc
    10 
    11 from original sources to escape "g_access' was not declared in this scope" problem,
    12 
    13 3) I changed all #include <glib/*.h> to #include <glib.h> for prevent new glib-2.3 problems.
     10}}}
     11 from original sources to escape "g_access' was not declared in this scope" problem,
     12 3. I changed all `#include <glib/*.h>` to `#include <glib.h>` for prevent new glib-2.3 problems.