Changeset c2edfc048fb19d36a420c553d2f46a68470e6c4a
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
raf25030
|
rc2edfc0
|
|
| 20 | 20 | * obby:// protocol handler (#88) |
| 21 | 21 | * Allow emoting in chat (#113) |
| 22 | | * compiling error on Mac os X.3 (Panther) (#115) |
| 23 | 22 | |
| 24 | 23 | Minor: |
| … |
… |
|
| 114 | 113 | E.g., "/me smiles" -> "ivazquez smiles". |
| 115 | 114 | |
| 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 | | |
| 149 | 115 | 66: Indicate activity by changing tab colour to the user colour |
| 150 | 116 | --------------------------------------------------------------- |