On Aug 25, 2011, at 12:22 PM, Martin Koegler wrote:
> On Thu, Aug 25, 2011 at 01:57:48AM -0500, DRC wrote:
>> The more correct way is to provide CMake variables to override the man
>> directory, binary directory, etc. I personally use /opt/TigerVNC and prefer
>> the man pages to go in ${prefi
---
vncviewer/CMakeLists.txt|1 +
vncviewer/OptionsDialog.cxx | 20
vncviewer/Viewport.cxx | 12 +--
vncviewer/keysyms.cxx | 71 +++
vncviewer/keysyms.h | 30 ++
5 files changed, 111 inserti
Bug Tracker item #3336716, was opened at 2011-06-27 04:36
Message generated for change (Comment added) made by ragoley
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1126848&aid=3336716&group_id=254363
Please note that this message will contain a full copy of the c
On Thu, Aug 25, 2011 at 01:57:48AM -0500, DRC wrote:
> The more correct way is to provide CMake variables to override the man
> directory, binary directory, etc. I personally use /opt/TigerVNC and prefer
> the man pages to go in ${prefix}/man, but I agree that there needs to be an
> override mec
I never said the rest of the code was doing the right thing, either. I think
you're missing my point. Instead of manually including config.h in every file
that needs NLS, why not simply put add_definitions(-DENABLE_NLS=1) in
CMakeLists.txt? Seems much less error prone.
On Aug 25, 2011, at 1:57