Hello, I have used the QtCurve style for some time now, but since the latest KDE update, I have been unable to compile it. On my old box, configure ignored all command line arguments I specified, but on my new box, this problem seems fixed (it's a fresh install, so something might have messed up on my old box).
I run make -f admin/Makefile.common first, to create the proper headers, configure and makefiles. I am now able to run configure as I normally would, though it outputs some garbage: blackbox$ ./configure --disable-gtk-icons configure: loading site script kde ./configure: line 1437: .: kde: is a directory configure: loading site script kde ./configure: line 1437: .: kde: is a directory checking build system type... i386-unknown-freebsd6.0 checking host system type... i386-unknown-freebsd6.0 checking target system type... i386-unknown-freebsd6.0 checking for a BSD-compatible install... /usr/bin/install -c checking for -p flag to install... yes checking whether build environment is sane... yes checking for gawk... no checking for mawk... no ... Some digging revealed that $CONFIG_SITE is set to "the kde prefix/share/config.site the kde prefix/etc/config.site" When I run make after configure has finished, this happens: blackbox$ make make all-recursive Making all in kde Making all in config /usr/X11R6/bin/moc ./qtcurveconfig.h -o qtcurveconfig.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 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -MT qtcurveconfig.lo -MD -MP -MF ".deps/qtcurveconfig.Tpo" -c -o qtcurveconfig.lo qtcurveconfig.cpp; then mv -f ".deps/qtcurveconfig.Tpo" ".deps/qtcurveconfig.Plo"; else rm -f ".deps/qtcurveconfig.Tpo"; exit 1; fi In file included from qtcurveconfig.cpp:46: qtcurveconfig.h:29:31: qtcurveconfigbase.h: No such file or directory ... I seem to recall it used to run a short perl script to create qtcurveconfigbase.h. Any suggestions? Thanks, Frederic -- PGP key: http://frederic.classic-gaming.net/PGP/frederic.asc
pgpBMoXfoFfLo.pgp
Description: PGP signature
_______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
