View Single Post
  #2 (permalink)  
Old 03-07-2003
fmccor fmccor is offline
Registered User
 
Name: Ferris McCormick
Organization: Alpha Informatics, Ltd
Project: Evaluation (Gentoo Linux)
 
Join Date: Feb 2003
Location: Northern Virginia
Posts: 15
Also, in src/icecpp/
in the file src/icecpp/config.h at line 55, you should insert something like

#elif (defined(__sparc__) || defined(__sparc64__) || defined(__sparc_v9__))
# define WCHAR_TYPE_SIZE 4

at least, this is what you need for sparc+gcc, either linux/sparc or solaris/sparc.
I don't know about solaris/sparc+sun native compiler.
__________________
--
Ferris McCormick
Reply With Quote