On Monday 29 May 2006 05:49, Benjamin Reed wrote: > So it turns out that the DNSSD test was failing on OSX because there's > no -ldns_sd (which there shouldn't be, the DNS-SD stuff is direct in > libSystem/libc on OSX). Attached is a patch, not sure if there's a > better way to do this. > > Now, though, I get an error trying to compile the dnssd portion of > kdelibs4_snapshot on OSX: > > make[2]: *** No rule to make target `bin/kconfig_compiler', needed by > `dnssd/settings.h'. Stop. > > > It looks like it's wanting bin/kconfig_compiler instead of > bin/kconfig_compiler.app (or kconfig_compiler.sh).
But kconfig_compiler is a NOGUI app, it should be bin/kconfig_compiler, not bin/kconfig_compiler.app. -- David Faure, [EMAIL PROTECTED], sponsored by Trolltech to work on KDE, Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org). _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
