New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changes between Initial Version and Version 1 of Ticket #31860


Ignore:
Timestamp:
11/02/11 06:19:12 (19 months ago)
Author:
cal@…
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.