search for: _stat64

Displaying 20 results from an estimated 30 matches for "_stat64".

Did you mean: fstat64
2013 Apr 01
1
flac 1.3.0pre3 pre-release
...a/flac-1.3.0pre3.tar.xz > >> > flac-1.3.0pre3/include/share/compat.h:146:31: fatal error: > share/win_utf8_io.h: No such file or directory > OK, i downloaded that one from git, now i get a different problem: flac-1.3.0pre3/include/share/win_utf8_io.h:23:43: warning: 'struct _stat64' declared inside parameter list [enabled by default] flac-1.3.0pre3/include/share/win_utf8_io.h:23:43: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default] flac-1.3.0pre3/src/share/grabbag/file.c: In function 'grabbag__file_copy...
2013 Apr 01
17
flac 1.3.0pre3 pre-release
Hi all, The latest pre-release is here: http://downloads.xiph.org/releases/flac/beta/flac-1.3.0pre3.tar.xz but there will probably need to be at least one more. I've tested this on x86_64-linux powerpc-linux i386-openbsd5.2 i386-freebsd9 The majority of changes since the last pre-release is the addition of Janne Hyv?rinen's utf8 I/O functionality. Janne's
2014 Apr 09
1
[PATCH] for include/share/compat.h
This file has the following code: #ifdef _WIN32 /* All char* strings are in UTF-8 format. Added to support Unicode files on Windows */ [...] #define flac_stat _stat64_utf8 #else [...] #ifdef _WIN32 #define flac_stat _stat64 #else #define flac_stat stat #endif #endif The second "#ifdef _WIN32" doesn't make much sense. -------------- next part -------------- A non-text attachment was scrubbed... Name: flac_stat.patch Type: application/octet-str...
2002 Dec 25
1
Trouble installing samba
...gt; checking for __getdents... no > checking for _lseek... no > checking for __lseek... no > checking for _read... no > checking for __read... no > checking for _write... no > checking for __write... no > checking for _fork... no > checking for __fork... no > checking for _stat64... no > checking for __stat64... no > checking for _fstat64... no > checking for __fstat64... no > checking for _lstat64... no > checking for __lstat64... no > checking for __sys_llseek... no > checking for llseek... no > checking for _llseek... no > checking for __llseek...
1999 Oct 26
0
Solaris 7 not compiling HEAD code
...etdents... yes checking for _getdents... yes checking for __getdents... no checking for _lseek... yes checking for __lseek... no checking for _read... yes checking for __read... no checking for _write... yes checking for __write... no checking for _fork... yes checking for __fork... no checking for _stat64... yes checking for __stat64... no checking for _fstat64... yes checking for __fstat64... no checking for _lstat64... yes checking for __lstat64... no checking for __sys_llseek... no checking for llseek... yes checking for _llseek... yes checking for __llseek... no checking for readdir64... yes che...
2001 Nov 07
1
Configuring 2.2.2 (or 2.0.7) on Digital Unix 4.0f fails - "No locking"
...getdents... no checking for _getdents... no checking for __getdents... no checking for _lseek... no checking for __lseek... yes checking for _read... no checking for __read... yes checking for _write... no checking for __write... yes checking for _fork... yes checking for __fork... yes checking for _stat64... no checking for __stat64... no checking for _fstat64... no checking for __fstat64... no checking for _lstat64... no checking for __lstat64... no checking for __sys_llseek... no checking for llseek... no checking for _llseek... no checking for __llseek... no checking for readdir64... (cached) no...
2002 Oct 21
1
compilation probs...
...for getdents... no checking for _getdents... no checking for __getdents... no checking for _lseek... no checking for __lseek... no checking for _read... no checking for __read... no checking for _write... no checking for __write... no checking for _fork... no checking for __fork... no checking for _stat64... no checking for __stat64... no checking for _fstat64... no checking for __fstat64... no checking for _lstat64... no checking for __lstat64... no checking for __sys_llseek... no checking for llseek... no checking for _llseek... no checking for __llseek... no checking for readdir64... (cached) no...
2002 Oct 29
1
Problem running ./configure
...for getdents... no checking for _getdents... no checking for __getdents... no checking for _lseek... no checking for __lseek... no checking for _read... no checking for __read... no checking for _write... no checking for __write... no checking for _fork... no checking for __fork... no checking for _stat64... no checking for __stat64... no checking for _fstat64... no checking for __fstat64... no checking for _lstat64... no checking for __lstat64... no checking for __sys_llseek... no checking for llseek... no checking for _llseek... no checking for __llseek... no checking for readdir64... (cached) no...
2003 Jun 02
2
./configure --with-pam fails allways
...hecking for _lseek configure:6362: checking for __lseek configure:6362: checking for _read configure:6362: checking for __read configure:6417: checking for _write configure:6417: checking for __write configure:6417: checking for _fork configure:6417: checking for __fork configure:6472: checking for _stat64 configure:6472: checking for __stat64 configure:6472: checking for _fstat64 configure:6472: checking for __fstat64 configure:6472: checking for _lstat64 configure:6472: checking for __lstat64 configure:6527: checking for __sys_llseek configure:6527: checking for llseek configure:6527: checking for...
2002 Nov 21
0
please can someone help me?
...etdents... yes checking for _getdents... yes checking for __getdents... no checking for _lseek... yes checking for __lseek... no checking for _read... yes checking for __read... no checking for _write... yes checking for __write... no checking for _fork... yes checking for __fork... no checking for _stat64... no checking for __stat64... yes checking for _fstat64... no checking for __fstat64... yes checking for _lstat64... no checking for __lstat64... yes checking for __sys_llseek... no checking for llseek... no checking for _llseek... no checking for __llseek... no checking for readdir64... (cached)...
2006 Nov 24
0
Wine release 0.9.26
...found. winhelp: Fix WINHELP_DeleteWindow. winhelp: Use path of parent helpfile while looking for popup window. Kov?cs Andr?s (1): mshtml: HTMLElementCollection_item implementation. Louis Lenders (3): shell32: Define a few more icon resources. msvcrt: Add _fstat64 and _stat64 to msvcrt.spec. wine.inf: Add setupapi to fake dlls. Marcus Meissner (5): kernel32: Added missing shift by 8. ntdll: Converted bitmask into TRUE/FALSE. shell32: Pass number of wide chars, not bytes as last argument to MBtoWC(). kernel32/tests: Test -1 length for NULL...
2002 Jul 26
1
creating unicode_map.437 and unicode_map.ISO8859-1?
Hello, I am running HP-UX 11 with Samba 2.2.5 binaries for HPUX and I keep getting the error that Samba can't find the unicode_map.xxx file. Well, I notice that all I have in /usr/local/samba/lib/codepages is codepage type files, not unicode. Why do the binaries not include a compiled make_unicodemap? I did download the source and found the .c file for the command. When I try to run
2013 Nov 15
0
Wine release 1.6.1
.... msvcrt: Add _wmktemp_s implementation. msvcrt: Add _wctomb_s_l implementation. msvcrt: Add _wcstol_l implementation. msvcrt: Added _swprintf_s_l implementation. jscript: Fix compilation issues when dtoa is defined in headers. msvcrt: Fix parameter validation in _stat64 function. msvcp60: Fix locale::dtor implementation. msvcp90: Fix string leak in locale__Locimp__Makeloc function. msvcp60: Fix basic_filebuf::_Init implementation. msvcrt: Add _wsetlocale implementation. msvcrt: Improve setting standard handles flags. msvcrt: Fix...
2002 Oct 11
0
[Fwd: samba-2.2.5 in Tru64 unix v4.0e]
...o checking for _lseek... (cached) no checking for __lseek... (cached) yes checking for _read... (cached) no checking for __read... (cached) yes checking for _write... (cached) no checking for __write... (cached) yes checking for _fork... (cached) yes checking for __fork... (cached) yes checking for _stat64... (cached) no checking for __stat64... (cached) no checking for _fstat64... (cached) no checking for __fstat64... (cached) no checking for _lstat64... (cached) no checking for __lstat64... (cached) no checking for __sys_llseek... (cached) no checking for llseek... (cached) no checking for _llseek....
2001 Jan 26
10
Please Help
I've downloaded the binary Samba 2.0.7 for AIX. I have no idea how to install this critter. Can anyone walk me thru this step by step? I think once i have it running, I'll be able to configure it based on the info at samba.org. It's just getting it running that troubles me. I have some experience with *nix, but not with compliling (sorry, no C compliler on system) and installing
2002 Jul 01
5
./configure --with-pam
...no checking for _lseek... (cached) no checking for __lseek... (cached) yes checking for _read... (cached) no checking for __read... (cached) yes checking for _write... (cached) no checking for __write... (cached) yes checking for _fork... (cached) no checking for __fork... (cached) yes checking for _stat64... (cached) no checking for __stat64... (cached) no checking for _fstat64... (cached) no checking for __fstat64... (cached) no checking for _lstat64... (cached) no checking for __lstat64... (cached) no checking for __sys_llseek... (cached) no checking for llseek... (cached) yes checking for _llseek...
2019 Mar 29
0
Wine release 4.5
...ddraw/tests: Test specular lighting with zero shininess in ddraw4. ddraw/tests: Test specular lighting with zero shininess in ddraw2. Piotr Caban (28): msvcrt: Fix long limits in _atol_l. msvcrt: Don't detect overflow in atol implementation. msvcrt: Correctly set _stat64.st_dev fields in _wstat64. msvcrt: Use correct locale when comparing strings in getenv. kernel32: Restore C locale for LC_CTYPE category. ntdll: Fix tolower implementation to not depend on locale. ntdll: Use ANSI code page in toupper. ntdll: Use NTDLL_tolower in _memic...
2013 Aug 30
0
Wine release 1.7.1
...(). mshtml: Use defined dispid instead of a magic value. Piotr Caban (10): jscript: Fix compilation issues when dtoa is defined in headers. msvcrt: Improve setting standard handles flags. msvcrt: Fix lookahead buffer usage on pipes. msvcrt: Fix parameter validation in _stat64 function. oleaut32: Fix memory leaks in typelib tests. oleaut32: Allocate bigger buffer in WMSFT_compile_names function. msvcp60: Fix locale::dtor implementation. msvcp90: Fix string leak in locale__Locimp__Makeloc function. msvcp60: Fix basic_filebuf::_Init implementa...
2004 Jan 15
2
Installation Problem !!!
...ents... no checking for __getdents... no checking for _lseek... no checking for __lseek... yes checking for _read... no checking for __read... yes checking for getdirentries... yes checking for _write... no checking for __write... yes checking for _fork... no checking for __fork... yes checking for _stat64... no checking for __stat64... no checking for _fstat64... no checking for __fstat64... no checking for _lstat64... no checking for __lstat64... no checking for __sys_llseek... no checking for llseek... yes checking for _llseek... no checking for __llseek... no checking for readdir64... (cached) ye...
2002 May 06
1
A make problem with Samba 2.2.4
...getdents... no checking for _getdents... no checking for __getdents... no checking for _lseek... no checking for __lseek... yes checking for _read... no checking for __read... yes checking for _write... no checking for __write... yes checking for _fork... yes checking for __fork... yes checking for _stat64... no checking for __stat64... no checking for _fstat64... no checking for __fstat64... no checking for _lstat64... no checking for __lstat64... no checking for __sys_llseek... no checking for llseek... no checking for _llseek... no checking for __llseek... no checking for readdir64... (cached) no...