Bug 64544

Summary: qtsharp build fails: scant not found
Product: [Developer tools] bindings Reporter: steve
Component: generalAssignee: kde-bindings
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Solaris   
Latest Commit: Version Fixed In:

Description steve 2003-09-19 15:23:19 UTC
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
Comment 1 Thiago Macieira 2003-09-20 05:38:37 UTC
You did not install one of the tools needed for building. 
Comment 2 Stephen Usher 2003-09-23 10:34:30 UTC
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