Version: (using KDE KDE 3.1.4) Installed from: Compiled From Sources Compiler: GCC 3.3.1 OS: Solaris Here's the output from make:- Making all in parser gmake[4]: Entering directory `/usr/users/src/kde31/src/kdebindings-3.1.4/qtsharp/src/parser' csant -Dmcs=/usr/ccs/bin/mcs -C mcs /usr/local/bin/bash: csant: command not found gmake[4]: *** [all] Error 127 gmake[4]: Leaving directory `/usr/users/src/kde31/src/kdebindings-3.1.4/qtsharp/src/parser' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/users/src/kde31/src/kdebindings-3.1.4/qtsharp/src' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/users/src/kde31/src/kdebindings-3.1.4/qtsharp' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/users/src/kde31/src/kdebindings-3.1.4' gmake: *** [all] Error 2
You did not install one of the tools needed for building.
Subject: Re: qtsharp build fails: scant not found >------- Additional Comments From thiagom@mail.com 2003-09-20 05:38 ------- >You did not install one of the tools needed for building. Maybe the configure system should merely check that the "required" package is installed and if it isn't then not try to build qtsharp? After all, those building kdebindings for the C bindings etc. may not actually want to use the qtsharp bindings and hence not want the overhead of building and installing a whole host of packages they neither want nor need? Steve