c++ -DHAVE_CONFIG_H -I. -I. -I.. -DSHAPE -DSLIT -DINTERLACE -DTIMEDCACHE -DLOCALEPATH=\"/usr/local/share/blackbox/nls\" -DDEFAULTMENU=\"/usr/local/share/blackbox/menu\" -DDEFAULTSTYLE=\"/usr/local/share/blackbox/styles/Results\" -g -O2 -I/usr/X11R6/include -c BaseDisplay.cc In file included from BaseDisplay.cc:85: i18n.hh:46: syntax error before `;' i18n.hh:61: ANSI C++ forbids declaration `nl_catd' with no type i18n.hh:61: `nl_catd' declared as an `inline' field i18n.hh:61: parse error before `&' i18n.hh:63: extraneous `char' ignored i18n.hh:65: parse error before `}' BaseDisplay.cc: In function `void signalhandler(int)': BaseDisplay.cc:149: no matching function for call to `I18n::getMessage (int, int, const char[23])' BaseDisplay.cc:157: no matching function for call to `I18n::getMessage (int, int, const char[15])' BaseDisplay.cc:163: no matching function for call to `I18n::getMessage (int, int, const char[26])' BaseDisplay.cc: In method `BaseDisplay::BaseDisplay(char *, char * = 0)': BaseDisplay.cc:233: no matching function for call to `I18n::getMessage (int, int, const char[58])' BaseDisplay.cc:239: no matching function for call to `I18n::getMessage (int, int, const char[77])' make[2]: *** [BaseDisplay.o] Error 1
gcc -v Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/specs gcc version 2.95.3-5 (cygwin special) >From config output: checking for nl_types.h... no I've not used blackbox under cygwin much but wanted to see if the new version built - I was able to build 61.0 with no problems R -- Robert Marshall
