OK, so next issue -- the scheme that TigerVNC uses for
internationalization is heavily Unix-centric and based on a Makefile
template that I'm having trouble parsing.  Does anyone know what this
file does well enough to explain it to me?  For obvious reasons, if I
have to run a Unix script to generate internationalization files, then
it defeats the purpose of using a cross-platform build tool.

The current build system uses gettext. The make files (although difficult to read) should be "standard", generated by gettext. After all, gettext is the most common system for I18N in UNIX. I would be surprised if it's not possible to use gettext with CMake.

Check out:

http://search.gmane.org/?query=gettext&group=gmane.comp.programming.tools.cmake.user

There are quite a few emails on the subject there.

Regards, ---
Peter Åstrand           ThinLinc Chief Developer
Cendio AB               http://www.cendio.com
Wallenbergs gata 4
583 30 Linköping        Phone: +46-13-21 46 00
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel

Reply via email to