Hi,
I'm trying to build the Dekorator windeco 
(http://www.kde-look.org/content/download.php?content=31447&id=1) and as 
usual with this kind of thing, I'm way out of my depth and looking for a kind 
person to point me in the right direction :-)

The install instructions say the following:
> A Note on the KDE Library
> If you are having problems configuring the software, first make sure
> that the required KDE 3.0 or greater libraries are installed. Several
> systems have broken this into several packages. You will need both
> the runtime and the development packages.
> If you still have problems, set the KDEDIR environment variable and
> the --prefix configure option to the location where you installed
> KDE. Also makesure that you are using GNU make and not the standard
> make everyone else uses.


> 0)  Make sure that the prerequisite KDE 3.2 development libraries and
> headers    are installed first. These can be found at
> <http://www.kde.org>.

I'm not sure about this part, but I assume that since I have kdevelop (and 
indeed all of kde3.5.1) installed, all that stuff would be present on my 
system?
> 1)  Unzip and untar the package into its own directory. Change into
> this    directory, and read the README file. (I'm assuming that
> you've read this,    the INSTALL file :-))
> 2)  Type './configure --help", and peruse the configure options
> available.    It may be necessary to use one or more of these options
> on your system.

I've no idea about the need to set any of the options configure --help gives.

> 3)  Type './configure' to configure the software for your system. If
> you're    using `csh' on an old version of System V, you might need
> to type    `sh ./configure' instead.

Configure runs and says it has completed successfully, the only warnings seem 
to be:
> /usr/local/bin/bash: /home/imoore/KDE: No such file or directory
> configure: WARNING: `missing' script is too old or missing
and
> checking for libpng... no
> checking for libjpeg6b... no
> checking for libjpeg... no
> configure: WARNING:
> There is an installation error in jpeg support. You seem to have only one
> of either the headers _or_ the libraries installed. You may need to either
> provide correct --with-extra-... options, or the development package of
> libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/
> Disabling JPEG support.

> 4)  Type 'make' to compile the package.

