Displaying 20 results from an estimated 59 matches for "langinfo".
2009 Nov 13
2
xend:default won''t start due to /usr/bin/kstat not locating autosplit.ix
Short:
Which package do I need to install to get
"auto/I18N/Langinfo/autosplit.ix"?
Long:
The problem I have was discussed almost a year ago (see this
thread), but the resolution was not complete...
I''m using Mark Johnson''s slim.py script (package list below), against
repo=http://pkg.opensolaris.org/dev, followed by `pkg install xvm-gui`
an...
2004 Apr 18
0
[patch] R-1.9.0: compile error without nl_langinfo(CODESET) (PR#6789)
...SET' undeclared (first use in this function)
main.c:463: (Each undeclared identifier is reported only once
main.c:463: for each function it appears in.)
make[3]: *** [main.o] Error 1
make[3]: Leaving directory `/aux/adrian/build/R-1.9.0/src/main'
<-- snip -->
NetBSD 1.5 has a nl_langinfo() in langinfo.h but no CODESET.
A proposed patch (based on codeset.m4 from GNU gettext) is below.
cu
Adrian
--- /dev/null 2004-04-17 15:10:09 +0200
+++ m4/codeset.m4 2004-04-17 15:15:31 +0200
@@ -0,0 +1,23 @@
+# codeset.m4 serial AM1 (gettext-0.10.40)
+dnl Copyright (C) 2000-2002 Free Softw...
2005 Jun 17
1
Trying to build R sources on Windows
...path.
However, I try to build, I get failures trying to include headers
which are not part of MinGW. I am definitely using the MinGW
compilers, so why are the sources trying to access headers which are
not included?
Examples would be:
argz.h included from l10nflist.c
alloca.h from errors.c
langinfo.h from main.c
Any clues about what I am doing wrong?
Bill Northcott
2003 Jul 06
0
Installing RSPerl (PR#3415)
...rl modules to enable callbacks to R from Perl
modules: threads re attrs XS::Typemap XS::APItest Unicode::Normalize Time::HiRes
Sys::Syslog Sys::Hostname Storable Socket SDBM_File
PerlIO::via PerlIO::scalar PerlIO::encoding POSIX Opcode ODBM_File NDBM_File
MIME::Base64 List::Util IPC::SysV IO I18N::Langinfo GD
BM_File Filter::Util::Call File::Glob Fcntl Encode Digest::MD5 Devel::Peek
Devel::PPPort Devel::DProf Data::Dumper DB_File Cwd ByteL
oader Compress::Zlib Term::ReadKey Text::CSV_XS SQL::Statement DBI Time::HiRes
Apache::Symbol Apache::Leak HTML::Parser HTML::Embper
l DBD::Oracle DBD::ODBC NetCDF...
2010 Jul 21
0
Samba install on AIX
...39;'PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' -e
's|@''NEXT_GETOPT_H''@|<getopt.h>|g' -e '/definition of _GL_ARG_NONNULL/r
arg-nonnull.h' < ./getopt.in.h; } > getopt.h-t && mv -f getopt.h-t
getopt.h
rm -f langinfo.h-t langinfo.h && { echo '/* DO NOT EDIT!
GENERATED AUTOMATICALLY! */'; sed -e 's|@''HAVE_LANGINFO_H''@|1|g' -e
's|@''INCLUDE_NEXT''@|include_next|g' -e
's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header...
2018 Feb 28
0
[PATCH v3 1/2] common: extract UTF-8 conversion function
...76 insertions(+), 68 deletions(-)
diff --git a/common/utils/guestfs-utils.h b/common/utils/guestfs-utils.h
index 90e7c3dd9..86da693bc 100644
--- a/common/utils/guestfs-utils.h
+++ b/common/utils/guestfs-utils.h
@@ -33,6 +33,7 @@
#define GUESTFS_UTILS_H_
#include <stdbool.h>
+#include <langinfo.h>
#include "guestfs-internal-all.h"
#include "cleanups.h"
@@ -70,6 +71,16 @@ extern int guestfs_int_is_fifo (int64_t mode);
extern int guestfs_int_is_lnk (int64_t mode);
extern int guestfs_int_is_sock (int64_t mode);
extern char *guestfs_int_full_path (const char *dir...
2018 Aug 20
2
Call for testing: OpenSSH 7.8
...sets their locale to,
as it should in a test suite. The tests themselves make sure the
locale ist set correctly for the tests. The "c_esc" in the test
output above means that it is testing the "C" locale at that point.
So the problem is somewhere else, likely in what your nl_langinfo(3)
function does in the POSIX locale. Could you please run the following
simple test program on your system and show us the output, for further
diagnosis?
OpenBSD:
$ make nl_langinfo
cc -O2 -pipe -o nl_langinfo nl_langinfo.c
$ ./nl_langinfo
setlocale -> "C"
nl_langinfo -> &q...
2017 Nov 19
3
tcltk problems
On 18/11/17 18:18, Peter Langfelder wrote:
> Rolf,
>
> looking at the configure script I believe you need to specify
>
> --with-tcl-config=/usr/lib/tcl8.6/tclConfig.sh
>
> and similarly
>
> --with-tk-config=<location of tkConfig.sh>
>
> HTH.
Yes it helped. Thank you. I don't really understand why, but.
I had previously (following an off-list
2008 May 10
1
Failed to create rounding.h!
...limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking libcharset.h usability... no
checking libcharset.h presence... no
checking for libcharset.h... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking sys/acl.h usability... no
checking sys/acl.h presence... no
checking for sys/acl.h... no
checking acl/libacl.h usability... no
checking acl/libacl.h presence... no
checking for acl/libacl.h... no
checking...
2018 Feb 28
2
[PATCH v3 0/2] inspect: basic UTF-8 encoding for rpm
Diff to v2:
* inlined local_string_to_utf8
Cédric Bosdonnat (2):
common: extract UTF-8 conversion function
inspector: rpm summary and description may not be utf-8
common/utils/guestfs-utils.h | 11 +++++
common/utils/libxml2-utils.c | 69 +--------------------------
common/utils/utils.c | 64 +++++++++++++++++++++++++
2001 Sep 30
3
UTF-8 stuff
...including a patch in this message, but I'll put the new files on
my web site at http://rano.org/tmp/xiph_files.tar.gz
I've tested this by running vorbiscomment with and without
-DHAVE_ICONV=1 in vorbis-tools/share/Makefile. It seems to work.
Changed files:
acinclude.m4: Add a test for nl_langinfo(CODESET). This is the
function that lets you discover the charset of the user's locale
without forcing them to use a command-line argument.
configure.in: Use AM_LANGINFO_CODESET.
utf8.h, utf8.c: These files are totally rewritten, apart from the
Windows part. Instead of utf8_encode() and utf8_...
2014 Oct 05
1
FreeBSD 10-RELEASE-amd64(on arch x86_64)
...t@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
my actions:
./configure
make
sudo make install
next...
make all-recursive
Making all in .
Making all in gnulib/lib
GEN alloca.h
GEN c++defs.h
GEN warn-on-use.h
GEN arg-nonnull.h
GEN arpa/inet.h
GEN byteswap.h
GEN configmake.h
GEN fcntl.h
GEN langinfo.h
GEN locale.h
GEN netdb.h
GEN poll.h
GEN pty.h
GEN signal.h
GEN unused-parameter.h
GEN stdio.h
GEN stdlib.h
GEN string.h
GEN strings.h
GEN sys/ioctl.h
GEN sys/select.h
GEN sys/socket.h
GEN sys/stat.h
GEN sys/time.h
GEN sys/types.h
GEN sys/uio.h
GEN sys/utsname.h
GEN sys/wait.h
GEN termios.h
GEN ti...
2006 Jun 25
5
Where should I put an Bugreport of OggEnc
Hi There,
I have a problem with OggEnc v1.0.2.
Can you tell me, where to put or to post a bug report?
The problems eare with some speciel charakters - used in Europe
(Denmark, Norway, Sweden, Germany, Austria, etc..)
Some Examples:
Hin Vordende Sod & S?
^
02_Bruderov paa H?gstadtun.ogg
^
03_Huldradans - Hin Gr?nnkledde.ogg
^
2015 Jul 06
7
[PATCH 1/1] paint visual host key with unicode box-drawing characters
From: Christian Hesse <mail at eworm.de>
Signed-off-by: Christian Hesse <mail at eworm.de>
---
sshkey.c | 47 ++++++++++++++++++++++++++++++++++++-----------
1 file changed, 36 insertions(+), 11 deletions(-)
diff --git a/sshkey.c b/sshkey.c
index cfe5980..47511c2 100644
--- a/sshkey.c
+++ b/sshkey.c
@@ -44,6 +44,9 @@
#include <stdio.h>
#include <string.h>
#include
2004 Jan 15
2
Installation Problem !!!
...usability... yes
checking sys/syslog.h presence... yes
checking for sys/syslog.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking valgrind.h usability... no
checking valgrind.h presence... no
checking for valgrind.h... no
checking valgr...
2010 Aug 17
6
DO NOT REPLY [Bug 7625] New: "Don't know how to make ./*.c"
https://bugzilla.samba.org/show_bug.cgi?id=7625
Summary: "Don't know how to make ./*.c"
Product: rsync
Version: 3.0.7
Platform: s390
OS/Version: Other
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: sebastian.hoffman at
2008 Apr 07
3
rsync installation _error exit code1
...limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking libcharset.h usability... no
checking libcharset.h presence... no
checking for libcharset.h... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
checking acl/libacl.h usability... no
checking acl/libacl.h presence... no
checking for acl/libacl.h... no
check...
2015 Feb 19
1
AIX and ADS support?
On 19/02/15 05:42, Craig Green wrote:
> Benjamin Huntsman <BHuntsman <at> mail2.cu-portland.edu> writes:
>
>> So, if I read this right, Samba4 should be able to participate as a domain
> controller, if I specify the option
>> --with-ads, right?
>>
>> I'm using the following options:
>>
>> --with-winbind
>> --with-swat
>>
2005 Aug 10
2
Compiling smbtorture
...usability... yes
checking sys/syslog.h presence... yes
checking for sys/syslog.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking CoreFoundation/CFStringEncodingConverter.h usability... no
checking CoreFoundation/CFStringEncodingConvert...
2009 Dec 31
0
configure R-2.10.1 => "Error: MPlayer will not compile without (PR#14175)
...a power of two ... no
Checking for 10 assembler operands ... yes
Checking for ebx availability ... yes
Checking for yasm ... no
Checking for bswap ... yes
Checking for Linux kernel version ... 2.6.30.10-105.fc11.i686.PAE, ok
Checking for -lposix ... no
Checking for -lm ... yes
Checking for langinfo ... yes
Checking for language ... messages: en - man pages: en - documentation:
en
Checking for enable sighandler ... yes
Checking for runtime cpudetection ... no
Checking for restrict keyword ... restrict
Checking for __builtin_expect ... yes
Checking for kstat ... no
Checking for posix4 .....