On Sat, 19 Nov 2005 10:52:42 -0600 aaron@...476... wrote:
Steven P. Ulrick wrote:
On Sat, 19 Nov 2005 18:03:46 +0300 Alexandre Prokoudine <alexandre.prokoudine@...155...> wrote:
On 11/19/05, Ben Fowler wrote:
Sephen, if you want to approach it from that angle then one possibility would be do a recursive diff and find out where the trees differ.
Why on Earth? Just replace current ja.po with the old one
I will try replacing ja.po with an old version. But, I have tried that before (with the various different *.po files that "make" bails on) with no success. To clarify, I have tried to compile this with completely fresh downloads of Inkscape's CVS tree, with the same results: see the error message quoted in my first message on this thread. But I will gladly try it again.
This seems kinda weird to me. (Sure I'm ignorant, I know that.) Does anyone else compile on FC3? Could it be the version of whatever is invoked by autogen.sh? Has that already been checked?
Aaron Spike
Hello, Everyone I have discovered the following: The output of "./autogen.sh" and "./configure --prefix=/usr/local/", when run on Inkscape from CVS shows the version of intltool as 0.31.2: "autogen.sh" shows this: checking for intltool >= 0.17 ... yes (version 0.31.2) "configure" shows this: checking for intltool >= 0.22... 0.31.2 found For one thing, the minimum version of intltool that is being looked for is different. But that's not the interesting thing....
The output of "./configure --prefix=/usr/local/" when run in inkscape-0.42+0.43pre3 shows the version of intltool as being 0.33: checking for intltool >= 0.22... 0.33 found
Okay, so one would assume that I have two versions of intltool installed. So I did "rpm -qa | grep intltool" and discovered that the only version of intltool that I have installed is the one that is detected when compiling Inkscape from CVS.
So I proceeded to download intltool-0.33-2.src.rpm (which is the version that ships with Fedora Core 4) Did "rpmbuild --rebuild" on it and then did "rpm -Fvh" on the resulting RPM. When I re-ran "./autogen.sh" and "./configure", the version of "intltool" that was detected finally matched the version that is detected (but not installed on my machine) when I successfully compile Inkscape from an official release or pre-release tarball.
Now I get the following error: if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/freetype2 -pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr//include/glib-2.0 -I/usr//lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -DPOTRACE="potrace" -pthread -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr//include/gtk-2.0 -I/usr//lib/gtk-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr//include/glib-2.0 -I/usr//lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr//include/cairo -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/atk-1.0 -I/usr/include/libxml2 -I/usr/include/gtkspell-2.0 -I../cxxtest -Wall -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter -g -O2 -MT widgets/sp-color-preview.o -MD -MP -MF "widgets/.deps/sp-color-preview.Tpo" \ -c -o widgets/sp-color-preview.o `test -f 'widgets/sp-color-preview.cpp' || echo './'`widgets/sp-color-preview.cpp; \ then mv -f "widgets/.deps/sp-color-preview.Tpo" "widgets/.deps/sp-color-preview.Po"; \ else rm -f "widgets/.deps/sp-color-preview.Tpo"; exit 1; \ fi mv: cannot stat `widgets/.deps/sp-color-preview.Tpo': No such file or directory make[2]: *** [widgets/sp-color-preview.o] Error 1 make[2]: Leaving directory `/home/steve/CVS/Assorted-CVS-Modules/inkscape/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/steve/CVS/Assorted-CVS-Modules/inkscape' make: *** [all] Error 2
This of course is completely different than the error that I have been getting. Now I'm going to try compiling from a fresh copy of Inkscape from CVS and see what happens.....
Steven P. Ulrick