Fossil

Ticket Change Details
Login

Ticket Change Details

Overview

Artifact ID: 34edf49efe8df47a93a8dc63dcdeb0b95c786e1b
Ticket: 5207b038615ee087e99513de1e26b7b5544f2437
Build failure
User & Date: anonymous 2010-09-10 02:07:28
Changes

  1. comment changed to:
    After doing a fresh fossil clone and open of the source code, I get the below build failure on mac os x 10.6:
    <pre>
    gcc -g -Os -Wall -DFOSSIL_ENABLE_SSL  -I. -I./src -o ./obj/style.o -c style_.c
    style_.c: In function ‘cgi_append_default_css’:
    style_.c:521: error: storage size of ‘i’ isn’t known
    style_.c:521: warning: unused variable ‘i’
    style_.c: In function ‘page_style_css’:
    style_.c:533: error: storage size of ‘i’ isn’t known
    style_.c:533: warning: unused variable ‘i’
    style_.c:532: warning: unused variable ‘zCSSdef’
    make: *** [obj/style.o] Error 1
    </pre>
    
  2. private_contact changed to: "d66ecbed41cfc11708f85c2d7a607eb4c13c38e6"
  3. severity changed to: "Critical"
  4. status changed to: "Open"
  5. title changed to: "Build failure"
  6. type changed to: "Build_Problem"