Changes between Initial Version and Version 2 of Ticket #53917
- Timestamp:
- Apr 4, 2017, 1:13:04 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53917
- Property Keywords csound build fails removed
-
Ticket #53917 – Description
initial v2 2 2 3 3 I try to build csound (to use with solfege) but the compilation fails: 4 4 {{{ 5 5 ---> Building csound 6 6 Error: Failed to build csound: command execution failed … … 8 8 Error: Follow https://guide.macports.org/#project.tickets to report a bug. 9 9 Error: Processing of port csound failed 10 10 }}} 11 11 Here is the tail of the log file: 12 12 {{{ 13 13 :info:build CONFIGURATION DECISION: Using GNU gettext scheme 14 14 :info:build CONFIGURATION DECISION: Using single-precision floating point for audio samples. … … 29 29 :debug:build "$procedure $targetname" 30 30 :error:build See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_csound/csound/main.log for details. 31 31 }}} 32 32 Can anyone help me? 33 33