eric.bachard wrote:
Well, I decided to upgrade to Tiger. Now I'm getting undeclared functions, and some of them are basic c or C++ functions like the following (sorry for the long list):Hi,
I believe Eric might have confused you slightly. Although I build OOo 1.1.x
mostly on Jaguar, all you care about is that the $ANT_HOME variable is set
correctly by configure (--with-ant-home=/path/to/ant). In my case I have
Ant in /usr/local/ant. The $JAVA_HOME is hardcoded for Mac OS X - you can
just ignore it, as configuring it (--with-jdk-home=xxx) won't change
anything.
No : sometimes, configure fails if --with-jdk-home=xxx is missing
That's the reason why I prefer use it.
/usr/include/gcc/darwin/3.3/c++/cwchar:71: error: `mbstate_t' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:137: error: `btowc' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:138: error: `fgetwc' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:139: error: `fgetws' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:140: error: `fputwc' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:141: error: `fputws' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:142: error: `fwide' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:143: error: `fwprintf' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:144: error: `fwscanf' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:145: error: `getwc' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:146: error: `getwchar' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:147: error: `mbrlen' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:148: error: `mbrtowc' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:149: error: `mbsinit' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:150: error: `mbsrtowcs' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:151: error: `putwc' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:152: error: `putwchar' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:153: error: `swprintf' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:154: error: `swscanf' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:155: error: `ungetwc' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:156: error: `vfwprintf' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:157: error: `vfwscanf' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:158: error: `vswprintf' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:159: error: `vswscanf' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:160: error: `vwprintf' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:161: error: `vwscanf' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:162: error: `wcrtomb' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:163: error: `wcscat' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:164: error: `wcscmp' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:165: error: `wcscoll' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:166: error: `wcscpy' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:167: error: `wcscspn' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:168: error: `wcsftime' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:169: error: `wcslen' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:170: error: `wcsncat' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:171: error: `wcsncmp' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:172: error: `wcsncpy' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:173: error: `wcsrtombs' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:174: error: `wcsspn' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:175: error: `wcstod' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:176: error: `wcstof' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:177: error: `wcstok' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:178: error: `wcstol' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:179: error: `wcstoul' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:180: error: `wcsxfrm' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:181: error: `wctob' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:182: error: `wmemcmp' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:183: error: `wmemcpy' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:184: error: `wmemmove' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:185: error: `wmemset' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:186: error: `wprintf' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:187: error: `wscanf' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:189: error: `wcschr' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:195: error: `wcspbrk' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:201: error: `wcsrchr' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:207: error: `wcsstr' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:213: error: `wmemchr' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:228: error: `wcstold' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:229: error: `wcstoll' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:230: error: `wcstoull' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:235: error: `wcstold' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:236: error: `wcstoll' not declared
/usr/include/gcc/darwin/3.3/c++/cwchar:237: error: `wcstoull' not declared
This is very disheartening as I thought building OO would be easier than in Panther.
James McKenzie
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
