search for: gettext_noop

Displaying 4 results from an estimated 4 matches for "gettext_noop".

2005 Jul 20
1
(PR#8017) build of REventLoop package crashes with 2.1 due
.../ > < > < #ifdef ENABLE_NLS > < #include <libintl.h> > < #ifdef Win32 > < #define _(String) libintl_gettext (String) > < #undef gettext /* needed for graphapp */ > < #else > < #define _(String) gettext (String) > < #endif > < #define gettext_noop(String) String > < #define N_(String) gettext_noop (String) > < #else /* not NLS */ > < #define _(String) (String) > < #define N_(String) String > < #endif > < > --- >> char *EncodeString(SEXP, int, int, int); > 950,957d874 > < /* structure for...
2005 Jul 19
0
build of REventLoop package crashes with 2.1 due tosyntax error in Defn.h (PR#8017)
...endif < < #endif < < /* Localization */ < < #ifdef ENABLE_NLS < #include <libintl.h> < #ifdef Win32 < #define _(String) libintl_gettext (String) < #undef gettext /* needed for graphapp */ < #else < #define _(String) gettext (String) < #endif < #define gettext_noop(String) String < #define N_(String) gettext_noop (String) < #else /* not NLS */ < #define _(String) (String) < #define N_(String) String < #endif < --- > char *EncodeString(SEXP, int, int, int); 950,957d874 < /* structure for caching machine accuracy values */ < typedef s...
2005 May 03
10
Is wxRuby-SWIG version usable enough to package for download?
If wxRuby-SWIG is as usable as wxRuby 0.6.0, maybe it should be given a version number and packaged up for download. Given the nature of SWIG, having a lot more people use it would probably result in more code contributions to this project. Seems most of the changes are 2+ months old, so I''m guessing wxRuby-SWIG is fairly stable right now in terms of frequency of changes...
2012 Apr 30
5
[PATCH 0/4 v1] Remove gettextify, implement OCaml gettext.
Version 1 of the patch, for discussion, but not to be applied. It does work, but needs a lot more testing. This removes all the psychopathic gettextify cruft, and replaces it with a 99 line Makefile.am. A large win, I think. The third patch implements gettext support in the OCaml tools. The fourth patch is just for illustration. It shows the consequent changes to libguestfs.pot and the po