Re: garnome-2.12.2 build error



> Using Vector Linux SOHO version 5.1beta1 with updates from Slackware
> 10.2 - I got similar errors with "pure" Slackware 10.2 as well as Vector
> 5.1 standard.
> 
> gcc --version
> gcc (GCC) 3.4.4
> 
> automake --version
> automake (GNU automake) 1.9.5
> 
> I made no changes to gar.conf.mk
> 
> Here are the error messages, sorry about the line-wrap; I hesitate to
> send the configure log but if it really is needed let me know and I
> will send it. Thanks in advance.
> 
> Making all in qt
[...]
> -MF .deps/message.Tpo -c ../qt/message.cpp  -fPIC -DPIC
> -o .libs/message.o no connection.h > connection.moc /bin/sh: no:
> command not found make[9]: *** [connection.moc] Error 127 make[9]:
> Leaving directory
> `/home/myles/tmp/garnome-2.12.2/freedesktop/dbus/work/main.d/dbus-0.50/qt'

Hmm, looks like the dbus qt bindings are being detected and built, but
for some reason fail. To check this:

$ cd freedesktop/dbus
$ make clean
$ make configure

Then have a look at the report at the end. Does it say "Building Qt
bindings: yes" for you?

You can disable building the qt bindings. Edit freedesktop/dbus/Makefile
and change this line

CONFIGURE_ARGS = $(DIRPATHS) --enable-glib --enable-gtk

to read

CONFIGURE_ARGS = $(DIRPATHS) --enable-glib --enable-gtk --disable-qt

Then run 'make clean; make configure' again for dbus. If this works,
build dbus with 'make install'. After that, just run the command you
used in the first place to build GARNOME again, it will pick up where it
left off.

HTH

...guenther


-- 
char *t="\10pse\0r\0dtu\0  ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]