Displaying 4 results from an estimated 4 matches for "stdio_iso".
2006 Oct 31
0
6266832 UNIX98/UNIX03: getc(), getchar(), putc(), putchar() did not set stream to byte orientation
Author: muffin
Repository: /hg/zfs-crypto/gate
Revision: fecd74c42540dbb707f29987c4b4e10ecff69818
Log message:
6266832 UNIX98/UNIX03: getc(), getchar(), putc(), putchar() did not set stream to byte orientation
Files:
update: usr/src/head/iso/stdio_iso.h
2004 Sep 27
0
Compiling ices2 on solaris
configure throws an error as it does not seem to find uint64_t type, err help!
configure:19663: checking for uint64_t
configure:19688: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/iso/stdio_iso.h:34,
from
/opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.9/3.4.1/include/stdio.h:36,
from configure:19697:
/usr/include/sys/feature_tests.h:281:2: #error "Compiler or options invalid;
UNIX 03 and POSIX.1-2001 applications require the use of c99"
configure:196...
2002 Sep 30
1
[LLVMdev] llvm-g++ barfs
...errible things. Let me know if you want me
to send the source code (it is widely available).
gaeke|csil-suna37|~/cs/426/MP1/step|[1177]% /usr/dcs/projects/cs426/Software/gcc_install/bin/g++ stepanov.cpp -o stepanov
In file included from /usr/dcs/projects/cs426/Software/gcc_install/llvm/include/iso/stdio_iso.h:37,
from /usr/dcs/projects/cs426/Software/gcc_install/llvm/include/stdio.h:22,
from stepanov.cpp:66:
/usr/dcs/projects/cs426/Software/gcc_install/llvm/include/stdio_tag.h:21: Tree
check: expected identifier_node, have type_decl in getOpaqueType, at
llvm-t...
2010 Jul 04
5
dovecot-1.2.12 fails to build on Solaris 8 and 10
configure fails with :
configure: error: Unsupported off_t type
I am not too sure what off_t is needed but this is a pretty standard thing.
My configure line :
./configure --build=i386-pc-solaris2.10 --host=i386-pc-solaris2.10
--prefix=/opt/csw --with-zlib --with-ssl=openssl
--with-storages=mbox,maildir --with-libiconv-prefix=/opt/csw
Yes, the openssl libs are in /opt/csw/lib
Not sure what