It's here that things stop working - I'm typing gmake, not make, here is the 
output:
> % gmake
> cd . && gmake -f admin/Makefile.common configure.in ;
> gmake  all-recursive
> gmake[1]: Entering directory `/usr/home/imoore/KDE
> Themes/WindowDecos/dekorator-0.3/dekorator-0.3' cd . && gmake -f
> admin/Makefile.common configure.in ;
> Making all in client
> gmake[2]: Entering directory `/usr/home/imoore/KDE
> Themes/WindowDecos/dekorator-0.3/dekorator-0.3/client' Making all in config
> gmake[3]: Entering directory `/usr/home/imoore/KDE
> Themes/WindowDecos/dekorator-0.3/dekorator-0.3/client/config' rm -rf
> configdialog.h;
> /usr/X11R6/bin/uic -L /usr/local/lib/kde3/plugins/designer -nounload
> ./configdialog.ui | /usr/local/bin/perl -pi -e "s,public QWizard,public
> KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> configdialog.h
> ; /usr/X11R6/bin/moc ./deKoratorconfig.h -o deKoratorconfig.moc
> if /usr/local/bin/bash ../../libtool --silent --tag=CXX --mode=compile g++
> -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/X11R6/include  
> -DQT_THREAD_SUPPORT  -D_THREAD_SAFE   -Wno-long-long -Wundef -Wall -W
> -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new
> -fno-common -DQT_PLUGIN -MT deKoratorconfig.lo -MD -MP -MF
> ".deps/deKoratorconfig.Tpo" -c -o deKoratorconfig.lo deKoratorconfig.cc; \
> then mv -f ".deps/deKoratorconfig.Tpo" ".deps/deKoratorconfig.Plo"; else rm
> -f ".deps/deKoratorconfig.Tpo"; exit 1; fi deKoratorconfig.cc:60: warning:
> unused parameter 'config'
> deKoratorconfig.cc:60: warning: unused parameter 'config'
> /usr/X11R6/bin/moc ./themes.h -o themes.moc
> if /usr/local/bin/bash ../../libtool --silent --tag=CXX --mode=compile g++
> -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/X11R6/include  
> -DQT_THREAD_SUPPORT  -D_THREAD_SAFE   -Wno-long-long -Wundef -Wall -W
> -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new
> -fno-common -DQT_PLUGIN -MT themes.lo -MD -MP -MF ".deps/themes.Tpo" -c -o
> themes.lo themes.cpp; \ then mv -f ".deps/themes.Tpo" ".deps/themes.Plo";
> else rm -f ".deps/themes.Tpo"; exit 1; fi /usr/X11R6/bin/moc configdialog.h
> -o configdialog.moc
> rm -f configdialog.cc
> echo '#include <kdialog.h>' > configdialog.cc
> echo '#include <klocale.h>' >> configdialog.cc
> /usr/X11R6/bin/uic -L /usr/local/lib/kde3/plugins/designer -nounload -tr
> tr2i18n -i configdialog.h ./configdialog.ui > configdialog.cc.temp ;
> ret=$?; \ /usr/local/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g"
> configdialog.cc.temp | /usr/local/bin/perl -pe "s,tr2i18n( \"\"\, \"\"
> ),QString::null,g" | /usr/local/bin/perl -pe
> "s,image([0-9][0-9]*)_data,img\$1_configdialog,g" | /usr/local/bin/perl -pe
> "s,: QWizard\(,: KWizard(,g" >> configdialog.cc ;\ rm -f
> configdialog.cc.temp ;\
> if test "$ret" = 0; then echo '#include "configdialog.moc"' >>
> configdialog.cc; else rm -f configdialog.cc ; exit $ret ; fi if
> /usr/local/bin/bash ../../libtool --silent --tag=CXX --mode=compile g++
> -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/X11R6/include  
> -DQT_THREAD_SUPPORT  -D_THREAD_SAFE   -Wno-long-long -Wundef -Wall -W
> -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new
> -fno-common -DQT_PLUGIN -MT configdialog.lo -MD -MP -MF
> ".deps/configdialog.Tpo" -c -o configdialog.lo configdialog.cc; \ then mv
> -f ".deps/configdialog.Tpo" ".deps/configdialog.Plo"; else rm -f
> ".deps/configdialog.Tpo"; exit 1; fi /usr/local/bin/bash ../../libtool
> --silent --tag=CXX --mode=link g++  -Wno-long-long -Wundef -Wall -W
> -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new
> -fno-common -DQT_PLUGIN   -o kwin_deKorator_config.la -rpath
> /usr/local/lib/kde3 -module -L/usr/local/lib -L/usr/X11R6/lib   
> -avoid-version -module -no-undefined  -R /usr/local/lib -R /usr/local/lib
> -R /usr/X11R6/lib -R /usr/X11R6/lib  deKoratorconfig.lo themes.lo
> configdialog.lo -lkio -lkdeui libtool: link: cannot find the library `'
> gmake[3]: *** [kwin_deKorator_config.la] Error 1
> gmake[3]: Leaving directory `/usr/home/imoore/KDE
> Themes/WindowDecos/dekorator-0.3/dekorator-0.3/client/config' gmake[2]: ***
> [all-recursive] Error 1
> gmake[2]: Leaving directory `/usr/home/imoore/KDE
> Themes/WindowDecos/dekorator-0.3/dekorator-0.3/client' gmake[1]: ***
> [all-recursive] Error 1
> gmake[1]: Leaving directory `/usr/home/imoore/KDE
> Themes/WindowDecos/dekorator-0.3/dekorator-0.3' gmake: *** [all] Error 2

Obviously there's a library it can't find, but I can't quite work out which 
library it's talking about (and even if I did, I'm not sure I'd know how to 
fix the problem).

Cheers,
-- 
Ian
gpg key: http://home.swiftdsl.com.au/~imoore/no-spam.asc

Attachment: pgpXCiOF6zUNm.pgp
Description: PGP signature

_______________________________________________
kde-freebsd mailing list
[email protected]
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Reply via email to