Anonymous | Login | Signup for a new account | 2012-09-13 19:33 PDT |
Main | Blog | My View | View Issues | Change Log | Roadmap | IRC Chat | Repositories | Scrum Board |
View Issue Details [ Jump to Notes ] [ Related Changesets ] | [ Issue History ] [ Print ] | |||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||
191 | ZNC Push | [All Projects] General | public | 2011-01-18 14:44 | 2011-01-19 06:30 | |||
Reporter | Rob Gough | |||||||
Assigned To | John Reese | |||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | |||
Status | resolved | Resolution | fixed | |||||
Summary | 191: Unable to compile due to: class CUser has no member named IsIRCAway | |||||||
Description | Call to IsIRCAway() on lines 172 & 617 prevents compilation. Ubuntu 10.10 Server ZNC 0.078+deb1 ===== znc-buildmod notifo.cpp Building notifo.so... notifo.cpp: In member function 'bool CNotifoMod::away_only()': notifo.cpp:172: error: 'class CUser' has no member named 'IsIRCAway' notifo.cpp: In member function 'virtual void CNotifoMod::OnModCommand(const CString&)': notifo.cpp:617: error: 'class CUser' has no member named 'IsIRCAway' [ !! ] Error while building notifo.so make: *** [notifo.so] Error 1 | |||||||
Steps To Reproduce | run 'make' on Ubuntu with znc & znc-dev installed from apt | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
John Reese (administrator) 2011-01-19 06:30 |
Fix committed to master branch at 2011-01-19T06:27:37-08:00. |
![]() |
|||
ZNC Push: master d4fd3ce7
Timestamp: 2011-01-19 06:27:37 Author: John Reese Committer: John Reese [ Details ] [ Diff ] |
Fix 191: ZNC < 0.090 does not support IsIRCAway() To maintain compatibility with ZNC < 0.090 (such as 0.078 used by Ubuntu), we need to conditionally disable the away_only condition when compiled against versions that don't support CUser->IsIRCAway(). |
||
mod - README.md | [ Diff ] [ File ] | ||
mod - notifo.cpp | [ Diff ] [ File ] | ||
![]() |
|||
Date Modified | Username | Field | Change |
2011-01-18 14:44 | Rob Gough | New Issue | |
2011-01-19 06:30 | John Reese | Changeset attached | => ZNC to Notifo master d4fd3ce7 |
2011-01-19 06:30 | John Reese | Note Added: 262 | |
2011-01-19 06:30 | John Reese | Assigned To | => John Reese |
2011-01-19 06:30 | John Reese | Status | new => resolved |
2011-01-19 06:30 | John Reese | Resolution | open => fixed |
Copyright © 2000 - 2012 MantisBT Group
Time: 0.1346 seconds. memory usage: 8,312 KB |