Changes between Initial Version and Version 2 of Ticket #31858


Ignore:
Timestamp:
Nov 2, 2011, 1:28:44 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Possibly clang is being more strict than gcc was. Try building with llvm-gcc-4.2?

sudo port clean opendx
sudo port install opendx configure.compiler=llvm-gcc-4.2

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31858

    • Property Cc ryandesign@… added
    • Property Owner changed from macports-tickets@… to gwright@…
    • Property Port opendx added; Opendx removed
    • Property Summary changed from opendx @4.4.4 Build Failure to opendx @4.4.4 Build Failure: error: first parameter of 'main' (argument count) must be of type 'int'
  • Ticket #31858 – Description

    initial v2  
    22After running
    33
    4 '''sudo port install opendx'''
     4{{{
     5sudo port install opendx
     6}}}
    57
    68The install crashes with the following message
    79
    8 
    9 '''--->  Computing dependencies for opendx
     10{{{
     11--->  Computing dependencies for opendx
    1012--->  Building opendx
    1113Error: Target org.macports.build returned: shell command failed (see log for details)
    1214Log for opendx is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_opendx/opendx/main.log
    1315Error: Status 1 encountered during processing.
    14 To report a bug, see <http://guide.macports.org/#project.tickets>'''
     16To report a bug, see <http://guide.macports.org/#project.tickets>
     17}}}
    1518
    1619I have done a clean, sync, update, etc., and still have the same issue. Any ideas?