Changeset c2edfc048fb19d36a420c553d2f46a68470e6c4a

Show
Ignore:
Timestamp:
01/06/07 23:56:22 (6 years ago)
Author:
Philipp Kern <phil@…>
Parents:
af25030df9be323310c6a5893ddf110a99fdd8b4
Children:
0eb2dd78a1fb19d31901d9d511f8586a7c7f99e3
git-committer:
Philipp Kern <phil@0x539.de> / 2007-01-06T22:56:22Z+0000
Message:

[project @ TODO updated]

Original author: Trac <trac@…>
Date: 2005-12-31 03:00:01+00:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • TODO

    raf25030 rc2edfc0  
    2020  * obby:// protocol handler (#88) 
    2121  * Allow emoting in chat (#113) 
    22   * compiling error on Mac os X.3 (Panther) (#115) 
    2322 
    2423Minor: 
     
    114113E.g., "/me smiles" -> "ivazquez smiles". 
    115114 
    116 115: compiling error on Mac os X.3 (Panther) 
    117 -------------------------------------------- 
    118 Hi, I'm getting an error while compiling Gobby 0.3.0rc3.  All required  
    119 libraries are installed et configure script is OK.  But make return this  
    120 error : 
    121  
    122  
    123 {{{ 
    124 then mv -f ".deps/gobby-sourceview.Tpo" ".deps/gobby-sourceview.Po"; else  
    125 rm -f ".deps/gobby-sourceview.Tpo"; exit 1; fi 
    126 src/sourceview/sourceview.cpp: In member function `void  
    127    Gtk::SourceView::set_highlight_current_line(bool)': 
    128 src/sourceview/sourceview.cpp:176: error: ` 
    129    gtk_source_view_set_highlight_current_line' undeclared (first use this  
    130    function) 
    131 src/sourceview/sourceview.cpp:176: error: (Each undeclared identifier is  
    132    reported only once for each function it appears in.) 
    133 src/sourceview/sourceview.cpp: In member function `bool  
    134    Gtk::SourceView::get_highlight_current_line() const': 
    135 src/sourceview/sourceview.cpp:182: error: ` 
    136    gtk_source_view_get_highlight_current_line' undeclared (first use this  
    137    function) 
    138 make[2]: *** [gobby-sourceview.o] Error 1 
    139 make[1]: *** [all-recursive] Error 1 
    140 make: *** [all] Error 2 
    141 }}} 
    142  
    143 I'm using Mac os 10.3.9 with Xorg.  What should I do? 
    144  
    145 Thanks for your help. 
    146  
    147 PS : sorry for my bad english 
    148  
    14911566: Indicate activity by changing tab colour to the user colour 
    150116---------------------------------------------------------------