Changes between Initial Version and Version 1 of Ticket #31860


Ignore:
Timestamp:
Nov 2, 2011, 1:19:12 PM (12 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

Please remember to Cc the maintainer. What version of Xcode are you using? Seems like a clang-issue to me, which could be easily resolved by the usual

if {${configure.compiler} == "clang"}{
   configure.compiler llvm-gcc-4.2
}

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31860

    • Property Owner changed from macports-tickets@… to julian@…
    • Property Keywords par2 removed
  • Ticket #31860 – Description

    initial v1  
    11It couldn't be compiled. It gives error in par2fileformat.h file.
    22
    3 
     3{{{
    44:info:build ./par2fileformat.h./par2fileformat.h::8787::25./par2fileformat.h:: 25error: :flexible array member 'entries' of non-POD element type 'FILEVERIFICATIONENTRY []'
    55:info:build  87:25:flexible array member 'entries' of non-POD element type 'FILEVERIFICATIONENTRY []'error: 
     
    2020:info:build
    2121:info:build                         ^
     22}}}
    2223
    2324There are lots of other warnings but at least this error causes build to stop.