From: Juergen W. <wie...@fr...> - 2006-06-27 05:28:46
|
On Monday 26 June 2006 21:25 Hardy Griech wrote: > checking how to run the C++ preprocessor... g++ -E > ./configure: line 13465: syntax error near unexpected token `CAIRO,' > ./configure: line 13465: ` PKG_CHECK_MODULES(CAIRO, cairo >=3D 0.9.0,' > > Also the previous prepare shows the problem J=FCrgen already reported: > > configure.in:243: error: possibly undefined macro: AC_MSG_WARN > If this token and others are legitimate, please use > m4_pattern_allow. See the Autoconf documentation. > > I start to think, that the autoconf/automake-and-so-on-installation is > somehow broken in cygwin or gnuplot uses some tricks and tweaks which > would need special handling for cygwin. I doubt this is a cygwin problem as I have the same problems on my linux box. I once also had the ./configure-error given above. Now thy ./prepare & build process stops with the autoconf and the AC_MSG_WARN error. The problems rose with the inclusion of the wxwidgets-terminal. This shouldn't be a problem in this sense, but my libraries (cairo, wxwidgets, ...) are not recent enough for the terminal. Juergen |