Changes between Initial Version and Version 1 of Ticket #41688


Ignore:
Timestamp:
Dec 5, 2013, 1:44:57 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

I recently spent some time resolving the issues building hugin-app. It builds fine for me on Mavericks.

The portion of the log you quoted above does not show any error; it only shows warnings and notes. The actual error is:

:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_hugin-app/hugin-app/work/hugin-2013.0.0/src/foreign/vigra/vigra_impex/imageinfo.cxx:275:18: error: out-of-line definition of 'ImageExportInfo' does not match any declaration in 'vigra::ImageExportInfo'
:info:build ImageExportInfo::ImageExportInfo( const char * filename )
:info:build                  ^~~~~~~~~~~~~~~
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_hugin-app/hugin-app/work/hugin-2013.0.0/src/foreign/vigra/vigra_impex/imageinfo.cxx:443:18: error: out-of-line definition of 'ImageImportInfo' does not match any declaration in 'vigra::ImageImportInfo'
:info:build ImageImportInfo::ImageImportInfo( const char * filename )
:info:build                  ^~~~~~~~~~~~~~~
:info:build 2 errors generated.

I've seen some "out-of-line definition" errors in other tickets but I'm not seeing them with this port. Please indicate your version of Xcode and clang; maybe they're different from mine.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41688

    • Property Keywords mavericks added
    • Property Cc ryandesign@… added
  • Ticket #41688 – Description

    initial v1  
    11Hugin-app fails to build on a clean mavericks install
    22
     3{{{
    34port -v
    45MacPorts 2.2.1
     6}}}
    57
    68snip from log
    79
     10{{{
    811:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_hugin-app/hugin-app/work/hugin-2013.0.0/src/foreign/zthread/src/ThreadQueue.cxx:146:7: warning: add explicit braces to avoid dangling else [-Wdangling-else]
    912:info:build       else
     
    2427:info:build 1 warning generated.
    2528:info:build Linking CXX static library libZThread.a
     29}}}