On Thursday 13 September 2001 11:22, Sven Neumann wrote: > Hi, > > safemode <safemode@xxxxxxxxxxxxx> writes: > > Ok, compiling gtk+ from the cvs and i'm getting this error. > > gdk-pixbuf.c:395: parse error before ')' token > > gdk-pixbuf.c:396: parse error before ')' token > > gdk-pixbuf.c:397: parse error before ')' token > > make[3]: *** [gdk-pixbuf.lo] Error 1 > > > > it seems to be because the version variables aren't declared anywhere or > > set correctly. Manually assigning the numbers 1 3 and 7 to them allowed > > the file to be compiled but because the version information isn't being > > set right, linking eventually failed with this > > > > libtool: link: CURRENT `-' is not a nonnegative integer > > libtool: link: `-::-' is not valid version information > > make[3]: *** [libgdk_pixbuf-1.3.la] Error 1 > > are you sure you've successfully run autogen.sh? This looks as if something > went wrong earlier. There is absolutely no warnings in autogen.sh There is a warning in configure script 1st thing it outputs. This is what it says. configure.in:165: AC_PROG_CPP was called before AC_PROG_CC > > this is the latest cvs. is there a release of 2.0 i should be grabbing > > from the cvs instead of the very latest testing? > > GTK+ version 1.3.7 has been released a few days ago (acompaigned with glib, > atk and pango releases). GIMP in CVS is supposed to compile against these > versions. > > > Salut, Sven