Hi, Laca > > > SUNWgnome-panel > > > > > > /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gtk-2.0 > > > -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo > > > -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 > > > -I/usr/lib/glib-2.0/include -I/usr/sfw/include > > > -I/usr/sfw/include/freetype2 -I/usr/include/libpng12 > > > -I/usr/include/startup-notification-1.0 -DG_LOG_DOMAIN=\"Wnck\" -I.. > > > -DWNCK_I_KNOW_THIS_IS_UNSTABLE -DWNCK_LOCALEDIR=\"/usr/share/locale\" > > > -DSN_API_NOT_YET_FROZEN=1 -I/usr/sfw/include -i -xO4 -xspace > > > -xstrconst -xpentium -mr -xregs=no%frameptr -I/usr/sfw/include > > > -I/usr/openwin/share/include -DANSICPP -c workspace.c -KPIC -DPIC -o > > > .libs/workspace.o > > > "workspace.c", line 35: cannot find include file: > > > <libgnometsol/userattr.h> > > > "workspace.c", line 93: warning: syntax error: empty declaration > > > "workspace.c", line 874: warning: return value type mismatch > > > cc: acomp failed for workspace.c > > > make[2]: *** [workspace.lo] Error 1 > > > make[2]: *** Waiting for unfinished jobs.... > > > ma > > this is original libwnck.spec
%prep %setup -q %if %build_l10n bzcat %SOURCE1 | tar xf - cd po-sun; make; cd .. %endif #%if %build_tjds %patch1 -p1 ##%endif %patch2 -p1 %patch3 -p1 and should be .... %prep %setup -q %if %build_l10n bzcat %SOURCE1 | tar xf - cd po-sun; make; cd .. %endif %if %build_tjds %patch1 -p1 %endif %patch2 -p1 > i didn't touch libwnck.spec. that was the problem. anytime patch1 has been applied thanks for kick me to the right way -- Lukas Oboril When dealing with people, let us remember we are not dealing with creatures of logic. We are dealing with creatures of emotions, creatures bristling with prejudices and motivated by pride and vanity. Dale Carnegie
