I am trying to compile ATK 1.30 on Solaris and the configure completes,
but when I issue a /usr/local/bin/make I get an error on gdk-rebase not
found.

The configure says the default is no on including this

checking whether to build gtk-doc documentation... no

 

root@nadc-jss-p01 > make install

Making install in atk

make[1]: Entering directory `/var/tmp/src/atk-1.30.0/atk'

make  install-am

make[2]: Entering directory `/var/tmp/src/atk-1.30.0/atk'

make[3]: Entering directory `/var/tmp/src/atk-1.30.0/atk'

test -z "/usr/local/lib" || .././install-sh -c -d "/usr/local/lib"

/bin/bash ../libtool   --mode=install .././install-sh -c   libatk-1.0.la
'/usr/local/lib'

libtool: install: .././install-sh -c .libs/libatk-1.0.so.0.3009.1
/usr/local/lib/libatk-1.0.so.0.3009.1

libtool: install: (cd /usr/local/lib && { ln -s -f
libatk-1.0.so.0.3009.1 libatk-1.0.so.0 || { rm -f libatk-1.0.so.0 && ln
-s libatk-1.0.so.0.3009.1 libatk-1.0.so.0; }; })

libtool: install: (cd /usr/local/lib && { ln -s -f
libatk-1.0.so.0.3009.1 libatk-1.0.so || { rm -f libatk-1.0.so && ln -s
libatk-1.0.so.0.3009.1 libatk-1.0.so; }; })

libtool: install: chmod +x /usr/local/lib/libatk-1.0.so.0.3009.1

libtool: install: .././install-sh -c .libs/libatk-1.0.lai
/usr/local/lib/libatk-1.0.la

----------------------------------------------------------------------

Libraries have been installed in:

   /usr/local/lib

 

If you ever happen to want to link against installed libraries

in a given directory, LIBDIR, you must either use libtool, and

specify the full pathname of the library, or use the `-LLIBDIR'

flag during linking and do at least one of the following:

   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable

     during execution

   - use the `-RLIBDIR' linker flag

 

See any operating system documentation about shared libraries for

more information, such as the ld(1) and ld.so(8) manual pages.

----------------------------------------------------------------------

test -z "" || .././install-sh -c -d ""

test -z "/usr/local/include/atk-1.0/atk" || .././install-sh -c -d
"/usr/local/include/atk-1.0/atk"

.././install-sh -c -m 644 atk.h atkaction.h atkcomponent.h atkdocument.h
atkeditabletext.h atkgobjectaccessible.h atkhyperlink.h
atkhyperlinkimpl.h atkhypertext.h atknoopobject.h atknoopobjectfactory.h
atkobject.h atkobjectfactory.h atkplug.h atkimage.h atkregistry.h
atkrelation.h atkrelationtype.h atkrelationset.h atkselection.h
atksocket.h atkstate.h atkstateset.h atkstreamablecontent.h atktable.h
atktext.h atkutil.h atkmisc.h atkvalue.h atk-enum-types.h
'/usr/local/include/atk-1.0/atk'

test -z "" || .././install-sh -c -d ""

make[3]: Leaving directory `/var/tmp/src/atk-1.30.0/atk'

make[2]: Leaving directory `/var/tmp/src/atk-1.30.0/atk'

make[1]: Leaving directory `/var/tmp/src/atk-1.30.0/atk'

Making install in tests

make[1]: Entering directory `/var/tmp/src/atk-1.30.0/tests'

make[2]: Entering directory `/var/tmp/src/atk-1.30.0/tests'

make[2]: Nothing to be done for `install-exec-am'.

make[2]: Nothing to be done for `install-data-am'.

make[2]: Leaving directory `/var/tmp/src/atk-1.30.0/tests'

make[1]: Leaving directory `/var/tmp/src/atk-1.30.0/tests'

Making install in docs

make[1]: Entering directory `/var/tmp/src/atk-1.30.0/docs'

make[2]: Entering directory `/var/tmp/src/atk-1.30.0/docs'

make[2]: Nothing to be done for `install-exec-am'.

installfiles=`echo ./html/*`; \

if test "$installfiles" = './html/*'; \

then echo '-- Nothing to install' ; \

else \

  if test -n ""; then \

    installdir="/usr/local/share/gtk-doc/html/atk-"; \

  else \

    installdir="/usr/local/share/gtk-doc/html/atk"; \

  fi; \

  /bin/bash ../mkinstalldirs ${installdir} ; \

  for i in $installfiles; do \

    echo '-- Installing '$i ; \

    .././install-sh -c -m 644 $i ${installdir}; \

  done; \

  if test -n ""; then \

    mv -f ${installdir}/atk.devhelp2 \

      ${installdir}/atk-.devhelp2; \

    mv -f ${installdir}/atk.devhelp \

      ${installdir}/atk-.devhelp; \

  fi; \

  ! which gtkdoc-rebase >/dev/null 2>&1 || \

    gtkdoc-rebase --relative --dest-dir= --html-dir=${installdir} ; \

fi

-- Installing ./html/AtkAction.html

-- Installing ./html/atk-AtkHyperlinkImpl.html

-- Installing ./html/atk-AtkState.html

-- Installing ./html/AtkComponent.html

-- Installing ./html/atk.devhelp

-- Installing ./html/atk.devhelp2

-- Installing ./html/AtkDocument.html

-- Installing ./html/AtkEditableText.html

-- Installing ./html/AtkGObjectAccessible.html

-- Installing ./html/atk.html

-- Installing ./html/AtkHyperlink.html

-- Installing ./html/AtkHypertext.html

-- Installing ./html/AtkImage.html

-- Installing ./html/AtkNoOpObjectFactory.html

-- Installing ./html/AtkNoOpObject.html

-- Installing ./html/AtkObjectFactory.html

-- Installing ./html/AtkObject.html

-- Installing ./html/AtkRegistry.html

-- Installing ./html/AtkRelation.html

-- Installing ./html/AtkRelationSet.html

-- Installing ./html/AtkSelection.html

-- Installing ./html/AtkStateSet.html

-- Installing ./html/AtkStreamableContent.html

-- Installing ./html/AtkTable.html

-- Installing ./html/AtkText.html

-- Installing ./html/AtkUtil.html

-- Installing ./html/AtkValue.html

-- Installing ./html/home.png

-- Installing ./html/index.html

-- Installing ./html/index.sgml

-- Installing ./html/ix01.html

-- Installing ./html/ix02.html

-- Installing ./html/ix03.html

-- Installing ./html/ix04.html

-- Installing ./html/ix05.html

-- Installing ./html/ix06.html

-- Installing ./html/ix07.html

-- Installing ./html/left.png

-- Installing ./html/right.png

-- Installing ./html/style.css

-- Installing ./html/up.png

/bin/bash: line 21: gtkdoc-rebase: command not found

make[2]: *** [install-data-local] Error 127

make[2]: Leaving directory `/var/tmp/src/atk-1.30.0/docs'

make[1]: *** [install-am] Error 2

make[1]: Leaving directory `/var/tmp/src/atk-1.30.0/docs'

make: *** [install-recursive] Error 1

 



________________________________
This message may contain confidential information.  If you are not the intended 
recipient of this e-mail, do not disseminate, distribute or copy this e-mail 
and delete this e-mail from your system.
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to