|
From: Braden M. <br...@en...> - 2002-03-07 02:19:22
|
On Wed, 2002-03-06 at 11:30, Chr...@GE... wrote: > hi > > i have a problem compiling openvrml 0.11.2 on aix. i tried several > compilers and ./configure runs through without any "problems". then i try > to make the source. but everytime it breaks on compiling CharScanner.cpp > with the following error message. > > <schnipp ---------------------------------------------------------- > > c++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -c CharScanner.cpp -DPIC -o > .libs/CharScanner.lo > CharScanner.cpp: In method `bool > antlr::CharScannerLiteralsLess::operator ()(const string &, const string > &) const': > CharScanner.cpp:91: implicit declaration of function `int > antlr::stricmp(...)' > make: *** [CharScanner.lo] Error 1 > > ----------------------------------------------------------------------schnapp> > > i dont have experience with c++ or c anyway, so maybe someone can help me > with aix as platform. or whats really needed by openvrml to compile. Try adding "-DANTLR_REALLY_NO_STRCASECMP" to CPPFLAGS when you configure. -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |