Export to GitHub

flexi-worker - issue #1

Missing dependency to X11/extensions/scrnsaver.h


Posted on Dec 1, 2009 by Swift Horse

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 Horse

So this must be related to linux specific libxss-dev library?

Comment #2

Posted on Dec 3, 2009 by Helpful Monkey

Yep, 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 Horse

Yes.. 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 Monkey

IdleTimer for Win32 done

Status: Fixed

Labels:
Type-Other Priority-High OpSys-Windows