View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003835 | ardour | bugs | public | 2011-03-07 08:20 | 2014-12-31 04:45 |
| Reporter | danboid | Assigned To | drobilla | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Target Version | 3.X | ||||
| Summary | 0003835: configure checks for gtk+-2.0 and slv2 twice | ||||
| Description | The 4 duplicate lines in configure as it stands are: Checking for slv2 >= 0.6.4 : yes Checking for slv2 >= 0.7.0 : yes Checking for gtk+-2.0 >= 2.12.1 : yes Checking for gtk+-2.0 >= 2.18 : yes So which versions does it really require? The latest I'd presume. | ||||
| Tags | No tags attached. | ||||
|
|
The slv2 checks are duplicated because it needs to know which version you have to adapt accordingly. The gtk one I guess is probably slightly superfluous. |
|
|
This is deliberate. Ardour is checking for various versions to see what it can use from the libraries with conditional compilation. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2011-03-07 08:20 | danboid | New Issue | |
| 2011-03-07 14:08 | cth103 | Note Added: 0010307 | |
| 2011-03-07 14:08 | cth103 | cost | => 0.00 |
| 2011-03-07 14:08 | cth103 | Target Version | => 3.X |
| 2014-12-31 04:44 | drobilla | Note Added: 0016184 | |
| 2014-12-31 04:45 | drobilla | Assigned To | => drobilla |
| 2014-12-31 04:45 | drobilla | Status | new => closed |
| 2014-12-31 04:45 | drobilla | Resolution | open => no change required |