search for: dhave_setlocale

Displaying 2 results from an estimated 2 matches for "dhave_setlocale".

Did you mean: have_setlocale
2002 Nov 06
2
Compiling ogg123 under powerpc-apple-darwin6.1
...-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_ALLOCA=1 -DHAVE_ATEXIT=1 -I../include -I../intl -fno-common -O4 -Wall -fsigned-char -ffast-math -c buffer.c buffer.c:76: only 1 arg to macro '...
2005 Nov 07
9
Using Gettext To Translate Your Rails Application
Hi, Has anyone has any success using the gettext translation methods mentioned in this wiki page? http://manuals.rubyonrails.com/read/chapter/105 I got up to running the localize script at which point it protests about not being able to find ''gettext/rgettext'' from the require line at the top of the script: script/localize:8:in `require'': no such file to load --