Displaying 2 results from an estimated 2 matches for "stdio_tag".
2002 Sep 30
1
[LLVMdev] llvm-g++ barfs
...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-types.c:184
Please submit a full bug report, with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
gaeke|csil-suna37|~/cs/426/MP1/step|[1178]%...
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