Changes between Initial Version and Version 1 of Ticket #30065


Ignore:
Timestamp:
Jul 7, 2011, 2:53:54 AM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30065

    • Property Owner changed from macports-tickets@… to landonf@…
  • Ticket #30065 – Description

    initial v1  
    33steps to reproduce:
    44
    5 1) install gcc-llvm (available from many places but also in the Xcode 4.2 beta)
    6 
    7 
    8 2) sudo port install heimdal
     5 1. install gcc-llvm (available from many places but also in the Xcode 4.2 beta)
     6 2. sudo port install heimdal
    97
    108the build for heimdal will exit with many errors in sqlite3.c.
    119
    12      :info:build sqlite3.c:63492: error: initializer element is not constant
    13 
    14 
    15      :info:build sqlite3.c:63492: error: (near initialization for 'aBuiltinFunc[5].pUserData')
     10{{{
     11:info:build sqlite3.c:63492: error: initializer element is not constant
     12:info:build sqlite3.c:63492: error: (near initialization for 'aBuiltinFunc[5].pUserData')
     13}}}
    1614
    1715The exact problem I am seeing was written about including a solution in a japanese blog in 2008.