What steps will reproduce the problem? 1. Try to compile
What is the expected output? What do you see instead? Flexi-worker compiles correctly
Please use labels and text to provide additional information.
C:/devarea/flexi-worker/flexidaemon/idlemonitor.h:27: X11/extensions/scrnsaver.h: No such file or directory
Comment #1
Posted on Dec 2, 2009 by Swift HorseSo this must be related to linux specific libxss-dev library?
Comment #2
Posted on Dec 3, 2009 by Helpful MonkeyYep, the IdleMonitor currently supports only Linux/X11. We should refactor this to utilize pImpl pattern and add Win32 specific backend for the class.
I can do the skeleton for the files. Could you write the Win32 class after that?
Comment #3
Posted on Dec 3, 2009 by Swift HorseYes.. At least I can try. I assume that I can re-use source codes from the previous version of the app.
Comment #4
Posted on Dec 6, 2009 by Helpful MonkeyIdleTimer for Win32 done
Status: Fixed
Labels:
Type-Other
Priority-High
OpSys-Windows